prettier/tests/graphql_newline/fields.graphql

36 lines
260 B
GraphQL

query MyFirstQuery {
# comment
field {
subfield
# comment
subfield
}
field
#comment
field
}
mutation MyFirstMutation {
# comment
name
comment # comment
kind
}
subscription MySubscription {
name
comment
kind
}