Skip to main content

Note

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / Note

Type Alias: Note

> Note: object

Type declaration

__typename?

> optional __typename: "Note"

_id

> _id: Scalars["ID"]["output"]

agendaItemId

> agendaItemId: Scalars["ID"]["output"]

content

> content: Scalars["String"]["output"]

createdAt

> createdAt: Scalars["DateTime"]["output"]

createdBy

> createdBy: User

updatedAt

> updatedAt: Scalars["DateTime"]["output"]

updatedBy

> updatedBy: User

Defined in

src/types/generatedGraphQLTypes.ts:1943