ContactFormInput
No description
input ContactFormInput {
recipientId: Int!
subject: String
content: [SanitizedMapInput]
}
Fields
recipientId ● Int!
Id of the recipient. This ID matches an ID specified in admin. This field is currently required.
subject ● String
The subject line of the email.
content ● [SanitizedMapInput]
All form content as a key value pair
Example
{
"content": [
{}
]
}