INPUT_OBJECT

CreateOrUpdateOnlineFormTypeInput

link GraphQL Schema definition

  • input CreateOrUpdateOnlineFormTypeInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # When true, the embedded form JavaScript pre-fills fields from URL query
  • # parameters on load.
  • autoPrefillWithJavascript: Boolean
  • # Free-text description shown alongside the form definition in the UI.
  • description: String
  • # API name of the custom entity the form targets. Set only when entity_type is
  • # CustomEntity; otherwise empty.
  • entityApiName: String
  • # Field whose values are strictly defined with an enumeration of values.
  • entityType: BaseEntityTypeEnum
  • # JSON definition of the form layout (fields, sections, settings) shown to
  • # respondents.
  • formEdit: JSONString
  • # When true, the form is published and accepts new submissions; when false, the
  • # form returns an error to respondents.
  • isEnabled: Boolean
  • # True when the form is system-managed and its schema cannot be edited by users.
  • isReadonly: Boolean
  • # Timestamp of the most recent change to form_edit (form schema).
  • lastSchemaChange: DateTime
  • # Timestamp of the most recent change to is_enabled.
  • lastStatusChange: DateTime
  • # Name of the entity and its default text representation.
  • name: String
  • # Tracks which threshold-reached notifications have already been sent for the
  • # current form configuration. Reset when the configuration changes.
  • notificationsStatus: JSONString
  • # Id of the owning user.
  • ownerId: ID
  • # Id of the form style.
  • styleId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • customRecaptcha: CustomRecaptcha
  • }

link Require by