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

8 lines
135 B
GraphQL

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