Last active
January 4, 2022 13:19
-
-
Save neerajkumar161/7f0326363e0ec724ad79b2b01496edf6 to your computer and use it in GitHub Desktop.
/src/schema/delete-user.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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