graphql-php/tests/Experimental/Executor/CollectorTestSnapshots/ShouldEmitFieldWithoutArguments.json

34 lines
1003 B
JSON

{
"pipeline": [
{
"fieldNodes": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "human"
},
"arguments": [],
"directives": [],
"selectionSet": {
"kind": "SelectionSet",
"selections": [
{
"kind": "Field",
"name": {
"kind": "Name",
"value": "name"
},
"arguments": [],
"directives": []
}
]
}
}
],
"fieldName": "human",
"resultName": "human"
}
]
}