Skip to content
New issue

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

Update GraphiQL template in GraphQLApp #1086

Closed
wants to merge 6 commits into from

Conversation

miguescri
Copy link

The GraphiQL editor bundled with Starlette is obsolete and
doesn't support modern utilities. The HTML template for the
editor has been updated with the example from GraphiQL's repo:

https://github.com/graphql/graphiql/blob/main/examples/graphiql-cdn/index.html

This example has been modified to enable the editor's
functionality to manage the headers of the requests.
See graphql/graphiql#59 (comment)

The GraphiQL editor bundled with Starlette is obsolete and
doesn't support modern utilities. The HTML template for the
editor has been updated with the example from GraphiQL's repo:

https://github.com/graphql/graphiql/blob/main/examples/graphiql-cdn/index.html

This example has been modified to enable the editor's
functionality to manage the headers of the requests.
@miguescri
Copy link
Author

Sorry about all the formating commits; didn't know about Black.

@JayH5 JayH5 added the graphql label Feb 4, 2021
@JayH5
Copy link
Member

JayH5 commented Feb 5, 2021

Thank you for creating this pull request. We have decided to deprecate GraphQL support within Starlette itself so I am going to close this pull request. See #619.

@JayH5 JayH5 closed this Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants