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
In the special case of mapping tables (i.e. where all columns of the table definition can be represented as nodeIds), it would be nice if additional default CRUD methods were exposed for operating on them as a set of nodeIds. For example:
Support for NodeID in custom functions would also be an acceptable solution here (see graphile/crystal#979). You could imagine these mutations being implemented with a signature like:
public.set_all_user_to_organizations(u public.users, o public.organizations[])
In the special case of mapping tables (i.e. where all columns of the table definition can be represented as
nodeId
s), it would be nice if additional default CRUD methods were exposed for operating on them as a set ofnodeId
s. For example:The text was updated successfully, but these errors were encountered: