Skip to content

Instantly share code, notes, and snippets.

@0916dhkim
Created January 31, 2021 20:21
Show Gist options
  • Save 0916dhkim/07c5a4434da096bb446ffd4e10a8216e to your computer and use it in GitHub Desktop.
Save 0916dhkim/07c5a4434da096bb446ffd4e10a8216e to your computer and use it in GitHub Desktop.
Mutation that does not respond with the updated record
type Mutation {
deletePostContent(postId: ID!): Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment