I am trying to do this: ```args: { categories:...
# graphql-nexus
m
I am trying to do this:
Copy code
args: {
    categories: stringArg({ required: true, list: true }),
  },
on a query field but in the resolve, category is of type:
(string|null)[]