prettier/tests/graphql_schema/schema.graphql

6 lines
75 B
GraphQL

schema {
query: Root
mutation: Mutation
subscription: Subscription
}