You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-specs/history/types/GraphQLError.raml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,6 @@ properties:
16
16
items: any
17
17
description: Query fields listed in order from the root of the query response up to the field in which the error occurred. `path` is displayed in the response only if an error is associated with a particular field in the query result.
18
18
extensions:
19
-
type: GraphQLErrorObject
19
+
type: object
20
+
# type: GraphQLErrorObject
20
21
description: Dictionary with additional information where applicable.
0 commit comments