But when i commented using of `scalar DateTime` an...
# orm-help
j
But when i commented using of
scalar DateTime
and
scalar Json
and in model's field. it works.
@nikolasburk could you give me your advise.
l
I suppose Json is a Prisma type, it does not exist in gqlgen
if you need it in gqlgen, you need to define it yourself (using scalar <type> and maybe even a custom implementation)
j
thank you @Luca can you give an example.