Skip to content

createOfferingInput

Autogenerated input type of createOffering

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createOffering
"""
input createOfferingInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
billing_frequency: String
can_be_gifted: Boolean
charge_immediately: Boolean
course_id: ID
course_ids: String
default_selection_image_url: String
description: String
first_time_payment: String
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
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 = "hidden"
}