Skip to content

Instantly share code, notes, and snippets.

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