Magidoc

CreateJobInput
Input Object

Creates a new Job record and nested objects for parts, operations, and milestones.

Fields

#

customerId

The ID of a pre-existing customer record to attach this Job to

dueAt

The date and time when the job is due.

externalId

The external ID of the job.

intent

The production intent of the job.

jobNumber

The job number.

kind

Non-null

The kind of job.

maxQuantity

The maximum deliverable quantity of the job, also known as overs, overage etc

milestones

The milestones that are included in the job.

name

Non-null

The name of the job.

operations

The operations that are included in the job.

parts

The parts that are included in the job.

quantity

The quantity of the job.

state

The state of the job.

tags

[ String !]

Any tags to help categorize the job

Usages

#

References

#

  • Argument input of field createJob from type Mutation