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