TypesInputs
CreateFormUrlInput
The data input for creating a new URL for a customer facing form.
input CreateFormUrlInput {
companyId: CompanyId!
documentId: ID!
timeToLive: Int
}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.
timeToLive Int scalar
Int
Time to live for the URL in seconds. Defaults to 30 days.
Member Of
createFormUrl mutation