Replies: 1 comment 7 replies
-
Redis do not store instance of |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i have issue with fields type Date with cache in Redis:
Additionally i have setup my graphql
First request i see Date in ISO. Works perfect. Strange when i remove GraphQLISODateTime i will see timestamp.
Next request this same query returned only null for createdAt.
I read about serialize but cant use ISOToString() beacuse serialize return number.
Could anyone help me ?
Beta Was this translation helpful? Give feedback.
All reactions