TGraphQLResponse.Data Property
Contains a map representing the result of the execution of the requested operation.
Remarks
This property contains the result of the execution of the requested operation. If the operation was a query, this output will be an object of the schema’s query root type; if the operation was a mutation, this output will be an object of the schema’s mutation root type. Note that this property might be nil. This can happen if an error was encountered before execution begins, or if an error was encountered during the execution that prevented a valid response.
Syntax
Unit: GraphQL.Response
property TGraphQLResponse.Data: IGraphQLMap