Hey there, ```graphql query foobar($foobar: Foobar!){ foobar(foobar: $foobar){ foobar } } ``` Calling this query on an environment that has no `Foobar` type defined results in a 500 http response like in this screenshot. Is it normal? Shouldn't it be a 400 response? 