Como dar ao tipo args no Nestjs grafql para matriz de entrada

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