You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: