Skip to content

Commit

Permalink
Merge pull request #84 from philipp-heyse/1.0
Browse files Browse the repository at this point in the history
Fixing image variations resolver
  • Loading branch information
Bertrand Dunogier authored Sep 11, 2020
2 parents 0ed81d8 + eef0bf0 commit 4824689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/graphql/Field.types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ImageFieldValue:
identifier:
type: "[ImageVariationIdentifier]!"
description: "One or more variation identifiers."
resolve: "@=resolver('ImageVariation', [value.value, args])"
resolve: "@=resolver('ImageVariations', [value.value, args])"
variation:
type: ImageVariation
args:
Expand Down

0 comments on commit 4824689

Please sign in to comment.