ComposeDB Date Support

Is it true that ComposeDB does not support the Date datatype? I am hitting this error when creating a Mutation:
CBOR encode error: unsupported type: Date

I found a reference in another forum post suggesting that Date was not supported and recommended using String in the interim. Is that true?

Hi, there was an issue with the DateTime scalar serialization that should have been fixed in v0.3.1, is this the version your are using for all your @composedb packages please?

1 Like

Reviving this thread as I recently had this question and ended up finding this here. At the time of writing, this is part of 0.4.x so earlier versions might have included the issued described by the OP.