INPUT_OBJECT
CreateOrUpdateOnlineFormTypeInput
link GraphQL Schema definition
- input CreateOrUpdateOnlineFormTypeInput {
- # 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
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # When true, the embedded form JavaScript pre-fills fields from URL query
- # parameters on load.
- : Boolean
- # Free-text description shown alongside the form definition in the UI.
- : String
- # API name of the custom entity the form targets. Set only when entity_type is
- # CustomEntity; otherwise empty.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : BaseEntityTypeEnum
- # Definition of the form layout (fields, sections, settings) shown to respondents,
- # as a JSON object conforming to the online-form layout schema. Validated on
- # write.
- : JSONString
- # When true, the form is published and accepts new submissions; when false, the
- # form returns an error to respondents.
- : Boolean
- # True when the form is system-managed and its schema cannot be edited by users.
- : Boolean
- # Timestamp of the most recent change to form_edit (form schema).
- : DateTime
- # Timestamp of the most recent change to is_enabled.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Tracks which threshold-reached notifications have already been sent for the
- # current form configuration. Reset when the configuration changes.
- : JSONString
- # Id of the owning user.
- : ID
- # Id of the form style.
- : ID
- # Revision when entity was lastly changed.
- : Int
- : CustomRecaptcha
- }