Created
January 31, 2021 20:21
-
-
Save 0916dhkim/07c5a4434da096bb446ffd4e10a8216e to your computer and use it in GitHub Desktop.
Mutation that does not respond with the updated record
This file contains hidden or 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 { | |
deletePostContent(postId: ID!): Boolean | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment