Created
January 31, 2021 19:56
-
-
Save 0916dhkim/3574e817b211096c5022a430457cf7ba to your computer and use it in GitHub Desktop.
Sample Mutation
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 { | |
changePostTitle(postId: ID!, title:String!): Post | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment