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

RFC: SchemaExtension #428

Merged
merged 2 commits into from Apr 23, 2018
Merged

RFC: SchemaExtension #428

merged 2 commits into from Apr 23, 2018

Commits on Apr 18, 2018

  1. RFC: SchemaExtension

    This adds new grammar to the GraphQL SDL:
    
    ```graphql
    extend schema {
      mutation: MutationType
    }
    ```
    
    This feels like the missing piece of the type system extension framework. In addition to extending types in a type system, the top level schema should be extendable as well.
    leebyron committed Apr 18, 2018
    Copy the full SHA
    a86d3d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Copy the full SHA
    370bc5c View commit details
    Browse the repository at this point in the history