Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / features / ShippingMethods / state / queries / SelectShippingMethod.graphql.js
Size: Mime:
import { gql } from 'apollo-boost';
/**
 * @todo has to be for an item or for cart
 * @see /src/graphql-modules/cartAndCheckout/orchestration/resolver
 */
export default gql `
  mutation SelectShippingMethod($shippingMethodItemId: String!, $cartItemId: Int) {
    selectShippingMethods(shippingMethodItemId: $shippingMethodItemId, cartItemId: $cartItemId) {
      responseMessage
    }
  }
`;
//# sourceMappingURL=SelectShippingMethod.graphql.js.map