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
Description
In an entity, I create several ManyToMany relations pointing to the same class. When retrieving data via a GraphQL query, all relations display the same results.
How to reproduce
Here is a minimalist entity affected by the bug:
The text was updated successfully, but these errors were encountered:
remyber
changed the title
Multiple ManyToMany on same class gives inconsistent results
Multiple ManyToMany on same class gives inconsistent results with GraphQL
Dec 8, 2022
API Platform version(s) affected: 3.0.6
Description
In an entity, I create several ManyToMany relations pointing to the same class. When retrieving data via a GraphQL query, all relations display the same results.
How to reproduce
Here is a minimalist entity affected by the bug:
To test, I added an entry in tests_users2. tests_users1 is empty.
Here is the GraphQL query:
And the results. The 2 relations show the same results, while users1 should be empty.
The text was updated successfully, but these errors were encountered: