Strise Connect API Docs
TypesInputs

CancelFormInput

The data input for cancelling a customer facing form.

input CancelFormInput {
  companyId: CompanyId!
  documentId: ID!
}

Fields

companyId CompanyId! non-null scalar

CompanyId! Id of the company 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 Company.documents query.

Member Of

cancelForm mutation

On this page