Skip to content

Instantly share code, notes, and snippets.

@0916dhkim
Created January 31, 2021 19:56
Show Gist options
  • Save 0916dhkim/3574e817b211096c5022a430457cf7ba to your computer and use it in GitHub Desktop.
Save 0916dhkim/3574e817b211096c5022a430457cf7ba to your computer and use it in GitHub Desktop.
Sample Mutation
type Mutation {
changePostTitle(postId: ID!, title:String!): Post
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment