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
We are in the process of upgrading our codebase from Symfony 3.3 to Symfony 4 and want to use autowire. We were quite surprised to find out that OverBlogGraphQLBundle has it's own "auto wire" (auto mapping). We disabled that option (overblog_graphql: definitions: auto_mapping: false) but then found out that the bundle doesn't auto configure the interfaces with the given tags.
By adding the following 2 lines to our own extension, it worked: