Skip to main content

talawa-api / Exports / resolvers/Mutation/removeAgendaItem

Module: resolvers/Mutation/removeAgendaItem

Table of contents

Variables

Variables

removeAgendaItem

Const removeAgendaItem: MutationResolvers["removeAgendaItem"]

This function removes an agenda item.

Param

parent of the current request

Param

payload provided with the request

Param

context of the entire application

Throws

NotFoundError if the user or agenda item is not found

Throws

UnauthorizedError if the user is not the creator of the agenda item

Defined in

src/resolvers/Mutation/removeAgendaItem.ts:28