We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb7262 commit 61676ccCopy full SHA for 61676cc
src/Laravel/ApiPlatformProvider.php
@@ -1100,7 +1100,7 @@ private function registerGraphQl(Application $app): void
1100
$app->make(ContextAwareTypeBuilderInterface::class),
1101
$app->make(TypeConverterInterface::class),
1102
$app->make(ResolverFactoryInterface::class),
1103
- $app->make(FilterInterface::class),
+ $app->make('filters'),
1104
$app->make(Pagination::class),
1105
$app->make(NameConverterInterface::class),
1106
$config->get('api-platform.graphql.nesting_separator') ?? '__',
0 commit comments