Advertisement
shakasu

Untitled

Mar 17th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2.     "query": "mutation ($insert: BookInput!) {   m0: Book(insert: $insert) {     uuid     author     book_name   } } ",
  3.     "variables": {
  4.         "insert":{
  5.             "uuid": "001fd71f-56d3-462d-9460-7b31e14a866d",
  6.             "author": "Моисей",
  7.             "book_name": "Библия"}
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement