The fields in where need to be unique.
If you can make some field, let’s say date @unique (date: DateTime! @unique), and use that for your where in the upsert, I think it would work (tested on my local)
The fields in where need to be unique.
If you can make some field, let’s say date @unique (date: DateTime! @unique), and use that for your where in the upsert, I think it would work (tested on my local)