prettier/tests/graphql_definitions/fields.graphql

25 lines
193 B
GraphQL

query MyFirstQuery {
hello
}
mutation
MyFirstMutation {
world
}
subscription, ThisIsASub, {
excellent
}
, query, ThisIsASub, {
excellent
}
query {
noName
}
{
noOperationType
}