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 / core / auth / user / queries / UpdateCard.graphql.js
Size: Mime:
import { gql } from 'apollo-boost';
export default gql `
  mutation UpdateCard($creditCard: AddCardInput!, $address: AddressInput) {
    updateCard(creditCard: $creditCard, address: $address) {
      responseCode
      responseMessage
    }
  }
`;
//# sourceMappingURL=UpdateCard.graphql.js.map