Kostas Karaolis
09/21/2022, 6:12 PMlocations: { connect: [{ id: 1 }, { id: 2 }] },
but it is not connecting the jobs with locations. any ideas what I am doing wrong?Ansel Vahle
09/21/2022, 6:26 PMindex.d.ts
) to understand the query structure needed for a given query. Alternatively, just reading the generated index.d.ts
file should help you understand what you need! Good luck!Kostas Karaolis
09/21/2022, 9:24 PMVladi Stevanovic