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
Currently for each field that returns an interface, we generate a function that takes an optional SelectionBuilder for each type that implements the interface. If we want to select fields from the interface (common to all types), we still need to provide a SelectionBuilder for each type.
We need something more user-friendly for that particular use case.
The text was updated successfully, but these errors were encountered:
Currently for each field that returns an interface, we generate a function that takes an optional
SelectionBuilder
for each type that implements the interface. If we want to select fields from the interface (common to all types), we still need to provide aSelectionBuilder
for each type.We need something more user-friendly for that particular use case.
The text was updated successfully, but these errors were encountered: