INPUT_OBJECT

CreateJobServiceMutationInput

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

link GraphQL Schema definition

  • 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!
  • }

link Require by