Strise Connect API Docs
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.

Response Fields

id ID! non-null scalar

ID!

title String! non-null scalar

String!

description String scalar

String

On this page