Skip to main content

Group

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / Group

Type Alias: Group

> Group: object

Type declaration

__typename?

> optional __typename: "Group"

_id

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

admins

> admins: User[]

createdAt

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

description?

> optional description: Maybe<Scalars["String"]["output"]>

organization

> organization: Organization

title

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

updatedAt

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

Defined in

src/types/generatedGraphQLTypes.ts:1009