directive_decl.graphql 99 B

1234567891011
  1. directive @dir(
  2. # comment
  3. arg1: String
  4. # comment
  5. arg2: String
  6. arg3: String
  7. ) on QUERY