Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { gql } from 'apollo-boost';
export default gql `
query GetPaymentsQuery {
getUserPayments {
status
cards {
cardId
identifier
address {
addressId
firstName
lastName
addressLine1
addressLine2
city
state
country
postalCode
email
telephone
}
cardNumber
cardType
expirationMonth
expirationYear
isDefault
lastFourDigits
nameOnCard
firstName
lastName
type
}
}
}
`;
//# sourceMappingURL=GetPaymentsQuery.graphql.js.map