mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 21:06:05 +03:00
105 lines
3.8 KiB
JSON
105 lines
3.8 KiB
JSON
|
{
|
||
|
"pipeline": [
|
||
|
{
|
||
|
"fieldNodes": [
|
||
|
{
|
||
|
"kind": "Field",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "droid"
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"kind": "Argument",
|
||
|
"value": {
|
||
|
"kind": "Variable",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "id"
|
||
|
}
|
||
|
},
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "id"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"directives": [
|
||
|
{
|
||
|
"kind": "Directive",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "include"
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"kind": "Argument",
|
||
|
"value": {
|
||
|
"kind": "Variable",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "includeCondition"
|
||
|
}
|
||
|
},
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "if"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"kind": "Directive",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "skip"
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"kind": "Argument",
|
||
|
"value": {
|
||
|
"kind": "Variable",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "skipCondition"
|
||
|
}
|
||
|
},
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "if"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"selectionSet": {
|
||
|
"kind": "SelectionSet",
|
||
|
"selections": [
|
||
|
{
|
||
|
"kind": "Field",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "id"
|
||
|
},
|
||
|
"arguments": [],
|
||
|
"directives": []
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"fieldName": "droid",
|
||
|
"resultName": "droid",
|
||
|
"argumentValueMap": {
|
||
|
"id": {
|
||
|
"kind": "Variable",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "id"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|