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
I'm getting this error when running the following command: get-graphql-schema -h Authorization=$AUTH_TOKEN https://my.graphql.endpoint.com > schema.graphql
With Postman, requests with GraphQL syntax get a successful response, but when trying JSON syntax ({ "query": "...", "variables": null, "operationName": null }) it gives the same error as above.
The text was updated successfully, but these errors were encountered:
Any luck?
I've got the same problem now.. think it might have arisen when I began using InputObjects in Graphene. I need to roll back to before I implemented them to test this hypothesis though.
EDIT: I think I found the problem. It looks like it has to do with nested InputObjects.
EDIT2: Nope it looks more like it has to do with graphene.DataTime(default_value=maya.now().datetime()) in my graphene.InputObjectType.
I'm getting this error when running the following command:
get-graphql-schema -h Authorization=$AUTH_TOKEN https://my.graphql.endpoint.com > schema.graphql
Here is the full error output:
With Postman, requests with GraphQL syntax get a successful response, but when trying JSON syntax (
{ "query": "...", "variables": null, "operationName": null }
) it gives the same error as above.The text was updated successfully, but these errors were encountered: