Skip to content

Commit

Permalink
BUGFIX: Use new typeMapping graphql API
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino authored and GuySartorelli committed Apr 21, 2022
1 parent e2b8f18 commit ba0d759
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _graphql/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
resolvers:
- 'DNADesign\Elemental\GraphQL\Resolvers\Resolver'
modelConfig:
DataObject:
type_mapping:
DNADesign\Elemental\Models\BaseElement: Block
DNADesign\Elemental\Models\ElementalArea: ElementalArea
typeMapping:
DNADesign\Elemental\Models\BaseElement: Block
DNADesign\Elemental\Models\ElementalArea: ElementalArea

0 comments on commit ba0d759

Please sign in to comment.