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?