implements.graphql 63 B

1234
  1. type VRMConversation implements Node, Entity @foo {
  2. a: Int
  3. }