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

Improve the type checking for node fields that accept multiple value types #1193

Open
TwitchBronBron opened this issue May 16, 2024 · 0 comments
Milestone

Comments

@TwitchBronBron
Copy link
Member

#1191 provided relief for some of the pain points of node fields that accept more data types, but ideally we could improve many of these field types to accept a subset of values. For example, translation can only accept a string literal value that looks like an array, an array, or perhaps a variable of type string (when we don't know what the value actually is). We should do more extensive testing to find all the edge cases for these fields, and improve the type system accordingly.

@TwitchBronBron TwitchBronBron added this to the v1.1.0 milestone May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant