INPUT_OBJECT

StopJobInstanceInput

Description

Input to stop a job instance.

link GraphQL Schema definition

  • input StopJobInstanceInput {
  • # ID of the job instance.
  • jobInstanceId: String
  • # ID of the event series.
  • eventSeriesId: String
  • }

link Require by