...

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

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

     1extend type Query {
     2    slices: Slices
     3    scalarSlice: Bytes!
     4}
     5
     6type Slices {
     7    test1: [String]
     8    test2: [String!]
     9    test3: [String]!
    10    test4: [String!]!
    11}
    12
    13scalar Bytes

View as plain text