Record: GenericResponseWithErrors
Represents the target type binding record with data, extensions and errors of a GraphQL response for execute
method.
Closed record
Fields
- extensions map<json?>?
- data record { anydata... } | map<json?>?
- errors ErrorDetail[ ]?
Meta information on protocol extensions from the GraphQL server
The requested data from the GraphQL server
The errors occurred (if present) while processing the GraphQL request.