stripeCustomerDetails
Fetch all stripe payment cards for user
Arguments
Returns
[StripeCustomerDetail!] Example
query stripeCustomerDetails($user_id: ID, $after: Cursor) { stripeCustomerDetails(user_id: $user_id, after: $after) { bank_type card_type card_type_label country created_at cursor expiration expiring_next_month id last_four source_status source_type stripe_id user user_id zip }}