INPUT_OBJECT
CreateOnlineFormStyleInput
link GraphQL Schema definition
- input CreateOnlineFormStyleInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # 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
- }