Created
May 24, 2022 08:18
-
-
Save factoryhr/b86229e7bdb73ba9a3ac00ebf7da9022 to your computer and use it in GitHub Desktop.
IntroductionToGraphQLBlogPost
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
mutation { | |
createComment( | |
parentId: 765 | |
key: "comment-1" | |
published: true | |
type: "object" | |
input: { news: { id: 765, type: "object" }, content: "Great news!" } | |
) { | |
success | |
message | |
output { | |
content | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment