mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
82 lines
2.8 KiB
JSON
82 lines
2.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": "skip"
|
|
},
|
|
"arguments": [
|
|
{
|
|
"kind": "Argument",
|
|
"value": {
|
|
"kind": "Variable",
|
|
"name": {
|
|
"kind": "Name",
|
|
"value": "condition"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|