Skip to content

Instantly share code, notes, and snippets.

@rohan-varma
Created September 3, 2016 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohan-varma/656eb511797902e59a6c8d022722ea61 to your computer and use it in GitHub Desktop.
Save rohan-varma/656eb511797902e59a6c8d022722ea61 to your computer and use it in GitHub Desktop.
const Schema = new GraphQLSchema({
query: Query //defined above
});
export default Schema;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment