Open mayone-du opened 2 years ago
Hi @mayone-du,
Thank you for your report!
Could you please provide a reproduction on Codesandbox by using our template? β‘οΈ https://codesandbox.io/s/github/dotansimha/graphql-code-generator-issue-sandbox-template/tree/master/
Thank you!
@charlypoly OK, please waitπ
Do we have any updates on this? itβs still and issue when comparing dates. Eg. createdAt: { gte: dayjs() }
Describe the bug
**To Reproduce** Steps to reproduce the behavior:codegen.yml
config file:Expected behavior
Environment:
@graphql-codegen/...
:Additional context
If you pass dayjs().toISOString() or new Date().toString(), infinite rendering will occur.
With dayjs().toString(), it was not infinite rendering, but it was extra rendering.
I don't know if it's a bug in graphql-code-generator or in GraphQL.js, but I'm sorry if this is the wrong place to post this. Is there anything I can do to help?