aj
03/15/2022, 8:39 PMconnectOrCreate
where multiple fields match. Or how can I use where: {AND: [{},{}]}
operation inside connectOrCreate
?Nurul
03/21/2022, 9:53 AMconnectOrCreate
where clause?
Can you share your schema file and query which you are trying to invoke?
By default fields in where clause are AND
so there is no need to explicitly add AND condition if there’s no need.aj
03/21/2022, 11:43 AM