Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 381 Bytes

File metadata and controls

14 lines (6 loc) · 381 Bytes

GraphQLResponse

Properties

Name Type Description Notes
data Map<String, Object> The response data for the GraphQL operation. [optional]
errors List<GraphQLError> Any errors that occurred during the GraphQL operation. [optional]