OBJECT

CommissionPackageSchedule

link GraphQL Schema definition

  • type CommissionPackageSchedule implements Node {
  • # Plan time in future to trigger all commission_package_schedule_items
  • activationDate: 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.
  • commissionPackageScheduleItems(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int
  • ): CommissionPackageScheduleItemConnection
  • # When the record was created
  • createdAt: ISO8601DateTime!
  • id: ID!
  • legacyId: Int!
  • # Name of the uploaded schedule file
  • name: String!
  • status: CommissionPackageScheduleStatusEnum!
  • }

link Require by

This element is not required by anyone