github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/codegen/testserver/slices.graphql (about)

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