Form
No description
type Form implements FussyEventReferenceEventableInterface {
categories: [Category!]!
createdAt: ISO8601DateTime!
description: String!
id: Int!
lastResponseAt: ISO8601DateTime
questions: [Question!]!
responseSize: Int!
responses: [Response!]!
title: String!
updatedAt: ISO8601DateTime!
user: User!
userId: Int!
}
Fields
Form.categories
● [Category!]!
non-null object
Form.createdAt
● ISO8601DateTime!
non-null scalar
Form.description
● String!
non-null scalar
Form.id
● Int!
non-null scalar
Form.lastResponseAt
● ISO8601DateTime
scalar
Form.questions
● [Question!]!
non-null object
Form.responseSize
● Int!
non-null scalar
Form.responses
● [Response!]!
non-null object
Form.title
● String!
non-null scalar
Form.updatedAt
● ISO8601DateTime!
non-null scalar
Form.user
● User!
non-null object
Form.userId
● Int!
non-null scalar
Interfaces
FussyEventReferenceEventableInterface
interface
Returned by
Member of
CreateFormPayload
object ● Question
object ● Response
object