INPUT_OBJECT

CheckOutOfJobMutationInput

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

link GraphQL Schema definition

  • input CheckOutOfJobMutationInput {
  • # The ID of a `Job`.
  • job_id: Int64Bit!
  • # The ID of the `User` that created a `JobCheckIn`.
  • user_id: Int64Bit
  • # The date and time that this `Job` was checked out of.
  • check_out_datetime: Datetime
  • }

link Require by