( params: NotificationPreferenceParams, )
| 307 | }; |
| 308 | |
| 309 | export const subscribeNotification = async ( |
| 310 | params: NotificationPreferenceParams, |
| 311 | ): Promise<EmptyResponse> => { |
| 312 | const res = await gqlClient.request(SUBSCRIBE_NOTIFICATION_MUTATION, params); |
| 313 | |
| 314 | return res.subscribeNotificationPreference; |
| 315 | }; |
no outgoing calls
no test coverage detected