Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 957ca74

Browse files
author
Vitaliy Boyko
committed
graphQl-296: statix fix
1 parent 548e33e commit 957ca74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ type Cart {
102102
items: [CartItemInterface]
103103
applied_coupon: AppliedCoupon
104104
shipping_addresses: [CartAddress]! @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\ShippingAddresses")
105-
billing_address: CartAddress! @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\BillingAddress")}
105+
billing_address: CartAddress! @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\BillingAddress")
106+
}
106107

107108
type CartAddress {
108109
firstname: String

0 commit comments

Comments
 (0)