Skip to content

Commit

Permalink
Merge pull request #979 from creative-commoners/pulls/4.8/fix-publish…
Browse files Browse the repository at this point in the history
…-unpublish

FIX: Use new typeMapping graphql API
  • Loading branch information
emteknetnz authored Apr 22, 2022
2 parents e2b8f18 + ba0d759 commit b0f3596
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 b0f3596

Please sign in to comment.