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
title String! non-null scalar
description String scalar
Returned By
listForms query