Skip to content

Instantly share code, notes, and snippets.

@neerajkumar161
Created December 29, 2021 13:12
Show Gist options
  • Save neerajkumar161/80d855e258e7e46e7ad49abcffd7728d to your computer and use it in GitHub Desktop.
Save neerajkumar161/80d855e258e7e46e7ad49abcffd7728d to your computer and use it in GitHub Desktop.
/src/schemas/get-user.graphql
type Query {
getUser(id: ID!): User!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment