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
I am brand new to graphql and I am having trouble deciphering how to link two related data sets together using this tool. I created a company-database.ts:
I am brand new to graphql and I am having trouble deciphering how to link two related data sets together using this tool. I created a company-database.ts:
As well as a company-type.ts that adds PersonType as a related node. I also added a companyId field to persons:
And added everything to query.ts:
However the system is erroring with
Is there a special method for forming this relationship that I am not seeing?
The text was updated successfully, but these errors were encountered: