morpheus-graphql-0.1.0: test/Feature/Holistic/introspection/kinds/SCALAR/response.json
{
"data": {
"__type": {
"kind": "SCALAR",
"name": "TestScalar",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
}
}
}