Skip to content

Commit b0c95e1

Browse files
committed
fix
1 parent 68563a4 commit b0c95e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/Resources/config/doctrine_mongodb_odm.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
<service id="api_platform.doctrine_mongodb.odm.graphql_metadata.resource.metadata_collection_factory" class="ApiPlatform\Doctrine\Odm\Metadata\Resource\DoctrineMongoDbOdmResourceCollectionMetadataFactory" decorates="api_platform.graphql_metadata.resource.metadata_collection_factory" decoration-priority="40" decoration-on-invalid="ignore">
161161
<argument type="service" id="doctrine_mongodb" />
162-
<argument type="service" id="api_platform.doctrine.orm.graphql_metadata.resource.metadata_collection_factory.inner" />
162+
<argument type="service" id="api_platform.doctrine_mongodb.odm.graphql_metadata.resource.metadata_collection_factory.inner" />
163163
</service>
164164
</services>
165165

tests/GraphQl/Type/FieldsBuilderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class FieldsBuilderTest extends TestCase
5858
private ObjectProphecy $propertyNameCollectionFactoryProphecy;
5959
private ObjectProphecy $propertyMetadataFactoryProphecy;
6060
private ObjectProphecy $resourceMetadataCollectionFactoryProphecy;
61-
private ObjectProphecy $dynamicResourceExtractorProphecy;
61+
private ObjectProphecy $graphQlNestedOperationResourceMetadataFactoryProphecy;
6262
private ObjectProphecy $typesContainerProphecy;
6363
private ObjectProphecy $typeBuilderProphecy;
6464
private ObjectProphecy $typeConverterProphecy;

0 commit comments

Comments
 (0)