Deprecations with new version of GraphQL: graphql_data_loaders
-
Hello,
with the new version of GraphQL this is deprecated:
add_filter( ‘graphql_data_loaders’, [ $this, ‘register_loaders’ ], 10, 2 );
It should be:add_filter( ‘graphql_data_loader_classes’, [ $this, ‘register_loaders’ ], 10, 2 );
Could you please updated the plugin and fix this issue?
Thank you.
Kai
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.