Repository URL to install this package:
|
Version:
0.0.15 ▾
|
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