Skip to main content

talawa-api / Exports / resolvers/Subscription/onPluginUpdate

Module: resolvers/Subscription/onPluginUpdate

Table of contents

Variables

Functions

Variables

onPluginUpdate

Const onPluginUpdate: SubscriptionResolvers["onPluginUpdate"]

Defined in

src/resolvers/Subscription/onPluginUpdate.ts:31

Functions

createPluginUpdateResponse

createPluginUpdateResponse(payload): any

Parameters

NameType
payloadany

Returns

any

Defined in

src/resolvers/Subscription/onPluginUpdate.ts:28


filterFunction

filterFunction(payload, context): Promise<boolean>

This property included a subscribe method, which is used to subscribe the current_user to get updates for Group chats.

Parameters

NameType
payloadany
contextany

Returns

Promise<boolean>

Remarks

To control updates on a per-client basis, the function uses the withFilter method imported from apollo-server-express module. You can learn about subscription here.

Defined in

src/resolvers/Subscription/onPluginUpdate.ts:20