INPUT_OBJECT
CreateApprovalProcessActivityLogLineInput
link GraphQL Schema definition
- input CreateApprovalProcessActivityLogLineInput {
- : String
- #   Last modification time.
- : DateTime
- #   Creation time.
- : DateTime
- #   Relation to single entity instance.
- : ID!
- #   Field containing json.
- : JSONString!
- #   Datetime information.
- : DateTime
- #   Boolean value.
- : Boolean
- #       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
- }