1extend type Query { 2 variadicModel: VariadicModel 3} 4 5type VariadicModel { 6 value(rank: Int!): String 7}
View as plain text