Skip to content

Instantly share code, notes, and snippets.

@chris001177
Created June 22, 2019 19:11
Show Gist options
  • Select an option

  • Save chris001177/4bdb7046fbdad0a334658d2ef1770eb1 to your computer and use it in GitHub Desktop.

Select an option

Save chris001177/4bdb7046fbdad0a334658d2ef1770eb1 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