export default `query($session: String!) { userBySession(session: $session) { subscriber { billingAccount { paymentMethod { creditCard { apple billingAddress { country line1 line2 postcode state townCity } expirationMonth expirationYear maskNumber type } directDebit { bankCode maskedBankAccountNumber billingAddress { country line1 line2 postcode state townCity } } paypal { email type } type paymentMethodStatus } } } } }`;