stripeCustomerDetails
Fetch paginated stripe customer details collection
Arguments
Returns
StripeCustomerDetailPaginationConnection Example
query stripeCustomerDetails( $user_id: ID $after: String $before: String $first: Int $last: Int) { stripeCustomerDetails( user_id: $user_id after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}