From b73499abe154d1ad727bd2903f32af55620fefa0 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:37:28 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/history/types/GraphQLError.raml | 1 + 1 file changed, 1 insertion(+) diff --git a/api-specs/history/types/GraphQLError.raml b/api-specs/history/types/GraphQLError.raml index daf020e63..b8a02dc52 100644 --- a/api-specs/history/types/GraphQLError.raml +++ b/api-specs/history/types/GraphQLError.raml @@ -17,4 +17,5 @@ properties: 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. extensions: type: object + # type: GraphQLErrorObject description: Dictionary with additional information where applicable.