INPUT_OBJECT

CreateOrUpdateOnlineFormStyleInput

link GraphQL Schema definition

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

link Require by