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 was related to a custom type declared in my app. According to the doc I have to design a class that extends ObjectType. And this is how it was before and worked on 5.x.
We were experimenting around and problem seems to be solved once we extended our custom types not from ObjectType but from MutableObjectType. I don't know if everything works yet (need to run more tests), but at least schema dump is not throwing the error anymore.
Still don't understand why it happened and if my solution is okay. Would appreciate any help. Thank you in advance!
After upgrading from 5x to 6x
php bin/console graphqlite:dump-schema
stopped working with error:Looks like it's failing with all of my types. I don't see any BC changes in the changelog that might affect this. Any ideas?
Full list of upgraded packages:
The text was updated successfully, but these errors were encountered: