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

4 lines
54 B
GraphQL

extend type Foo {
seven(argument: [String]): Type
}