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
Name | Type |
---|---|
payload | any |
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
Name | Type |
---|---|
payload | any |
context | any |
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.