Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { gql } from 'apollo-boost';
/**
* @see /src/graphql-modules/cartAndCheckout/orchestration/resolver
* @todo what is `shippingMethodItemId` for again?
*/
export default gql `
query GetShippingMethodsList($cartItemId: Int) {
shippingMethodList(cartItemId: $cartItemId) {
responseMessage
list {
identifier
label
isSelected
priceValue
deliveryTime
deliveryTimePretty
}
}
}
`;
//# sourceMappingURL=GetShippingMethodsList.graphql.js.map