Closed ardatan closed 1 month ago
Name | Link |
---|---|
Latest commit | fae69d467b0ff8f9607a6b76b3f41b11ee90200d |
Latest deploy log | https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/663b8fa89fe2d300083c4310 |
Deploy Preview | https://deploy-preview-4087--compassionate-pike-271cb3.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi @ardatan, I'm @github-actions bot happy to help you with this PR 👋
I think this should be closed within v17 by #3812 and $4209, so I am going to close this old PR in the name of tidying up, feel free to reopen.
See also: https://github.com/graphql/graphql-js/issues/4085#issuecomment-2385360079
Fixes https://github.com/graphql/graphql-js/issues/4085 Closes https://github.com/graphql/graphql-js/pull/4086
This PR introduces a new function called
astFromValueUntyped
that creates an AST without a type. This function is needed because if a custom scalar returns an object type, it needs to be serialized without a type.