INPUT_OBJECT

CreateProcessActivityLogLineInput

link GraphQL Schema definition

  • input CreateProcessActivityLogLineInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Datetime information.
  • executedAt: DateTime
  • # Boolean value.
  • isVisible: Boolean
  • # Relation to single entity instance.
  • processActivityLogId: ID!
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • sortOrder: Int!
  • # Field whose values are strictly defined with an enumeration of values.
  • status: ProcessStatusEnum
  • }

link Require by