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
If we use @include or @skip directives on a non-nullable field, the code generation output should be nullable because we can guarantee that the data won't always exist.
If we use
@includeor@skipdirectives on a non-nullable field, the code generation output should be nullable because we can guarantee that the data won't always exist.