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 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...
The text was updated successfully, but these errors were encountered:
Fatal error: Uncaught TypeError: Class App\Entity\Tag does exists, but is not a Type. Does it have Annotations and it's added to annotated function array?
Types put in GraphQL annotations are not being deannotated in the fly, so implementing
many-to-many
association is impossible, because alwaysTypeA
will requireTypeB
that still wasn't deannotated.Edit: It's working correctly with
one-to-many
relation, so probably there is something withlistOf
annotation...The text was updated successfully, but these errors were encountered: