Add support for directives on directives by IvanGoncharov · Pull Request #907 · graphql/graphql-specI suggest allowing to specify directives on directives with the following syntax:
directive @foo on DIRECTIVE_DEFINITION
directive @bar on FIELD @foo
Motivation
Allow applying directive-exclusive ...