Skip to content

Instantly share code, notes, and snippets.

@tabrez
Created March 10, 2019 16:48
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 tabrez/58323b79fa080b55b988eb74ac6c910a to your computer and use it in GitHub Desktop.
Save tabrez/58323b79fa080b55b988eb74ac6c910a to your computer and use it in GitHub Desktop.
const { GraphQLServer } = require('graphql-yoga');
const server = new GraphQLServer({ typeDefs, resolvers });
server.start(() => console.log('Server is running...'));
// run integration tests
// how to stop the server?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment