Skip to content

Commit

Permalink
Fixing image variations resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heyse committed Aug 12, 2020
1 parent 0ed81d8 commit eef0bf0
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 eef0bf0

Please sign in to comment.