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
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
I have a couple relationships, EDITEDBY and AUTHORED by that has a lot of instances. Each entity has an editeby relationship to a user entity. Inferschema creates this relationship for some entities, but not all. There are no errors, just the relationships don't get created in the schema.graphql file.
I have a couple relationships, EDITEDBY and AUTHORED by that has a lot of instances. Each entity has an editeby relationship to a user entity. Inferschema creates this relationship for some entities, but not all. There are no errors, just the relationships don't get created in the schema.graphql file.
This does work when I rename each relationship so they have distinct names between entities. For example, CUSTOMER_EDITEDBY, or PO_EDITEDBY.
https://grandstack.io/docs/infer-graphql-schema-database/
The text was updated successfully, but these errors were encountered: