DEBSOURCES
Skip Quicknav
sources / rust-graphql-parser / 0.4.1-1 / tests / schemas / extend_object.graphql
1234567
extend type Foo { seven(argument: [String]): Type } extend type Bar implements IOne & ITwo { five(argument: [String!]!): Type }