prettier/tests/graphql_interface/interface.graphql

5 lines
44 B
GraphQL
Raw Normal View History

2017-06-28 05:30:58 +03:00
interface Actor {
id: ID
name: String
}