INPUT_OBJECT
CreateOnlineFormTypeInput
link GraphQL Schema definition
- input CreateOnlineFormTypeInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Boolean value.
- Boolean :
- # Multi-line text input field.
- String :
- # Field whose values are strictly defined with an enumeration of values.
- BaseEntityTypeEnum! :
- # Form definition in json format.
- JSONString! :
- # Boolean value.
- Boolean! :
- # Boolean value.
- Boolean! :
- # Datetime information.
- DateTime :
- # Datetime information.
- DateTime :
- # Name of the entity and its default text representation.
- String! :
- # Relation to single entity instance.
- ID! :
- # Revision when entity was lastly changed.
- Int :
- CustomRecaptcha :
- }