async-graphql/parser/tests/services/implements.graphql
2020-11-10 11:46:56 +08:00

8 lines
135 B
GraphQL

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