Hi folks, i'm using the graphql-scalars package on...
# orm-help
t
Hi folks, i'm using the graphql-scalars package on my graphql server and everything is working as expected there. But on the client side i'm not sure what behaviour to expect. For example, if I'm the return value is DateTime, which is mapped to Date, should the client expect a string or a Date object? Is there a step in the client to support the serialisation/deserialisation of DateTime?
c
I haven't played with that one yet, but as far as I understand DateTime is not a built-in GraphQL type, but one you'd have to define yourself.