Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created June 5, 2019 09:06
Show Gist options
  • Save desaijay315/593ee899d65accee7baa913049dda9dc to your computer and use it in GitHub Desktop.
Save desaijay315/593ee899d65accee7baa913049dda9dc to your computer and use it in GitHub Desktop.
type Mutation{
createNewUser(name: String!, email: String!, age: Int): User!
deleteUser(id: ID!): User!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment