Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalar types use explicit any, but their types are known #560

Open
jbreckel opened this issue Nov 29, 2021 · 1 comment · Fixed by zhouzi/github-graphql-schema#3
Open
Labels
Type: Feature New feature or request

Comments

@jbreckel
Copy link

The currently used custom scalar types are all strings, as noted in the comments.

Using unknown instead of any would also be the type safe way as described here.

@zhouzi
Copy link

zhouzi commented May 19, 2022

The fix proposed to this issue in #561 is part of my fork which is also published to npm, with automatic updates enabled:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants