morpheus-graphql-0.18.0: test/Feature/Input/variables/valueNotProvided/nonNullVariable/response.json
{
"errors": [
{
"message": "Variable \"$i1\" of required type \"String!\" was not provided.",
"locations": [
{
"line": 1,
"column": 27
}
]
}
]
}