userPackageSelections
Fetch collection of all purchased packages
Arguments
offering_id
· ID · ID of the offering to filter the list Returns
UserPackageSelectionPaginationConnection Example
query userPackageSelections( $offering_id: ID $user_id: ID $after: String $before: String $first: Int $last: Int) { userPackageSelections( offering_id: $offering_id user_id: $user_id after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}