Replies: 1 comment
-
How are you representing dates in GraphQL type system? There is no built-in Date in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this property that i am inserting into query (to be more precise inserting it into where filter), but it is not working, what is the syntax for date entries (the data type of property in DB i:
timestamp with time zone, default: now()
)const createdAt = new Date(value) .... { created_at: { _eq: createdAt } } ....
P.S. sorry if it is not right place to answer question
Beta Was this translation helpful? Give feedback.
All reactions