Skip to content

Commit cc1732f

Browse files
committed
fix history specs
1 parent 2a4e9c2 commit cc1732f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-specs/history/types/GraphQLError.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ properties:
1616
items: any
1717
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.
1818
extensions:
19-
type: GraphQLErrorObject
19+
type: object
2020
description: Dictionary with additional information where applicable.

api-specs/history/types/common/PatternComponent.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type: object
44
(beta): true
55
displayName: PatternComponent
6-
discriminator: type
6+
# discriminator: type
77
properties:
88
type:
99
type: string

api-specs/history/types/types.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GraphQLResponse: !include ../../api/types/graphql/GraphQLResponse.raml
1818
GraphQLError: !include GraphQLError.raml
1919
GraphQLErrorLocation: !include ../../api/types/graphql/GraphQLErrorLocation.raml
2020
GraphQLVariablesMap: !include ../../api/types/graphql/GraphQLVariablesMap.raml
21-
GraphQLErrorObject: !include ../../api/types/error/graphql/GraphQLErrorObject.raml
21+
# GraphQLErrorObject: !include ../../api/types/error/graphql/GraphQLErrorObject.raml
2222
# Generated types
2323
AddAddressChange: !include change/AddAddressChange.raml
2424
AddAssetChange: !include change/AddAssetChange.raml

0 commit comments

Comments
 (0)