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

Include local fields and types in GraphiQL #188

Merged
merged 4 commits into from
Feb 26, 2019

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    fa7eb92 View commit details
    Browse the repository at this point in the history
  2. ♻️ renamed merged to mergedSchema

    This code is already a little confusing. Let's use some clearer variables
    names.
    justinanastos committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    2df6d34 View commit details
    Browse the repository at this point in the history
  3. ✨ include Apollo's local schemas in GraphiQL schema

    This will augment GraphiQL's perceived schema. This will remove warnings in
    the live query editor and will show client-only fields and types in the
    documentation explorer.
    
    This has no effect on field resolution logic. For Apollo Client 2.4.x and
    below, querying local-only fields will still fail unless you choose to read
    from the cache.
    justinanastos committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    3b1371b View commit details
    Browse the repository at this point in the history
  4. 📚 update changelog

    justinanastos committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    126dd59 View commit details
    Browse the repository at this point in the history