generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Eradicate type-specific "Ref" variants in schema #1063
Comments
Open
Duplicate of #1043 |
alecthomas
removed
good first issue
Good for newcomers
triage
Issue needs triaging
labels
Mar 12, 2024
worstell
added a commit
that referenced
this issue
Mar 13, 2024
worstell
added a commit
that referenced
this issue
Mar 13, 2024
worstell
added a commit
that referenced
this issue
Mar 13, 2024
worstell
added a commit
that referenced
this issue
Mar 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They're proliferating at a rate of knots and are increasing the noise and complexity of the schema. Instead, switch to using the single untyped
Ref
, and a single resolver function that returns different types.The text was updated successfully, but these errors were encountered: