Skip to content

Instantly share code, notes, and snippets.

@neerajkumar161
Last active January 4, 2022 13:19
Show Gist options
  • Save neerajkumar161/7f0326363e0ec724ad79b2b01496edf6 to your computer and use it in GitHub Desktop.
Save neerajkumar161/7f0326363e0ec724ad79b2b01496edf6 to your computer and use it in GitHub Desktop.
/src/schema/delete-user.graphql
type Mutation {
deleteUser(email: String!): deleteUser!
}
type deleteUser {
message: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment