TypesInputs
AttachPrivatePersonFormInstanceInput
The data input for attaching an externally initiated form instance to a private person.
input AttachPrivatePersonFormInstanceInput {
personId: PrivatePersonId!
formInstanceId: FormInstanceId!
}Fields
personId PrivatePersonId! non-null scalar
PrivatePersonId!
Id of the private person to attach the form instance to
formInstanceId FormInstanceId! non-null scalar
FormInstanceId!
Id of the form instance to attach
Member Of
attachPrivatePersonFormInstance mutation