Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 10, 2016 03:47
Show Gist options
  • Save clayallsopp/aad62a403244e4774a46d66195ca4f42 to your computer and use it in GitHub Desktop.
Save clayallsopp/aad62a403244e4774a46d66195ca4f42 to your computer and use it in GitHub Desktop.
const schema = new GraphQLSchema({
types: [MovieType, BookType, UserType, SearchableType],
query: new GraphQLObjectType({
// ...
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment