I’m not an expert in data models and I’m a newbie to GraphQL. I’m trying to have 2 fields in a Company type of the User type (contactPerson + employees), but I don’t seem to be able to do this since a relation is required on each, and the target User field can only have 1 relation… should I add another field to the User to solve this, or is it better to have a User field ‘isContactPerson’ and filter Company employees for this field? Or is there an even better solution? Please let me know if I need to explain myself better. Thanks in advance for any help.