INPUT_OBJECT
CreateOnlineFormTypeInput
link GraphQL Schema definition
- input CreateOnlineFormTypeInput {
- : String
- # 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!
- # JSON definition of the form layout (fields, sections, settings) shown to
- # respondents.
- : 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
- }