prettier/tests/graphql_object_type_def/implements.graphql

3 lines
54 B
GraphQL
Raw Normal View History

type VRMConversation implements Node, Entity @foo {
}