github.com/99designs/gqlgen@v0.17.45/codegen/testserver/singlefile/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