userPackageSelections
Fetch collection of all purchased packages
Arguments
offering_id  
·   ID     · ID of the offering to filter the list Returns
[UserPackageSelection!]   Example
query userPackageSelections(  $offering_id: ID  $user_id: ID  $offset: Int  $page_size: Int  $after: Cursor) {  userPackageSelections(    offering_id: $offering_id    user_id: $user_id    offset: $offset    page_size: $page_size    after: $after  ) {    billing_item    billing_item_id    created_at    cursor    id    initial_price_with_offering_coupon    offering    offering_coupon_id    recurring_payment    requested_payment    requested_payment_id    user  }}