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
Unions should work but you have to define your own Edge class from scratch, it's not supported by extending createEdgeType() because that expects to be passed a class constructor.
Awesome library!
Is there a way for nodes to be a
Union
orObjectType
(it only allows this right now)? The relay spec itself allows this: https://relay.dev/graphql/connections.htm#sec-NodeThe text was updated successfully, but these errors were encountered: