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
It gets thrown in MutableTrait in line 82. When I add a print_r there for $this->className I can see that the problem is in "Symfony\Component\Security\Core\User\UserInterface".
Does anyone have a clue what I can do? It only happens when posting to the /graphql endpoint without query / mutation. But this leads to no autocomplete since the schema doesn't get generated. Queries and mutations work as expected.