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
When resolving all types except for union types, the library looks for field values on the parent object, if it's passed in to the resolver. This means resolving fields with a union type only works at the upper most query level or just coincidentally.
The union type resolver needs to be updated to consider the optional parent object.
The text was updated successfully, but these errors were encountered:
When resolving all types except for union types, the library looks for field values on the parent object, if it's passed in to the resolver. This means resolving fields with a union type only works at the upper most query level or just coincidentally.
The union type resolver needs to be updated to consider the optional parent object.
The text was updated successfully, but these errors were encountered: