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
The graphql server I am using return a HTTP 400 response for invalid requests. So I get both a 400 response, but with proper graphql error data in the body.
Using graphiql or similar I get the graphql error presented, but with gql.client I only get
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: ...