INPUT_OBJECT

CreateProcessActivityLogInput

link GraphQL Schema definition

  • input CreateProcessActivityLogInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • actorId: ID
  • # Relation to single entity instance.
  • applicationId: ID!
  • # Decimal number.
  • cpuRunTime: Float
  • # Datetime information.
  • endTime: DateTime
  • # Boolean value.
  • isTestRun: Boolean
  • # Field containing json.
  • parentProcessIds: JSONString
  • # Relation to single entity instance.
  • processId: ID!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • runId: ID
  • # Datetime information.
  • startTime: DateTime!
  • # Field whose values are strictly defined with an enumeration of values.
  • status: ProcessStatusEnum!
  • }

link Require by