Details
-
Suggestion
-
Status: Not Being Considered
-
Resolution: Won't Do
-
None
-
None
-
None
-
-
1
Description
When there is a syntax error using GraphQL, Xray returns an error 400 with no details.
Sometimes that can not be enough. For instance, when using the C# library GraphQL.client, it sees the 400 status and throws this error:
GraphQL.Client.Http.GraphQLHttpRequestException : The HTTP request failed with status code BadRequest
We need to analyze if this can be improved.