Created
April 10, 2016 03:47
-
-
Save clayallsopp/aad62a403244e4774a46d66195ca4f42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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