OBJECT
Offering
Offering (or Package)
link GraphQL Schema definition
- type Offering {
- # Formatted frequency string abbreviated for offering list page
- String :
- # Whether or not this packages has been archived
- Boolean :
- # Ask for a CC (even on a free package)
- Boolean :
- # frequency client will be billed for package
- String :
- # count of billing items for a given offering
- Int :
- # True if package is allowed to be gifted to other clients. Currently only
- # available for non-recurring offerings
- Boolean :
- # If false the payment for the offering should be collected manually at a later
- # time
- Boolean :
- # course id associated with this package
- ID :
- # created at
- String :
- # currency used to pay for this package
- String :
- # Description of the package, not allowing nil
- String :
- # ID of the embedded custom module form
- String :
- # fb_pixel
- String :
- # first time payment price of package
- String :
- # Formatted frequency string
- String :
- # The unique identifier of the offering
- ID! :
- # A URL to purchase the package
- String :
- # Whether the package includes a course that has ended
- Boolean :
- # initial payment amount of package
- String :
- # initial price of package including applicable taxes
- String :
- # selected meal plan from living plate
- String :
- # if this offering has a living plate meal plan associated, returns a link to
- # living plate meal plan preview
- String :
- # if this offering has a living plate meal plan associated, returns a link to
- # living plate meal plan preview
- String :
- # Number of times the package could be purchased. Unlimited if set to nil
- String :
- # meal plan options in offering (currently only from living plate)
- MealPlan!] : [
- # minimum_quantity
- String :
- # name of package
- String :
- # courses related to offering
- OfferingCourse!] : [
- # user groups that are specific to this offering
- OfferingGroupVisibility!] : [
- # offering image
- OfferingImage :
- # id of offering image
- ID :
- # URL of the offering image to use
- String :
- # appointment types related to offering
- #
- # Arguments
- # appointment_type_id: If present, only return offering includes
- # that include the given appointment type
- # only_bookable_by_client: If true, only return offering includes
- # that are bookable by the client
- (
- ID, :
- Boolean :
- ): [OfferingInclude!]
- # count of offering includes associated with offering
- Int :
- # lab options included in offering
- OfferingLabOption!] : [
- # Taxes on offering products
- Float :
- # Products included in the offering
- OfferingProduct!] : [
- # on on_purchase_ifs_tag_id
- String :
- # Shows whether user group should be changed when client which is already in the
- # user group is buying the package
- Boolean :
- # price of package
- String :
- # price per minute
- String :
- # repeat times
- String :
- # When true, the package requires appointment booking during package purchase
- Boolean :
- # position of package when displayed in packages list
- String :
- # offering image id
- String :
- # show offering toggle
- Boolean :
- # start_fb_pixel
- String :
- # total of billing_items.amount_paid for a given offering
- Float :
- # When false, the package is at its purchase cap, and cannot be bought by a client
- Boolean :
- # udpated at
- String :
- # The user who owns the package
- User :
- # user group id associated with this package
- ID :
- # User group name associated with this offering
- String :
- # id of user
- ID :
- # count of user package selections for a given offering
- Int :
- # user pays toggle
- Boolean :
- # video associated with offering
- String :
- # Whether the package is visible to all or to a specific group or completely
- # hidden.
- String :
- }
link Require by
- AppointmentCreditChangeAn object containing appointment type credit change event
- BillingItemBilling
- copyOfferingPayloadAutogenerated return type of copyOffering.
- CourseA Course
- createOfferingPayloadAutogenerated return type of createOffering.
- deleteOfferingPayloadAutogenerated return type of deleteOffering.
- FormAnswerGroupA completed form, with metadata about the completion, and the saved answers
- QueryThe query root of this schema. See available queries.
- RequestedPaymentA request, from a provider to a client, to make a payment
- ScheduledUserPackageSelectionBilling items that are scheduled and will have a user package selection associated with them
- updateOfferingPayloadAutogenerated return type of updateOffering.
- UserAn user entry, returns basic user information
- UserPackageSelectionA user package selection