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

GraphQL v15 config via extensions #418

Merged
merged 6 commits into from
Aug 10, 2020

Commits on Jun 19, 2020

  1. Switch to using GraphQL 15's extensions for join-monster config in a …

    …schema
    
    GraphQL 15 doesn't let schema authors attach arbitrary properties to schema objects anymore, so join-monster's config style has to change. There's an `extensions` property that works great for this, let's use that!
    airhorns committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    f35e345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ba3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ad2f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Update TypeScript types to export strongly typed extension interfaces

    After graphql/graphql-js#2465 , we can now use TypeScript declaration merging to augment the graphql-types nice and cleanly. Woop woop!
    airhorns committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    81fcac2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    f5d8ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1299e34 View commit details
    Browse the repository at this point in the history