talawa-api / Exports / resolvers/Mutation/createAgendaCategory
Module: resolvers/Mutation/createAgendaCategory
Table of contents
Variables
Variables
createAgendaCategory
• Const
createAgendaCategory: MutationResolvers
["createAgendaCategory"
]
This is a resolver function for the GraphQL mutation 'createAgendaCategory'.
This resolver creates a new agenda category, associates it with an organization, and updates the organization with the new agenda category.
Throws
NotFoundError
If the user or organization is not found.
Throws
UnauthorizedError
If the user does not have the required permissions.
Throws
InternalServerError
For other potential issues during agenda category creation.