Invalid Node AST error tanstack query with graphql codegen

https://stackoverflow.com/questions/78925598/error-invalid-ast-node-when-calling-api-using-graphql-graphql-request

https://github.com/dotansimha/graphql-code-generator/issues/9553

not sure if i should ask here but im receiving this error on tanstack start, while using tanstack query with graphql with codegen. receiving the same error as on the stackoverflow question linked above.
just wondering if anyone is experiencing the same.
GitHub
Is your feature request related to a problem? Please describe. When modifying queries in development, codegen does not complete before react's hot reload re-runs code. As a result, the document...
client-preset throws "invalid ast node" during react hot reload · ...
Was this page helpful?