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 was archived by the owner on Feb 13, 2022. It is now read-only.
Types put in GraphQL annotations are not being deannotated in the fly, so implementing many-to-many association is impossible, because always TypeA will require TypeB that still wasn't deannotated.
Edit: It's working correctly with one-to-many relation, so probably there is something with listOf annotation...
Types put in GraphQL annotations are not being deannotated in the fly, so implementing
many-to-manyassociation is impossible, because alwaysTypeAwill requireTypeBthat still wasn't deannotated.Edit: It's working correctly with
one-to-manyrelation, so probably there is something withlistOfannotation...