Type of relations when using with is not correctly set
I have two schemas:
They are in a one-to-one relation with the relations defined:
However when I run following query the setup property on a job is not properly typed:
Instead it has following type:
I tried following the other posts to solve this in the discord and also created the
They are in a one-to-one relation with the relations defined:
However when I run following query the setup property on a job is not properly typed:
Instead it has following type:
I tried following the other posts to solve this in the discord and also created the
IncludeRelations type that was suggested in other similar posts, but nothing seems to be working for me.