Thanks to visit codestin.com Credit goes to github.com
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 6f9289e commit b5734a7Copy full SHA for b5734a7
1 file changed
src/Symfony/Bundle/Resources/config/metadata/yaml.xml
@@ -25,6 +25,7 @@
25
<argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.yaml.inner" />
26
<argument>%api_platform.defaults%</argument>
27
<argument type="service" id="logger" on-invalid="null" />
28
+ <argument>%api_platform.graphql.enabled%</argument>
29
</service>
30
31
<service id="api_platform.metadata.property.metadata_factory.yaml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory" decorates="api_platform.metadata.property.metadata_factory" decoration-priority="20" public="false">
0 commit comments