cara memberikan tipe arg di nestjs graphql untuk array input

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