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`.
- Int64Bit! :
- # Whether or not this `Job` was completed successfully.
- Boolean! :
- # Any notes entered when this `Job` was completed.
- Text :
- # The date and time this `Job` was completed.
- Datetime :
- # Whether or not to prorate the transaction.
- Boolean :
- # Disconnection Reason ID
- Int :
- }