TypesInputs
SendPrivatePersonFormInput
No description
input SendPrivatePersonFormInput {
personId: PrivatePersonId!
formId: CustomerFacingFormId!
recipientEmail: String!
recipientName: String!
}Fields
personId PrivatePersonId! non-null scalar
PrivatePersonId!
Id of the private person 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
sendPrivatePersonForm mutation