Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 515 Bytes

File metadata and controls

16 lines (8 loc) · 515 Bytes

GraphQLError

Details of an error in the GraphQL operation.

Properties

Name Type Description Notes
message String The error message. [optional]
locations List<GraphQLErrorLocationsInner> The locations in the query where the error occurred. [optional]
path List<String> The path in the response where the error occurred. [optional]