Skip to main content

AgendaCategory

No description

type AgendaCategory {
createdAt: DateTime
creator: User
description: String
event: Event
id: ID!
isDefaultCategory: Boolean!
name: String!
organization: Organization
updatedAt: DateTime
updater: User
}

Fields

AgendaCategory.createdAt ● DateTime scalar

Date time at the time the agenda category was created.

AgendaCategory.creator ● User object

User who created the agenda category.

AgendaCategory.description ● String scalar

Custom information about the agenda category.

AgendaCategory.event ● Event object

Event for which the agenda category constitutes a part of the agenda.

AgendaCategory.id ● ID! non-null scalar

Global identifier of the agenda category.

AgendaCategory.isDefaultCategory ● Boolean! non-null scalar

Boolean to tell if agenda category is default or not

AgendaCategory.name ● String! non-null scalar

Name of the agenda category.

AgendaCategory.organization ● Organization object

Organization which the agenda item category belongs to.

AgendaCategory.updatedAt ● DateTime scalar

Date time at the time the agenda category was last updated.

AgendaCategory.updater ● User object

User who last updated the agenda category.

Returned By

agendaCategoriesByEventId query ● createAgendaCategory mutation ● deleteAgendaCategory mutation ● updateAgendaCategory mutation