Guest User

Untitled

a guest
Jan 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. const req_query =
  2. mutation productDuplicate($productId: ID!, $newTitle: String!) {
  3. productDuplicate(productId: $productId, newTitle: $newTitle) {
  4. userErrors {
  5. field
  6. message
  7. }
  8. imageJob {
  9. id
  10. }
  11. newProduct {
  12. id
  13. }
  14. shop {
  15. id
  16. }
  17. }
  18. }
Add Comment
Please, Sign In to add comment