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

8 lines
135 B
GraphQL

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