Skip to content

Commit

Permalink
fixup! 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 729ff15 commit 4cb2274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/config/graphql/Content.types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Content:
reverseRelations:
type: "[ContentRelation]"
description: "Relations to this Content"
resolve: "@=query('ContentReverseRelations', [value])"
resolve: "@=query('ContentReverseRelations', value)"
states:
type: "[ObjectState]"
description: "Content States."
resolve: "@=query('ObjectStateByContentInfo', [value])"
resolve: "@=query('ObjectStateByContentInfo', value)"

ContentRelation:
type: "object"
Expand Down

0 comments on commit 4cb2274

Please sign in to comment.