AgendaSection
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / AgendaSection
Type Alias: AgendaSection
> AgendaSection: object
Type declaration
__typename?
> optional
__typename: "AgendaSection"
_id
> _id: Scalars
["ID"
]["output"
]
createdAt
> createdAt: Scalars
["Date"
]["output"
]
createdBy?
> optional
createdBy: Maybe
<User
>
description
> description: Scalars
["String"
]["output"
]
items?
> optional
items: Maybe
<Maybe
<AgendaItem
>[]>
relatedEvent?
> optional
relatedEvent: Maybe
<Event
>
sequence
> sequence: Scalars
["Int"
]["output"
]
updatedAt?
> optional
updatedAt: Maybe
<Scalars
["Date"
]["output"
]>
updatedBy?
> optional
updatedBy: Maybe
<User
>