INPUT_OBJECT

UpdateOnlineFormStyleInput

link GraphQL Schema definition

  • input UpdateOnlineFormStyleInput {
  • 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
  • # Form definition in json format.
  • settings: JSONString
  • # Boolean value.
  • useLang: Boolean
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by