Skip to content

Commit

Permalink
Update graphql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leitge authored Nov 5, 2023
1 parent e267f9b commit 700e0e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Resources/config/graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
pimcore.datahub.graphql.dataobjecttype.elementdescriptor_input: '@Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ElementDescriptorInputType'
pimcore.datahub.graphql.dataobjecttype.geopoint_input: '@Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType'
pimcore.datahub.graphql.dataobjecttype.quantity_value_input: '@Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueInputType'
pimcore.datahub.graphql.dataobjecttype.input_quantity_value_input: '@Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType'

pimcore.datahub.graphql.dataobjecttype.object_tree: '@Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType'
pimcore.datahub.graphql.dataobjecttype._object_folder: '@Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType'
Expand Down Expand Up @@ -732,6 +733,10 @@ services:
tags:
- { name: pimcore.datahub.graphql.dataobjecttype, id: input_quantity_value }

Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType:
tags:
- { name: pimcore.datahub.graphql.dataobjecttype, id: input_quantity_value_input }

Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType:
tags:
- { name: pimcore.datahub.graphql.dataobjecttype, id: quantity_value }
Expand Down Expand Up @@ -1000,6 +1005,11 @@ services:
tags:
- { name: pimcore.datahub.graphql.dataobjectmutationtypegenerator, id: typegenerator_dataobjectmutationdatatype_quantityValue }

pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_inputQuantityValue:
class: Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\InputQuantityValue
tags:
- { name: pimcore.datahub.graphql.dataobjectmutationtypegenerator, id: typegenerator_dataobjectmutationdatatype_inputQuantityValue }

pimcore.datahub.graphql.dataobjectmutationtypegenerator_datatype_table:
class: Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectMutationFieldConfigGenerator\Table
tags:
Expand Down

0 comments on commit 700e0e3

Please sign in to comment.