INPUT_OBJECT

CreateOrUpdateOnlineFormStyleInput

link GraphQL Schema definition

  • input CreateOrUpdateOnlineFormStyleInput {
  • # 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).
  • 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