-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Reported on client version: 0.29.5
When aliasing a reverse link result with as, the alias is not typed in the returned object.
const record = await xata.db.ShoppingCarts.select([{
name: "<-ShoppingCartLineItems.shoppingCart",
columns: ["productId", "quantity", "type"],
as: "lineItems"
}]).getFirst();Reactions are currently unavailable
