Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created October 25, 2018 09:25
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 SaraVieira/65a2c1c875fa53e8500efdd17389634d to your computer and use it in GitHub Desktop.
Save SaraVieira/65a2c1c875fa53e8500efdd17389634d to your computer and use it in GitHub Desktop.
const server = new ApolloServer({
typeDefs,
resolvers,
dataSources: () => ({
RandomUser: new RandomUser()
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment