TypesInputs
SendFormInput
No description
input SendFormInput {
companyId: CompanyId!
formId: CustomerFacingFormId!
recipientEmail: String!
recipientName: String!
}Fields
companyId CompanyId! non-null scalar
CompanyId!
Id of the company to be associated with the form
formId CustomerFacingFormId! non-null scalar
CustomerFacingFormId!
Id of the form you want to send
recipientEmail String! non-null scalar
String!
Email address of the recipient
recipientName String! non-null scalar
String!
Name of the recipient
Member Of
sendForm mutation