codegen/testserver/singlefile/slices.graphql (
11
lines of code) (
raw
):
extend type Query { slices: Slices scalarSlice: Bytes! } type Slices { test1: [String] test2: [String!] test3: [String]! test4: [String!]! } scalar Bytes