Skip to content

Commit

Permalink
allow directives for argument definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed Feb 22, 2017
1 parent 4badb3c commit 031f698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/alumbra/GraphQLSchema.g4
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ arguments
;

argument
: argumentName ':' argumentType defaultValue?
: argumentName directives? ':' argumentType defaultValue?
;

argumentName
Expand Down

0 comments on commit 031f698

Please sign in to comment.