Skip to main content

creator

talawa-apiDocs


talawa-api / resolvers/ActionItemCategory/creator / creator

Variable: creator

> const creator: ActionItemCategoryResolvers["creator"]

Resolver function for the creator field of an ActionItemCategory.

This function retrieves the user who created a specific action item category.

Param

The parent object representing the action item category. It contains information about the action item category, including the ID of the user who created it.

See

  • User - The User model used to interact with the users collection in the database.
  • ActionItemCategoryResolvers - The type definition for the resolvers of the ActionItemCategory fields.

Defined in

src/resolvers/ActionItemCategory/creator.ts:15