Expanded groups scheme. Expanded addGroups mutation. Refactored addGroups mutation to update username and title of a group when used. Added an incrementGroups mutation that updates the new deletedLinks row in the scheme.

This commit is contained in:
2025-11-27 18:19:48 -05:00
parent 0cfa09de42
commit 4a2d8b2b3d
9 changed files with 219 additions and 120 deletions

View File

@@ -63,6 +63,8 @@ export type ModelName = (typeof ModelName)[keyof typeof ModelName]
export const GroupsScalarFieldEnum = {
telegramID: 'telegramID',
name: 'name',
username: 'username',
linksDeleted: 'linksDeleted',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
} as const