prettier/tests/graphql_object_type_def/implements.graphql

4 lines
63 B
GraphQL

type VRMConversation implements Node, Entity @foo {
a: Int
}