INPUT_OBJECT

CompleteJobMutationInput

The input object that defines the fields for the completeJob mutation.

link GraphQL Schema definition

  • input CompleteJobMutationInput {
  • # The ID of a `Job`.
  • job_id: Int64Bit!
  • # Whether or not this `Job` was completed successfully.
  • completed_successfully: Boolean!
  • # Any notes entered when this `Job` was completed.
  • completion_notes: Text
  • # The date and time this `Job` was completed.
  • completion_datetime: Datetime
  • # Whether or not to prorate the transaction.
  • prorate: Boolean
  • }

link Require by