INPUT_OBJECT
CreateOrUpdateOnlineFormStyleInput
link GraphQL Schema definition
- input CreateOrUpdateOnlineFormStyleInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # JSON definition of the style applied to the form (colors, fonts, layout). When
- # null, the default style is used.
- : JSONString
- # When true, the style name is treated as a translation key and localized in the
- # UI; otherwise the literal name is shown.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- }