INPUT_OBJECT
The input object that defines the fields for the createJobService mutation.
input CreateJobServiceMutationInput {# The ID of a `Job`.job_id: Int64Bit!# The ID of a `Service`.service_id: Int64Bit!# The quantity for this service.quantity: Int!}