Strise Connect API Docs
TypesObjects

Form

A form which can be sent out for a person to fill out.

type Form {
  id: ID!
  title: String!
  description: String
}

Fields

id ID! non-null scalar

ID!

title String! non-null scalar

String!

description String scalar

String

Returned By

listForms query

On this page