You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😄