OBJECT
1type UpsertBasketItemResult {23id: Int! 74customerId: Int! 75productId: Int! 76quantity: Int! 89}