is there a way to handle timestamps with graphql, ...
# prisma-whats-new
i
is there a way to handle timestamps with graphql, I see datetime but not timestamp, should I change it to a string client side and send that?
j
You could create a custom directive to do so. Check out graphql documentation on graphql