grapher icon indicating copy to clipboard operation
grapher copied to clipboard

Loopback with type:one don't work

Open kations opened this issue 5 years ago • 1 comments

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" } });

kations avatar Apr 12 '19 15:04 kations

Can you show me a reproduction ?

theodorDiaconu avatar Apr 15 '19 12:04 theodorDiaconu