Strise Connect API Docs
Mutations

attachFormInstance

Attach an externally initiated form instance to a company.

mutation AttachFormInstance($where: AttachFormInstanceInput!) {
  attachFormInstance(where: $where) {
    success
  }
}
input AttachFormInstanceInput {
  companyId: CompanyId!
  formInstanceId: FormInstanceId!
}

Arguments

where AttachFormInstanceInput! non-null input

AttachFormInstanceInput!

Type

AttachFormInstancePayload object

AttachFormInstancePayload The payload for attaching an externally initiated form instance to a company.

Response Fields

success Boolean! non-null scalar

Boolean!

On this page