Queries
listForms
List the forms available.
query ListForms {
listForms {
id
title
description
}
}Type
Form object
Form
A form which can be sent out for a person to fill out.
List the forms available.
query ListForms {
listForms {
id
title
description
}
}Form objectForm
A form which can be sent out for a person to fill out.
id ID! non-null scalartitle String! non-null scalardescription String scalar