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

Cleanup quote GraphQL scheme #384

Closed
Closed
@naydav

Description

@naydav

Removing of not used types

  1. Remove duplication
applyCouponToCart(input: ApplyCouponToCartInput): ApplyCouponToCartOutput @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\Coupon\\ApplyCouponToCart")
removeCouponFromCart(input: RemoveCouponFromCartInput): RemoveCouponFromCartOutput @resolver(class: "\\Magento\\QuoteGraphQl\\Model\\Resolver\\Coupon\\RemoveCouponFromCart")
  1. Remove unused and wrong type
input AvailableShippingMethodsOnCartInput {
    cart_id: String!
    customer_address_id: Int
    address: CartAddressInput
}
  1. Remove unused and wrong type
input CartItemDetailsInput {
    sku: String!
    qty: Float!
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions