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

Commits on Nov 7, 2020

  1. Update GraphiQL template in GraphQLApp

    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 committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    5bfe902 View commit details
    Browse the repository at this point in the history
  2. Remove trailing newline

    miguescri committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    54a872b View commit details
    Browse the repository at this point in the history
  3. Add noqa: E501

    miguescri committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    90160ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e9e2f View commit details
    Browse the repository at this point in the history
  5. Remove comment

    miguescri committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    16b5821 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    6a7bdcd View commit details
    Browse the repository at this point in the history