Skip to content

Instantly share code, notes, and snippets.

@factoryhr
Created May 24, 2022 08:18
Show Gist options
  • Save factoryhr/b86229e7bdb73ba9a3ac00ebf7da9022 to your computer and use it in GitHub Desktop.
Save factoryhr/b86229e7bdb73ba9a3ac00ebf7da9022 to your computer and use it in GitHub Desktop.
IntroductionToGraphQLBlogPost
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