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
It seems like the @throwOnFieldError isn't properly considered in the case of a type refinement on a field returning an abstract type, since the title is typed as nullable below the node field and non-null on the field directly returning the object type.
We use @raw_response_type a lot to write typed mocked data for component demos and tests, so this makes it a lot harder to write accurate mock data for our developers.