Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { gql } from 'apollo-boost';
export default gql `
mutation ChangeDefaultCard($creditCard: AddCardInput!, $address: AddressInput!) {
changeDefaultCard(creditCard: $creditCard, address: $address) {
responseCode
responseMessage
}
}
`;
//# sourceMappingURL=ChangeDefaultCard.graphql.js.map