Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 12, 2016 04:25
Show Gist options
  • Save clayallsopp/6fe036a72a164b5b28bf704a8181fd6b to your computer and use it in GitHub Desktop.
Save clayallsopp/6fe036a72a164b5b28bf704a8181fd6b to your computer and use it in GitHub Desktop.
import { GraphQLIncludeDirective, GraphQLSkipDirective } from 'graphql/type/directives';
const schema = new GraphQLSchema({
directives: [
InstrumentDirective,
GraphQLIncludeDirective,
GraphQLSkipDirective
],
query: RootQueryType
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment