OBJECT
ScheduleProduct
link GraphQL Schema definition
- type ScheduleProduct {
- : ISO8601DateTime!
- : User!
- : UUID!
- : UUID!
- : String
- : Boolean!
- : Boolean
- : Product
- : ProductCategory
- : ProductType
- : Organization!
- : Int!
- : ScheduleProductOwner!
- : Product
- : ProductCategory
- : Int
- : [UUID!]
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [ProductDuration!]!
- : UUID
- : ProductType
- : Int!
- : Schedule!
- : UUID!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [ScheduleProductFilter!]!
- : ISO8601DateTime!
- : User!
- : UUID!
- }