I need to pass one array of objects, but says I have to specify the type of parameter I try this line of code. It's not working @Arg("products") products:[ReservationProduct]
@Arg("products", type => [ReservationProduct]) products: ReservationProduct[]