Skip to content

initializedOfferingIncludes

appointment types related to offering

Arguments

Returns

[OfferingInclude!]

Example

query initializedOfferingIncludes($offering_id: ID) {
initializedOfferingIncludes(offering_id: $offering_id) {
appointment_type
appointment_type_id
created_at
expires_in
form_id
id
is_repeating
offering_id
quantity
required_appointment_type
updated_at
}
}