scheduledUserPackageSelections
Fetch paginated scheduled user package selections collection
Arguments
offering_id
· ID · ID of the offering to filter the list Returns
ScheduledUserPackageSelectionPaginationConnection Example
query scheduledUserPackageSelections( $offering_id: ID $user_id: ID $after: String $before: String $first: Int $last: Int) { scheduledUserPackageSelections( offering_id: $offering_id user_id: $user_id after: $after before: $before first: $first last: $last ) { edges nodes page_info total_count }}