grapher
grapher copied to clipboard
Loopback with type:one don't work
This link don't work like expected. I want to query all users with the same companyId. Is this not supported?
Meteor.users.addLinks({ team: { collection: Meteor.users, type: "one", field: "companyId" } });
Can you show me a reproduction ?