Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created June 26, 2018 17:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save SaraVieira/cba2b4e5f959df34dd9498e1727093c2 to your computer and use it in GitHub Desktop.
const server = new ApolloServer({ typeDefs, resolvers });
server.listen().then(({ url }) => {
console.log(`🚀 Server ready at ${url}`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment