prettier/tests/graphql_newline/directive_decl.graphql

11 lines
99 B
GraphQL

directive @dir(
# comment
arg1: String
# comment
arg2: String
arg3: String
) on QUERY