Skip to content

Commit

Permalink
[GraphQL] Replaced deprecated resolver expression function usage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 4, 2025
1 parent 37171ff commit c71f6e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ContentQueryFieldSettings:
parameters:
type: "[ContentQueryFieldParameter]"
description: "Parameters used to generate the Query from the Query type"
resolve: "@=resolver('QueryFieldDefinitionParameters', [value['Parameters']])"
resolve: "@=query('QueryFieldDefinitionParameters', [value['Parameters']])"
returnedType:
type: ContentType
description: "Content type returned by the field"
Expand Down

0 comments on commit c71f6e7

Please sign in to comment.