Advertisement
shakasu

Untitled

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