OBJECT
Form
Represents user’s form.
link GraphQL Schema definition
- type Form implements Node {
- # Hashed value of user’s form.
- String! :
- # URL pointing to the form avatar.
- URL :
- # Represents user’s form domain.
- String :
- # The user’s form page title.
- String :
- # The user’s form title.
- String :
- # The user’s form description visible to contacts.
- String :
- # The user’s custom message after form submit.
- String :
- # Indicate if a custom Terms of Service is visible.
- Boolean! :
- # List of optional form field names.
- String!]! : [
- # Custom CSS styles provided by the user to improve basic form design.
- String :
- # URL to redirect to after successful submit.
- URL :
- # Indicate if form is default.
- Boolean! :
- # Indicate if form is enabled.
- Boolean! :
- # Globally unique identifier.
- ID! :
- }