...

Text file src/github.com/99designs/gqlgen/codegen/testserver/followschema/variadic.graphql

Documentation: github.com/99designs/gqlgen/codegen/testserver/followschema

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

View as plain text