Skip to main content

UserTag

talawa-apiDocs


talawa-api / types/generatedGraphQLTypes / UserTag

Type Alias: UserTag

> UserTag: object

Type declaration

__typename?

> optional __typename: "UserTag"

_id

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

A field to get the mongodb object id identifier for this UserTag.

childTags?

> optional childTags: Maybe<UserTagsConnection>

A connection field to traverse a list of UserTag this UserTag is a parent to.

name

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

A field to get the name of this UserTag.

organization?

> optional organization: Maybe<Organization>

A field to traverse the Organization that created this UserTag.

parentTag?

> optional parentTag: Maybe<UserTag>

A field to traverse the parent UserTag of this UserTag.

usersAssignedTo?

> optional usersAssignedTo: Maybe<UsersConnection>

A connection field to traverse a list of User this UserTag is assigned to.

Defined in

src/types/generatedGraphQLTypes.ts:3060