async-graphql/async-graphql-parser/tests/schemas/implements_amp.graphql

6 lines
141 B
GraphQL

type Type1 implements & IOne & ITwo
type Type2 implements & IOne
interface Type1 implements & IOne & ITwo
interface Type2 implements & IOne