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