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
Hi! I have an Organization type that has a field members, which is a connection of Users, but with a custom edge type. The custom edge type has a role field, apart from the standard node field.
I need the organization_id inside the resolver function of the edge, but I couldn't find a way to access the parent node information. Is there a way I can do that?
Hi! I have an
Organization
type that has a fieldmembers
, which is a connection ofUser
s, but with a custom edge type. The custom edge type has arole
field, apart from the standardnode
field.This is the query I would like to perform:
And this is my current connection type definition:
I need the
organization_id
inside the resolver function of the edge, but I couldn't find a way to access the parent node information. Is there a way I can do that?Just in case, this is my
Organization
type:Thanks for the awesome work!
The text was updated successfully, but these errors were encountered: