Skip to content

Instantly share code, notes, and snippets.

@zacck-zz
Created October 5, 2018 18:12
Show Gist options
  • Save zacck-zz/42534c4ee9e78532df54f8208400f211 to your computer and use it in GitHub Desktop.
Save zacck-zz/42534c4ee9e78532df54f8208400f211 to your computer and use it in GitHub Desktop.
{
"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