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
Thanks for the report.
How did you encountered the problem (to reproduce it) ?
Both methods have been removed from the StaticTypeMapper class in favor of constructor arguments in Graphqlite 7 (!), so we'll have to move the definition of the StaticTypeMapper from the XML Config directly into the CompilerPass I think.
Hello,
it seems there are a couple of undefined methods inside
TheCodingMachine\GraphQLite\Mappers\StaticTypeMapper
class:setTypes
setNotMappedTypes
Those methods are called in
TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteCompilerPass::process
method at lines 276 and 280.Installed packages versions:
thecodingmachine/graphqlite: 8.0.0
thecodingmachine/graphqlite-bundle: 7.1.0
The text was updated successfully, but these errors were encountered: