We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
Expected: New endpoint is added and analysed
Actual: Internal Server Error
The text was updated successfully, but these errors were encountered:
Having the same problem by introspection too, on both Chrome and Safari. Happens with the example api as well as others that work on other clients.
Default payload being sent:
{"operationName":"CreateGraphqlEndpoint","variables":{"input":{"name":"SpaceX","url":"https://api.spacex.land/graphql/","schema":""}},"query":"mutation CreateGraphqlEndpoint($input: CreateGraphqlEndpointInput!) {\n createGraphqlEndpoint(input: $input) {\n id\n name\n schema\n url\n queries {\n name\n body\n __typename\n }\n mutations {\n name\n body\n __typename\n }\n __typename\n }\n}\n"}
Response:
{"errors":{"detail":"Internal Server Error"}}
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce:
Expected:
New endpoint is added and analysed
Actual:
Internal Server Error
The text was updated successfully, but these errors were encountered: