Created
October 5, 2018 18:12
-
-
Save zacck-zz/42534c4ee9e78532df54f8208400f211 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"__schema": { | |
"mutationType": { | |
"fields": [ | |
{ | |
"name": "addItemToCart", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
}, | |
{ | |
"name": "addProfileLocale", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
}, | |
{ | |
"name": "addShopLocale", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
}, | |
{ | |
"name": "createShop", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
}, | |
{ | |
"name": "removeItemFromCart", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
}, | |
{ | |
"name": "signin", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
}, | |
{ | |
"name": "signup", | |
"args": [ | |
{ | |
"name": "input" | |
} | |
] | |
} | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment