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
An “Edge Type” must contain a field called node. This field must return either a Scalar, Enum, Object, Interface, Union, or a Non‐Null wrapper around one of those types. Notably, this field cannot return a list.
func ConnectionDefinitions
only accepts agraphql.Object
as itsNodeType
I'm trying to migrate a graphql service I have written JS, and I have an interface as one of the connections.
I can't migrate it to
graphql-go/relay
because of this blocker.https://relay.dev/graphql/connections.htm
I've created a PR for this fix #43
The text was updated successfully, but these errors were encountered: