OBJECT
CommissionPackageSchedule
link GraphQL Schema definition
- type CommissionPackageSchedule implements Node {
- # Plan time in future to trigger all commission_package_schedule_items
- ISO8601DateTime! :
- # An array of commission package schedule items
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (
- String, :
- String, :
- Int, :
- Int :
- ): CommissionPackageScheduleItemConnection
- # When the record was created
- ISO8601DateTime! :
- ID! :
- Int! :
- # Name of the uploaded schedule file
- String! :
- CommissionPackageScheduleStatusEnum! :
- }
link Require by
This element is not required by anyone