mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 21:06:05 +03:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
|
{
|
||
|
"pipeline": [
|
||
|
{
|
||
|
"fieldNodes": [
|
||
|
{
|
||
|
"kind": "Field",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "hero"
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"kind": "Argument",
|
||
|
"value": {
|
||
|
"kind": "IntValue",
|
||
|
"value": "5"
|
||
|
},
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "episode"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"directives": [],
|
||
|
"selectionSet": {
|
||
|
"kind": "SelectionSet",
|
||
|
"selections": [
|
||
|
{
|
||
|
"kind": "Field",
|
||
|
"name": {
|
||
|
"kind": "Name",
|
||
|
"value": "name"
|
||
|
},
|
||
|
"arguments": [],
|
||
|
"directives": []
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"fieldName": "hero",
|
||
|
"resultName": "hero",
|
||
|
"argumentValueMap": {
|
||
|
"episode": {
|
||
|
"kind": "IntValue",
|
||
|
"value": "5"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|