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

3 lines
65 B
GraphQL
Raw Normal View History

2020-05-15 03:42:01 +00:00
type Type1 implements & IOne & ITwo
type Type2 implements & IOne