Skip to content

Allow providing directives to GraphQLSchema #215

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

Merged
merged 1 commit into from
Oct 26, 2015
Merged

Allow providing directives to GraphQLSchema #215

merged 1 commit into from
Oct 26, 2015

Conversation

leebyron
Copy link
Contributor

This allows GraphQLSchema to represent different sets of directives than those graphql-js is able to use
during execution. Critically, this allows GraphQLSchema to be used against servers which support different sets of directives and still use validation utilities.

@leebyron leebyron force-pushed the directives branch 2 times, most recently from fbdc6d9 to ee9524b Compare October 26, 2015 23:39
This allows GraphQLSchema to represent different sets of directives than those graphql-js is able to use
during execution. Critically, this allows GraphQLSchema to be used against servers which support different sets of directives and still use validation utilities.
leebyron added a commit that referenced this pull request Oct 26, 2015
Allow providing directives to GraphQLSchema
@leebyron leebyron merged commit 7ecc82e into master Oct 26, 2015
@leebyron leebyron deleted the directives branch October 26, 2015 23:44
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.

2 participants