prettier/tests/graphql_interface/interface.graphql

5 lines
44 B
GraphQL

interface Actor {
id: ID
name: String
}