FormQueries
No description
type FormQueries {
listForms: [Form!]
getForm(
formId: Long
publicId: String
): Form
}
Fields
FormQueries.listForms ● [Form!] list object
List the organization's reusable form definitions (for attaching to tasks).
FormQueries.getForm ● Form object
One form definition, including its SurveyJS schema. Provide exactly one of formId (internal numeric id) or publicId (UUID).
FormQueries.getForm.formId ● Long scalar
FormQueries.getForm.publicId ● String scalar
Returned By
forms query