Skip to main content

advertisementsConnection

talawa-apiDocs


talawa-api / resolvers/Query/advertisementsConnection / advertisementsConnection

Variable: advertisementsConnection

> const advertisementsConnection: QueryResolvers["advertisementsConnection"]

Retrieves a paginated list of advertisements based on the provided connection arguments.

This function handles querying and pagination of advertisements using connection arguments. It performs validation of the connection arguments, applies filters and sorting, and then returns a paginated result containing the advertisements. The media URLs for each advertisement are adjusted based on the API root URL provided in the context.

Param

This parameter represents the parent resolver in the GraphQL schema and is not used in this function.

Param

The arguments passed to the GraphQL query, including pagination and filter criteria.

Param

Provides contextual information, including the API root URL. This is used to construct the media URLs for the advertisements.

Defined in

src/resolvers/Query/advertisementsConnection.ts:28