INPUT_OBJECT
UpdateOnlineFormStyleInput
link GraphQL Schema definition
- input UpdateOnlineFormStyleInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Form definition in json format.
- : JSONString
- # Boolean value.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- }