morpheus-graphql-0.15.0: test/Feature/Holistic/schema-ext.gql
type ExtQuery {
fail1: String!
fail2: Int!
type(in: TypeInput!): String!
}
input TypeInput {
data: String!
}
type ExtQuery {
fail1: String!
fail2: Int!
type(in: TypeInput!): String!
}
input TypeInput {
data: String!
}