TypesInputs
CancelPrivatePersonFormInput
The data input for cancelling a customer facing form for a private person.
input CancelPrivatePersonFormInput {
personId: PrivatePersonId!
documentId: ID!
}Fields
personId PrivatePersonId! non-null scalar
PrivatePersonId!
Id of the private person associated with the form
documentId ID! non-null scalar
ID!
Id of the document associated with the form. Retrieved from the id field of a Document on the PrivatePerson.documents query.
Member Of
cancelPrivatePersonForm mutation