Skip to content

Instantly share code, notes, and snippets.

@Bijitakc
Created July 2, 2022 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bijitakc/84a7f66f0b5405d7f10cab0303b75c44 to your computer and use it in GitHub Desktop.
Save Bijitakc/84a7f66f0b5405d7f10cab0303b75c44 to your computer and use it in GitHub Desktop.
{
"query": "mutation($title: String!, $photo: Upload!, $caption: String!){createPost(title: $title, photo: $photo, caption: $caption){post {id}}}",
"variables": {
"title": "New Post",
"photo": null,
"caption": "This is a new post"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment