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

Add headers support to GraphiQL #1016

Merged
merged 7 commits into from
Aug 7, 2020

Commits on Jul 31, 2020

  1. Add headers support to GraphiQL

    * add GRAPHIQL_HEADER_EDITOR_ENABLED setting with False default
    * use GRAPHIQL_HEADER_EDITOR_ENABLED to set headerEditorEnabled GraphiQL option
    * update graphQLFetcher and httpClient in static/graphiql.js to support custom query/mutation headers
    radekwlsk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    49ffbc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. ES5 compatibility

    radekwlsk committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    29f28bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca115f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    9f8fd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ff320 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Fix setting injection with suggestions from CR

    Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
    radekwlsk and jkimbo committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    eece5f9 View commit details
    Browse the repository at this point in the history