TGraphQLResponse.Errors Property
Holds a list of errors generated during the GraphQL execution.
Remarks
/ If no errors were encountered during the requested operation, the list will be empty. Even if Data property contains a value, this property might contain any errors that occurred during execution.
Syntax
Unit: GraphQL.Response
property TGraphQLResponse.Errors: TList<TGraphQLError>