OBJECT
OfferingService
link GraphQL Schema definition
- type OfferingService {
- : Int
- : Int
- : Int
- : Boolean
- : String
- : String
- : String
- # Indicate if the service is duration-based or quantity-based.
- #
- # Usually consumed by UI to determine whether to show duration input or quantity
- # input
- : ServicePricingType
- : OfferingPriceTemplate
- # Arguments
- # filter: [Not documented]
- # skip: [Not documented]
- # limit: [Not documented]
- (: OfferingCoursePriceFilter, : Int, : Int): [DerivedPrice]
- # Arguments
- # languageCode: [Not documented]
- # languageId: [Not documented]
- (: LanguageEnum, : Int): String
- }