Jak podać argsowi typ w NestJS GraphQL dla tablicy wejściowych

@Args({ name: 'ids', type: () => [String] }) ids: String[]
Muddy Markhor