Skip to content

updateOfferingInput

Autogenerated input type of updateOffering

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateOffering
"""
input updateOfferingInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
archived: Boolean
billing_frequency: String
can_be_gifted: Boolean
charge_immediately: Boolean
course_id: ID
course_ids: String
default_selection_image_url: String
description: String
embed_question_form_id: String
first_time_payment: String
has_first_payment: Boolean
id: ID
lab_option_ids: String
living_plate_meal_plan_id: String
max_purchases: String
name: String
offering_image: OfferingImageUpload
offering_includes: [OfferingIncludesFields]
offering_products: [OfferingProductInput]
override_group_on_purchase: Boolean
price: String
repeat_times: String
require_booking_purchase: Boolean
row_order: Int
selected_image_id: ID
show_free_text: Boolean
show_offering: Boolean
user_group_id: ID
user_group_ids: String
user_id: ID
video_url: String
visibility_status: String
}