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] Add Schema Definition to IDL. #325

Merged
merged 1 commit into from
Mar 25, 2016
Merged

[RFC] Add Schema Definition to IDL. #325

merged 1 commit into from
Mar 25, 2016

Conversation

leebyron
Copy link
Contributor

This implements the schema definition in the spec proposal in graphql/graphql-spec#90

Adjusts AST, parser, printer, visitor, but also changes the API of buildASTSchema to require a schema definition instead of passing the type names into the function.

This implements the schema definition in the spec proposal in graphql/graphql-spec#90

Adjusts AST, parser, printer, visitor, but also changes the API of buildASTSchema to require a schema definition instead of passing the type names into the function.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 99.406% when pulling 8379e71 on schema-def into 176076c on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants