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
With @throwOnFieldError or @catch applied, missing data i.e. undefined should no longer be possible to be read from a fragment or operation (besides conditional selections from my understanding), so couldn't we stop generating Type | null | undefined in those cases for nullable fields and model them just as Type | null instead?
This would also apply to the raw response type. A field there should only be typed as undefined if it's conditional.