prettier/tests/graphql_newline/interface.graphql

10 lines
85 B
GraphQL

interface Actor {
# Id
id: ID
# Actor fields
name: String
kind: String
}