TypesInputs
AttachFormInstanceInput
The data input for attaching an externally initiated form instance to a company.
input AttachFormInstanceInput {
companyId: CompanyId!
formInstanceId: FormInstanceId!
}Fields
companyId CompanyId! non-null scalar
CompanyId!
Id of the company to attach the form instance to
formInstanceId FormInstanceId! non-null scalar
FormInstanceId!
Id of the form instance to attach
Member Of
attachFormInstance mutation