Skip to content

Commit

Permalink
fix: allow graphql pattern directive to be used in args
Browse files Browse the repository at this point in the history
  • Loading branch information
micovery committed May 8, 2024
1 parent e3a3427 commit 81f174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/graphql/resorts.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ directive @visibility(

directive @pattern(
regexp: String!
) on INPUT_FIELD_DEFINITION
) on INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION


scalar Inches
Expand Down

0 comments on commit 81f174f

Please # to comment.