const {serialOperations, linkIds} = await getPushNotificationInsertSerialOperations({
deep
});
await deep.serial({
operations: serialOperations
})
const reservedLinkIds = await deep.reserve(2);
const pushNotificationLinkId = reservedLinkIds.pop();
const containLinkId = reservedLinkIds.pop();
const {serialOperations, linkIds} = await getPushNotificationInsertSerialOperations({
deep,
pushNotification: {
title,
body,
},
reservedLinkIds: {
pushNotificationLinkId,
containLinkId,
}
});
await deep.serial({
operations: serialOperations
})
Generated using TypeDoc
Gets serial operations to insert PushNotification