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 Jan 4, 2025
1 parent d8fbefd commit c98bfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/graphql/Base.types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DateTime:
format:
type: String
description: "Date formatted with a date() format"
resolve: "@=query('DateTimeFormat', [value, args])"
resolve: "@=query('DateTimeFormat', value, args)"
args:
pattern:
type: "String"
Expand Down

0 comments on commit c98bfe3

Please sign in to comment.