I am using urql-react as my React client in a project. I need to make sure that any date variables in query/mutation with Date
scalar type are serialized into YYYY-DD-MM
format while for DateTime scalar type, the date object is serialized in YYYY-DD-MMTHH:mm:ssZ
format.
How can this be achieved on a central level?