INPUT_OBJECT
UpdateProcessActivityLogLineInput
link GraphQL Schema definition
- input UpdateProcessActivityLogLineInput {
- String :
- # Unique identifier of entity.
- ID! :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Datetime information.
- DateTime :
- # Boolean value.
- Boolean :
- # Relation to single entity instance.
- ID :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- Int :
- # Field whose values are strictly defined with an enumeration of values.
- ProcessStatusEnum :
- }