github.com/luciferinlove/gqlgen@v0.17.16-bzc.1/codegen/testserver/followschema/variadic.graphql (about)

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