morpheus-graphql-0.1.0: test/Feature/Holistic/introspection/kinds/INPUT_OBJECT/response.json
{
"data": {
"__type": {
"kind": "INPUT_OBJECT",
"name": "TestInputObject",
"fields": null,
"inputFields": [
{
"name": "fieldTestScalar",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "TestScalar",
"ofType": null
}
},
"defaultValue": null
},
{
"name": "fieldNestedInputObject",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "NestedInputObject",
"ofType": null
}
}
},
"defaultValue": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
}
}
}