feat: migrate all resolvers into new organization#6539
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR closes #6532, closes #6538, closes #6382.
Warning
This PR does NOT delete
oldresolver files for comparison reasons yet. Once everything is ready to migrate, they'll be removed.allresolvers into neworganizationno-inline-resolver-typeseslint ruleorgIdparam to invitationresolvernewresolversresourcepermissions columnsjsdocdeprecated commentscodegenscriptsmissingresolversResolver Migration Summary
Generated: 2026-02-05T02:05:08.314Z
Migration Coverage
Migrated Functions (With Changes)
organization/ (34 functions)
data-connection/ (1 functions)
createDataConnection(+6/-11)Location: data-connection.ts:104 → organization/data-connection/mutations.ts:79
View Diff
data-ingestion/ (1 functions)
createDataIngestionConfig(+12/-12)Location: data-ingestion.ts:26 → organization/data-ingestion/mutations.ts:22
View Diff
data-model/ (1 functions)
createDataModel(+4/-9)Location: data-model.ts:58 → organization/data-model/mutations.ts:18
View Diff
dataset/ (1 functions)
createDataset(+6/-8)Location: dataset.ts:61 → organization/dataset/mutations.ts:19
View Diff
invitation/ (12 functions)
createInvitation(+13/-13)Location: invitation.ts:48 → organization/invitation/mutations.ts:28
View Diff
revokeInvitation(+5/-7)Location: invitation.ts:231 → organization/invitation/mutations.ts:127
View Diff
orgId(+1/-1)Location: invitation.ts:272 → organization/invitation/type-resolvers.ts:16
View Diff
status(+1/-5)Location: invitation.ts:274 → organization/invitation/type-resolvers.ts:18
View Diff
createdAt(+1/-1)Location: invitation.ts:285 → organization/invitation/type-resolvers.ts:25
View Diff
expiresAt(+1/-1)Location: invitation.ts:286 → organization/invitation/type-resolvers.ts:26
View Diff
acceptedAt(+1/-1)Location: invitation.ts:287 → organization/invitation/type-resolvers.ts:27
View Diff
deletedAt(+1/-1)Location: invitation.ts:288 → organization/invitation/type-resolvers.ts:28
View Diff
organization(+7/-2)Location: invitation.ts:290 → organization/invitation/type-resolvers.ts:30
View Diff
invitedBy(+7/-2)Location: invitation.ts:294 → organization/invitation/type-resolvers.ts:39
View Diff
acceptedBy(+7/-2)Location: invitation.ts:298 → organization/invitation/type-resolvers.ts:48
View Diff
userRole(+1/-2)Location: invitation.ts:303 → organization/invitation/type-resolvers.ts:59
View Diff
notebook/ (1 functions)
createNotebook(+4/-6)Location: notebook.ts:59 → organization/notebook/mutations.ts:18
View Diff
organization/ (16 functions)
addUserByEmail(+7/-11)Location: organization.ts:61 → organization/organization/mutations.ts:24
View Diff
removeMember(+9/-9)Location: organization.ts:124 → organization/organization/mutations.ts:83
View Diff
updateMemberRole(+4/-6)Location: organization.ts:159 → organization/organization/mutations.ts:118
View Diff
name(+1/-1)Location: organization.ts:194 → organization/organization/type-resolvers.ts:34
View Diff
displayName(+1/-1)Location: organization.ts:195 → organization/organization/type-resolvers.ts:35
View Diff
createdAt(+1/-1)Location: organization.ts:197 → organization/organization/type-resolvers.ts:36
View Diff
updatedAt(+1/-1)Location: organization.ts:198 → organization/organization/type-resolvers.ts:37
View Diff
members(+18/-16)Location: organization.ts:200 → organization/organization/type-resolvers.ts:39
View Diff
notebooks(+9/-8)Location: organization.ts:230 → organization/organization/type-resolvers.ts:72
View Diff
datasets(+9/-8)Location: organization.ts:250 → organization/organization/type-resolvers.ts:93
View Diff
dataConnections(+8/-7)Location: organization.ts:270 → organization/organization/type-resolvers.ts:114
View Diff
userId(+1/-1)Location: organization.ts:292 → organization/organization/type-resolvers.ts:137
View Diff
orgId(+1/-1)Location: organization.ts:293 → organization/organization/type-resolvers.ts:138
View Diff
userRole(+1/-1)Location: organization.ts:294 → organization/organization/type-resolvers.ts:139
View Diff
createdAt(+1/-1)Location: organization.ts:295 → organization/organization/type-resolvers.ts:141
View Diff
user(+7/-2)Location: organization.ts:297 → organization/organization/type-resolvers.ts:143
View Diff
static-model/ (1 functions)
createStaticModel(+4/-9)Location: static-model.ts:57 → organization/static-model/mutations.ts:18
View Diff
resource/ (87 functions)
data-connection/ (3 functions)
deleteDataConnection(+9/-17)Location: data-connection.ts:172 → resource/data-connection/mutations.ts:92
View Diff
syncDataConnection(+10/-6)Location: data-connection.ts:238 → resource/data-connection/mutations.ts:147
View Diff
organization(+12/-2)Location: data-connection.ts:277 → resource/data-connection/type-resolvers.ts:24
View Diff
data-ingestion/ (2 functions)
modelContext(+2/-0)Location: data-ingestion.ts:120 → resource/data-ingestion/type-resolvers.ts:51
View Diff
orgId(+11/-3)Location: data-ingestion.ts:98 → resource/data-ingestion/type-resolvers.ts:21
View Diff
data-model/ (35 functions)
updateDataModel(+8/-19)Location: data-model.ts:97 → resource/data-model/mutations.ts:30
View Diff
createDataModelRevision(+11/-8)Location: data-model.ts:151 → resource/data-model/mutations.ts:74
View Diff
createDataModelRelease(+11/-8)Location: data-model.ts:270 → resource/data-model/mutations.ts:197
View Diff
deleteDataModel(+8/-16)Location: data-model.ts:327 → resource/data-model/mutations.ts:258
View Diff
orgId(+1/-1)Location: data-model.ts:365 → resource/data-model/type-resolvers.ts:35
View Diff
organization(+11/-2)Location: data-model.ts:366 → resource/data-model/type-resolvers.ts:36
View Diff
dataset(+14/-6)Location: data-model.ts:369 → resource/data-model/type-resolvers.ts:48
View Diff
revisions(+12/-1)Location: data-model.ts:376 → resource/data-model/type-resolvers.ts:67
View Diff
releases(+12/-1)Location: data-model.ts:392 → resource/data-model/type-resolvers.ts:94
View Diff
isEnabled(+1/-1)Location: data-model.ts:412 → resource/data-model/type-resolvers.ts:125
View Diff
createdAt(+1/-1)Location: data-model.ts:413 → resource/data-model/type-resolvers.ts:126
View Diff
updatedAt(+1/-1)Location: data-model.ts:414 → resource/data-model/type-resolvers.ts:127
View Diff
latestRevision(+11/-3)Location: data-model.ts:415 → resource/data-model/type-resolvers.ts:128
View Diff
latestRelease(+11/-3)Location: data-model.ts:430 → resource/data-model/type-resolvers.ts:151
View Diff
runs(+11/-2)Location: data-model.ts:446 → resource/data-model/type-resolvers.ts:175
View Diff
orgId(+1/-1)Location: data-model.ts:468 → resource/data-model/type-resolvers.ts:206
View Diff
dataModelId(+1/-1)Location: data-model.ts:469 → resource/data-model/type-resolvers.ts:207
View Diff
dataModel(+11/-3)Location: data-model.ts:470 → resource/data-model/type-resolvers.ts:208
View Diff
organization(+11/-2)Location: data-model.ts:482 → resource/data-model/type-resolvers.ts:228
View Diff
revisionNumber(+1/-1)Location: data-model.ts:485 → resource/data-model/type-resolvers.ts:240
View Diff
start(+1/-1)Location: data-model.ts:487 → resource/data-model/type-resolvers.ts:241
View Diff
end(+1/-1)Location: data-model.ts:488 → resource/data-model/type-resolvers.ts:242
View Diff
dependsOn(+1/-1)Location: data-model.ts:489 → resource/data-model/type-resolvers.ts:243
View Diff
partitionedBy(+1/-1)Location: data-model.ts:490 → resource/data-model/type-resolvers.ts:244
View Diff
clusteredBy(+1/-1)Location: data-model.ts:492 → resource/data-model/type-resolvers.ts:245
View Diff
kindOptions(+1/-1)Location: data-model.ts:493 → resource/data-model/type-resolvers.ts:246
View Diff
createdAt(+1/-1)Location: data-model.ts:494 → resource/data-model/type-resolvers.ts:247
View Diff
orgId(+1/-1)Location: data-model.ts:498 → resource/data-model/type-resolvers.ts:251
View Diff
dataModelId(+1/-1)Location: data-model.ts:499 → resource/data-model/type-resolvers.ts:252
View Diff
revisionId(+1/-1)Location: data-model.ts:500 → resource/data-model/type-resolvers.ts:253
View Diff
dataModel(+11/-3)Location: data-model.ts:502 → resource/data-model/type-resolvers.ts:254
View Diff
revision(+11/-3)Location: data-model.ts:514 → resource/data-model/type-resolvers.ts:274
View Diff
organization(+11/-2)Location: data-model.ts:529 → resource/data-model/type-resolvers.ts:297
View Diff
createdAt(+1/-1)Location: data-model.ts:532 → resource/data-model/type-resolvers.ts:309
View Diff
updatedAt(+1/-1)Location: data-model.ts:533 → resource/data-model/type-resolvers.ts:310
View Diff
dataset/ (28 functions)
updateDataset(+8/-24)Location: dataset.ts:101 → resource/dataset/mutations.ts:20
View Diff
deleteDataset(+8/-16)Location: dataset.ts:159 → resource/dataset/mutations.ts:59
View Diff
displayName(+1/-1)Location: dataset.ts:198 → resource/dataset/type-resolvers.ts:41
View Diff
createdAt(+1/-1)Location: dataset.ts:200 → resource/dataset/type-resolvers.ts:42
View Diff
updatedAt(+1/-1)Location: dataset.ts:201 → resource/dataset/type-resolvers.ts:43
View Diff
creatorId(+1/-1)Location: dataset.ts:202 → resource/dataset/type-resolvers.ts:44
View Diff
orgId(+1/-1)Location: dataset.ts:203 → resource/dataset/type-resolvers.ts:45
View Diff
isPublic(+1/-1)Location: dataset.ts:204 → resource/dataset/type-resolvers.ts:46
View Diff
type(+1/-1)Location: dataset.ts:205 → resource/dataset/type-resolvers.ts:47
View Diff
creator(+7/-2)Location: dataset.ts:207 → resource/dataset/type-resolvers.ts:49
View Diff
organization(+7/-2)Location: dataset.ts:211 → resource/dataset/type-resolvers.ts:62
View Diff
typeDefinition(+3/-5)Location: dataset.ts:214 → resource/dataset/type-resolvers.ts:75
View Diff
tables(+46/-23)Location: dataset.ts:250 → resource/dataset/type-resolvers.ts:109
View Diff
runs(+11/-1)Location: dataset.ts:337 → resource/dataset/type-resolvers.ts:219
View Diff
materializations(+12/-1)Location: dataset.ts:358 → resource/dataset/type-resolvers.ts:250
View Diff
orgId(+1/-1)Location: dataset.ts:381 → resource/dataset/type-resolvers.ts:284
View Diff
datasetId(+1/-1)Location: dataset.ts:382 → resource/dataset/type-resolvers.ts:285
View Diff
dataModels(+12/-1)Location: dataset.ts:383 → resource/dataset/type-resolvers.ts:286
View Diff
orgId(+1/-1)Location: dataset.ts:403 → resource/dataset/type-resolvers.ts:317
View Diff
datasetId(+1/-1)Location: dataset.ts:404 → resource/dataset/type-resolvers.ts:318
View Diff
staticModels(+12/-1)Location: dataset.ts:405 → resource/dataset/type-resolvers.ts:319
View Diff
orgId(+1/-1)Location: dataset.ts:425 → resource/dataset/type-resolvers.ts:350
View Diff
datasetId(+1/-1)Location: dataset.ts:426 → resource/dataset/type-resolvers.ts:351
View Diff
dataIngestion(+8/-3)Location: dataset.ts:427 → resource/dataset/type-resolvers.ts:352
View Diff
materializations(+1/-1)Location: dataset.ts:442 → resource/dataset/type-resolvers.ts:372
View Diff
orgId(+1/-1)Location: dataset.ts:459 → resource/dataset/type-resolvers.ts:389
View Diff
datasetId(+1/-1)Location: dataset.ts:460 → resource/dataset/type-resolvers.ts:390
View Diff
dataConnectionAlias(+11/-3)Location: dataset.ts:461 → resource/dataset/type-resolvers.ts:391
View Diff
model-context/ (1 functions)
updateModelContext(+12/-9)Location: model-context.ts:44 → resource/model-context/mutations.ts:23
View Diff
notebook/ (12 functions)
updateNotebook(+8/-15)Location: notebook.ts:96 → resource/notebook/mutations.ts:36
View Diff
saveNotebookPreview(+2/-14)Location: notebook.ts:145 → resource/notebook/mutations.ts:78
View Diff
publishNotebook(+10/-9)Location: notebook.ts:194 → resource/notebook/mutations.ts:120
View Diff
unpublishNotebook(+10/-5)Location: notebook.ts:271 → resource/notebook/mutations.ts:199
View Diff
name(+1/-1)Location: notebook.ts:318 → resource/notebook/type-resolvers.ts:22
View Diff
createdAt(+1/-1)Location: notebook.ts:319 → resource/notebook/type-resolvers.ts:23
View Diff
updatedAt(+1/-1)Location: notebook.ts:320 → resource/notebook/type-resolvers.ts:24
View Diff
creatorId(+1/-1)Location: notebook.ts:321 → resource/notebook/type-resolvers.ts:25
View Diff
orgId(+1/-1)Location: notebook.ts:322 → resource/notebook/type-resolvers.ts:26
View Diff
creator(+7/-2)Location: notebook.ts:324 → resource/notebook/type-resolvers.ts:28
View Diff
organization(+7/-2)Location: notebook.ts:328 → resource/notebook/type-resolvers.ts:41
View Diff
preview(+1/-1)Location: notebook.ts:332 → resource/notebook/type-resolvers.ts:54
View Diff
static-model/ (6 functions)
updateStaticModel(+8/-19)Location: static-model.ts:95 → resource/static-model/mutations.ts:30
View Diff
createStaticModelUploadUrl(+8/-6)Location: static-model.ts:149 → resource/static-model/mutations.ts:71
View Diff
deleteStaticModel(+8/-16)Location: static-model.ts:177 → resource/static-model/mutations.ts:102
View Diff
organization(+11/-2)Location: static-model.ts:218 → resource/static-model/type-resolvers.ts:28
View Diff
dataset(+19/-7)Location: static-model.ts:221 → resource/static-model/type-resolvers.ts:40
View Diff
runs(+11/-2)Location: static-model.ts:235 → resource/static-model/type-resolvers.ts:66
View Diff
system/ (10 functions)
run-type-resolvers.ts/ (4 functions)
dataset(+3/-3)Location: scheduler.ts:272 → system/run-type-resolvers.ts:44
View Diff
organization(+7/-3)Location: scheduler.ts:293 → system/run-type-resolvers.ts:69
View Diff
steps(+6/-0)Location: scheduler.ts:340 → system/run-type-resolvers.ts:120
View Diff
requestedBy(+7/-2)Location: scheduler.ts:356 → system/run-type-resolvers.ts:142
View Diff
system.ts/ (2 functions)
runs(+4/-0)Location: scheduler.ts:190 → system/system.ts:15
View Diff
system(+2/-3)Location: system.ts:724 → system/system.ts:9
View Diff
type-resolvers.ts/ (4 functions)
run(+7/-3)Location: scheduler.ts:367 → system/type-resolvers.ts:89
View Diff
run(+3/-3)Location: scheduler.ts:390 → system/type-resolvers.ts:117
View Diff
materializations(+6/-0)Location: scheduler.ts:445 → system/type-resolvers.ts:172
View Diff
resolveTables(+4/-6)Location: system.ts:732 → system/type-resolvers.ts:25
View Diff
user/ (16 functions)
data-connection/ (1 functions)
dataConnections(+9/-4)Location: data-connection.ts:87 → user/data-connection/queries.ts:14
View Diff
data-model/ (1 functions)
dataModels(+9/-4)Location: data-model.ts:41 → user/data-model/queries.ts:14
View Diff
dataset/ (1 functions)
datasets(+9/-4)Location: dataset.ts:43 → user/dataset/queries.ts:13
View Diff
invitation/ (2 functions)
invitations(+5/-2)Location: invitation.ts:33 → user/invitation/queries.ts:11
View Diff
acceptInvitation(+15/-12)Location: invitation.ts:144 → user/invitation/mutations.ts:17
View Diff
notebook/ (1 functions)
notebooks(+9/-4)Location: notebook.ts:41 → user/notebook/queries.ts:13
View Diff
organization/ (1 functions)
organizations(+10/-6)Location: organization.ts:41 → user/organization/queries.ts:14
View Diff
static-model/ (1 functions)
staticModels(+9/-4)Location: static-model.ts:40 → user/static-model/queries.ts:14
View Diff
user/ (1 functions)
organizations(+5/-2)Location: user.ts:17 → user/user/type-resolvers.ts:23
View Diff
viewer/ (7 functions)
viewer(+3/-4)Location: viewer.ts:24 → user/viewer/queries.ts:7
View Diff
fullName(+1/-1)Location: viewer.ts:43 → user/viewer/type-resolvers.ts:31
View Diff
avatarUrl(+1/-1)Location: viewer.ts:44 → user/viewer/type-resolvers.ts:32
View Diff
organizations(+6/-3)Location: viewer.ts:46 → user/viewer/type-resolvers.ts:34
View Diff
notebooks(+9/-7)Location: viewer.ts:62 → user/viewer/type-resolvers.ts:53
View Diff
datasets(+9/-7)Location: viewer.ts:81 → user/viewer/type-resolvers.ts:74
View Diff
invitations(+6/-3)Location: viewer.ts:100 → user/viewer/type-resolvers.ts:95
View Diff
Migrated Functions (Unchanged - Same LOC)
resource/ (33 functions)
data-connection/ (12 functions)
orgIdLocation: data-connection.ts:276 → resource/data-connection/type-resolvers.ts:21
View Diff
createdAtLocation: data-connection.ts:280 → resource/data-connection/type-resolvers.ts:22
View Diff
updatedAtLocation: data-connection.ts:281 → resource/data-connection/type-resolvers.ts:23
View Diff
nameLocation: data-connection.ts:282 → resource/data-connection/type-resolvers.ts:37
View Diff
typeLocation: data-connection.ts:283 → resource/data-connection/type-resolvers.ts:38
View Diff
orgIdLocation: data-connection.ts:287 → resource/data-connection/type-resolvers.ts:43
View Diff
datasetIdLocation: data-connection.ts:288 → resource/data-connection/type-resolvers.ts:44
View Diff
schemaLocation: data-connection.ts:289 → resource/data-connection/type-resolvers.ts:47
View Diff
dataConnectionIdLocation: data-connection.ts:290 → resource/data-connection/type-resolvers.ts:45
View Diff
createdAtLocation: data-connection.ts:292 → resource/data-connection/type-resolvers.ts:48
View Diff
updatedAtLocation: data-connection.ts:293 → resource/data-connection/type-resolvers.ts:49
View Diff
materializationsLocation: data-connection.ts:294 → resource/data-connection/type-resolvers.ts:50
View Diff
data-ingestion/ (7 functions)
idLocation: data-ingestion.ts:97 → resource/data-ingestion/type-resolvers.ts:20
View Diff
datasetIdLocation: data-ingestion.ts:115 → resource/data-ingestion/type-resolvers.ts:46
View Diff
factoryTypeLocation: data-ingestion.ts:116 → resource/data-ingestion/type-resolvers.ts:47
View Diff
configLocation: data-ingestion.ts:117 → resource/data-ingestion/type-resolvers.ts:48
View Diff
createdAtLocation: data-ingestion.ts:118 → resource/data-ingestion/type-resolvers.ts:49
View Diff
updatedAtLocation: data-ingestion.ts:119 → resource/data-ingestion/type-resolvers.ts:50
View Diff
materializationsLocation: data-ingestion.ts:126 → resource/data-ingestion/type-resolvers.ts:59
View Diff
data-model/ (2 functions)
modelContextLocation: data-model.ts:449 → resource/data-model/type-resolvers.ts:187
View Diff
materializationsLocation: data-model.ts:452 → resource/data-model/type-resolvers.ts:190
View Diff
model-context/ (7 functions)
orgIdLocation: model-context.ts:127 → resource/model-context/type-resolvers.ts:13
View Diff
datasetIdLocation: model-context.ts:128 → resource/model-context/type-resolvers.ts:14
View Diff
tableIdLocation: model-context.ts:129 → resource/model-context/type-resolvers.ts:15
View Diff
contextLocation: model-context.ts:130 → resource/model-context/type-resolvers.ts:16
View Diff
columnContextLocation: model-context.ts:131 → resource/model-context/type-resolvers.ts:17
View Diff
createdAtLocation: model-context.ts:132 → resource/model-context/type-resolvers.ts:18
View Diff
updatedAtLocation: model-context.ts:133 → resource/model-context/type-resolvers.ts:19
View Diff
static-model/ (5 functions)
orgIdLocation: static-model.ts:215 → resource/static-model/type-resolvers.ts:25
View Diff
createdAtLocation: static-model.ts:229 → resource/static-model/type-resolvers.ts:60
View Diff
updatedAtLocation: static-model.ts:232 → resource/static-model/type-resolvers.ts:63
View Diff
modelContextLocation: static-model.ts:238 → resource/static-model/type-resolvers.ts:78
View Diff
materializationsLocation: static-model.ts:241 → resource/static-model/type-resolvers.ts:81
View Diff
system/ (21 functions)
run-type-resolvers.ts/ (10 functions)
datasetIdLocation: scheduler.ts:271 → system/run-type-resolvers.ts:43
View Diff
orgIdLocation: scheduler.ts:292 → system/run-type-resolvers.ts:68
View Diff
triggerTypeLocation: scheduler.ts:310 → system/run-type-resolvers.ts:90
View Diff
runTypeLocation: scheduler.ts:314 → system/run-type-resolvers.ts:94
View Diff
queuedAtLocation: scheduler.ts:316 → system/run-type-resolvers.ts:96
View Diff
statusLocation: scheduler.ts:317 → system/run-type-resolvers.ts:97
View Diff
startedAtLocation: scheduler.ts:318 → system/run-type-resolvers.ts:98
View Diff
finishedAtLocation: scheduler.ts:319 → system/run-type-resolvers.ts:99
View Diff
logsUrlLocation: scheduler.ts:320 → system/run-type-resolvers.ts:100
View Diff
metadataLocation: scheduler.ts:362 → system/run-type-resolvers.ts:153
View Diff
type-resolvers.ts/ (11 functions)
runIdLocation: scheduler.ts:365 → system/type-resolvers.ts:88
View Diff
datasetIdLocation: scheduler.ts:384 → system/type-resolvers.ts:110
View Diff
createdAtLocation: scheduler.ts:385 → system/type-resolvers.ts:111
View Diff
schemaLocation: scheduler.ts:386 → system/type-resolvers.ts:112
View Diff
runIdLocation: scheduler.ts:389 → system/type-resolvers.ts:116
View Diff
nameLocation: scheduler.ts:407 → system/type-resolvers.ts:134
View Diff
displayNameLocation: scheduler.ts:408 → system/type-resolvers.ts:135
View Diff
logsUrlLocation: scheduler.ts:409 → system/type-resolvers.ts:136
View Diff
startedAtLocation: scheduler.ts:429 → system/type-resolvers.ts:156
View Diff
finishedAtLocation: scheduler.ts:430 → system/type-resolvers.ts:157
View Diff
statusLocation: scheduler.ts:431 → system/type-resolvers.ts:158
View Diff
user/ (3 functions)
user/ (3 functions)
fullNameLocation: user.ts:14 → user/user/type-resolvers.ts:20
View Diff
avatarUrlLocation: user.ts:15 → user/user/type-resolvers.ts:21
View Diff
emailLocation: user.ts:16 → user/user/type-resolvers.ts:22
View Diff