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
Fatal error: 'try!' expression unexpectedly raised an error: Cannot use type "Array<Group>" for field "groups". Type does not map to a GraphQL type.
The problem seems that User uses groups before Group is declared. Do you have a sample or some docs I didn't see how to pre-declare types in this scenario ?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I'm having issues creating a GraphQL schema with Graphiti containing a many-to-many relationship.
The setup is basically this :
I'm getting the error
The problem seems that
User
usesgroups
beforeGroup
is declared. Do you have a sample or some docs I didn't see how to pre-declare types in this scenario ?Thank you
The text was updated successfully, but these errors were encountered: