async-graphql/parser/tests/services/extend_interface.graphql

4 lines
59 B
GraphQL

extend interface Bar {
two(argument: InputType!): Type
}