Open
Description
For example misspelling one of the top-level fields produces something like below, without any data
, despite other fields being requested independently.
{
"errors": [
{
"message": "Unknown field 'myFieldd' in select"
}
]
}
Unsure whether this is expected GraphQL behaviour or we should be more permissive. Perhaps it could be configurable? If it is possible I'm happy to be pointed to the relevant part of the code to give it a go 😄
Activity