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

Union types are invalid in inputs #3

Open
kubukoz opened this issue Jun 1, 2023 · 0 comments
Open

Union types are invalid in inputs #3

kubukoz opened this issue Jun 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@kubukoz
Copy link
Member

kubukoz commented Jun 1, 2023

While testing with DynamoDB, found out that our union handling is incorrect in schemas that are inputs. CalibanSchemaVisitor will need to be updated to account for whether it's in an input or an output position, and act accordingly: a union type should be represented as a struct (tagged union encoding)

@kubukoz kubukoz added the bug Something isn't working label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant