Skip to content

Commit

Permalink
Merge 4dd879a into b029c38
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 3, 2024
2 parents b029c38 + 4dd879a commit 135d0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/Resources/config/graphql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
<argument type="service" id="api_platform.metadata.resource.metadata_collection_factory" on-invalid="ignore" />
<argument type="service" id="api_platform.security.resource_access_checker" on-invalid="ignore" />

<!-- Run before serializer.normalizer.json_serializable -->
<tag name="serializer.normalizer" priority="-890" />
<!-- Run before serializer.normalizer.json_serializable and before serializer.normalizer.backed_enum which is at 880 -->
<tag name="serializer.normalizer" priority="-878" />
</service>

<service id="api_platform.graphql.normalizer.object" class="ApiPlatform\GraphQl\Serializer\ObjectNormalizer" public="false">
Expand Down

0 comments on commit 135d0d8

Please sign in to comment.