prettier/tests/graphql_comments/argument_comment.graphql

8 lines
105 B
GraphQL

query (
$string: String, # Some variable comment
$bool: Boolean # Some comment
) {
someField
}