Skip to content

offerings

Fetch paginated offerings collection (considered public)

Arguments

page_size · Int · The number of packages to return at one time (when should_paginate is true)
after · Cursor · Cursor to fetch results after

Returns

[Offering!]

Example

query offerings(
$client_visibility: String
$keywords: String
$offering_id: ID
$offering_ids: [ID]
$offering_user_group_id: ID
$only_client_visible: Boolean
$provider_id: ID
$show_only_visible: Boolean
$order_by: OfferingOrderKeys
$status: String
$offset: Int
$page_size: Int
$should_paginate: Boolean
$sort_by: String
$after: Cursor
) {
offerings(
client_visibility: $client_visibility
keywords: $keywords
offering_id: $offering_id
offering_ids: $offering_ids
offering_user_group_id: $offering_user_group_id
only_client_visible: $only_client_visible
provider_id: $provider_id
show_only_visible: $show_only_visible
order_by: $order_by
status: $status
offset: $offset
page_size: $page_size
should_paginate: $should_paginate
sort_by: $sort_by
after: $after
) {
abbreviated_frequency_times_string
archived
ask_for_cc
billing_frequency
billing_items_count
can_be_gifted
charge_immediately
course_id
created_at
currency
cursor
description
embed_question_form_id
fb_pixel
first_time_payment
frequency_times_string
id
immediate_purchase_url
includes_ended_fixed_course
initial_payment_amount
initial_price_with_taxes
living_plate_meal_plan_id
living_plate_meal_plan_name
living_plate_preview_url
max_purchases
meal_plan_options
minimum_quantity
name
offering_courses
offering_group_visibilities
offering_image
offering_image_id
offering_image_url
offering_includes
offering_includes_count
offering_lab_options
offering_product_taxes
offering_products
on_purchase_ifs_tag_id
override_group_on_purchase
price
price_per_minute
repeat_times
require_booking_purchase
row_order
selected_image_id
show_free_text
show_offering
show_price
start_fb_pixel
total_revenue
under_purchase_cap
updated_at
user
user_group_id
user_group_name
user_id
user_package_selections_count
user_pays
video_url
visibility_status
}
}