forked from ParabolInc/parabol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodegen.json
More file actions
410 lines (410 loc) · 35.7 KB
/
codegen.json
File metadata and controls
410 lines (410 loc) · 35.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
{
"config": {
"addInterfaceFieldResolverTypes": true,
"content": "// biome-ignore-all",
"defaultScalarType": "string",
"enumsAsTypes": true,
"optionalResolveType": true,
"scalars": {
"DateTime": "Date",
"File": "File",
"RRule": "RRuleSet"
}
},
"generates": {
"packages/server/graphql/private/resolverTypes.ts": {
"config": {
"contextType": "../graphql#InternalContext",
"mappers": {
"AddFeatureFlagSuccess": "./types/AddFeatureFlagSuccess#AddFeatureFlagSuccessSource",
"CompanyCluster": "./types/CompanyCluster#CompanyClusterSource",
"ReassignToCompanyClusterSuccess": "./types/ReassignToCompanyClusterSuccess#ReassignToCompanyClusterSuccessSource",
"SetTeamLimitAtSuccess": "./types/SetTeamLimitAtSuccess#SetTeamLimitAtSuccessSource",
"ApplyFeatureFlagSuccess": "./types/ApplyFeatureFlagSuccess#ApplyFeatureFlagSuccessSource",
"ChangeEmailDomainSuccess": "./types/ChangeEmailDomainSuccess#ChangeEmailDomainSuccessSource",
"Company": "./queries/company#CompanySource",
"DeleteFeatureFlagSuccess": "./types/DeleteFeatureFlagSuccess#DeleteFeatureFlagSuccessSource",
"DraftEnterpriseInvoicePayload": "./types/DraftEnterpriseInvoicePayload#DraftEnterpriseInvoicePayloadSource",
"EndTrialSuccess": "./types/EndTrialSuccess#EndTrialSuccessSource",
"FlagOverLimitPayload": "./types/FlagOverLimitPayload#FlagOverLimitPayloadSource",
"LoginSAMLPayload": "./types/LoginSAMLPayload#LoginSAMLPayloadSource",
"LoginsPayload": "./types/LoginsPayload#LoginsPayloadSource",
"MeetingTemplate": "../../postgres/types/index#MeetingTemplate as MeetingTemplateDB",
"NewFeatureBroadcast": "../../postgres/types/index#NewFeature",
"NewMeeting": "../../postgres/types/Meeting#AnyMeeting",
"Organization": "../../postgres/types/index#Organization as OrganizationDB",
"PingableServices": "./types/PingableServices#PingableServicesSource",
"ProcessRecurrenceSuccess": "./types/ProcessRecurrenceSuccess#ProcessRecurrenceSuccessSource",
"RemoveAuthIdentitySuccess": "./types/RemoveAuthIdentitySuccess#RemoveAuthIdentitySuccessSource",
"RemoveFeatureFlagOwnerSuccess": "./types/RemoveFeatureFlagOwnerSuccess#RemoveFeatureFlagOwnerSuccessSource",
"RetrospectiveMeeting": "../../postgres/types/Meeting#RetrospectiveMeeting as RetrospectiveMeetingDB",
"RRule": "rrule-rust#RRuleSet",
"SAML": "../public/types/SAML#SAMLSource",
"SetIsFreeMeetingTemplateSuccess": "./types/SetIsFreeMeetingTemplateSuccess#SetIsFreeMeetingTemplateSuccessSource",
"SignupsPayload": "./types/SignupsPayload#SignupsPayloadSource",
"StartTrialSuccess": "./types/StartTrialSuccess#StartTrialSuccessSource",
"StripeFailPaymentPayload": "./mutations/stripeFailPayment#StripeFailPaymentPayloadSource",
"Team": "../../postgres/types/index#Team as TeamDB",
"UpdateFeatureFlagSuccess": "./types/UpdateFeatureFlagSuccess#UpdateFeatureFlagSuccessSource",
"UpgradeToTeamTierSuccess": "./mutations/upgradeToTeamTier#UpgradeToTeamTierSuccessSource",
"User": "../../postgres/types/index#User as UserDB",
"UserTiersCount": "./types/UserTiersCount#UserTiersCountSource",
"VerifyDomainSuccess": "./types/VerifyDomainSuccess#VerifyDomainSuccessSource"
}
},
"plugins": ["typescript", "typescript-resolvers", "add"],
"schema": "packages/server/graphql/private/schema.graphql"
},
"packages/server/graphql/public/resolverTypes.ts": {
"config": {
"contextType": "../graphql#GQLContext",
"enumValues": {
"OAuthScopeEnum": {
"MEETINGS_READ": "meetings:read",
"MEETINGS_WRITE": "meetings:write",
"TEAMS_READ": "teams:read",
"TEAMS_WRITE": "teams:write",
"TASKS_READ": "tasks:read",
"TASKS_WRITE": "tasks:write",
"USERS_READ": "users:read",
"USERS_WRITE": "users:write",
"ORGS_READ": "orgs:read",
"ORGS_WRITE": "orgs:write",
"TEMPLATES_READ": "templates:read",
"TEMPLATES_WRITE": "templates:write",
"PAGES_READ": "pages:read",
"PAGES_WRITE": "pages:write",
"COMMENTS_READ": "comments:read",
"COMMENTS_WRITE": "comments:write"
}
},
"mappers": {
"_xGitLabProject": "./types/_xGitLabProject#_xGitLabProjectSource as _xGitLabProject",
"AcceptRequestToJoinDomainSuccess": "./types/AcceptRequestToJoinDomainSuccess#AcceptRequestToJoinDomainSuccessSource",
"AcceptTeamInvitationPayload": "./types/AcceptTeamInvitationPayload#AcceptTeamInvitationPayloadSource",
"ActionMeeting": "../../postgres/types/Meeting#CheckInMeeting",
"ActionMeetingMember": "../../postgres/types/Meeting.d#ActionMeetingMember as ActionMeetingMemberDB",
"AddAgendaItemPayload": "./types/AddAgendaItemPayload#AddAgendaItemPayloadSource",
"AddApprovedOrganizationDomainsSuccess": "./types/AddApprovedOrganizationDomainsSuccess#AddApprovedOrganizationDomainsSuccessSource",
"AddAtlassianAuthPayload": "./types/AddAtlassianAuthPayload#AddAtlassianAuthPayloadSource",
"AddCommentSuccess": "./types/AddCommentSuccess#AddCommentSuccessSource",
"AddedNotification": "./types/AddedNotification#AddedNotificationSource",
"AddGitHubAuthPayload": "./types/AddGitHubAuthPayload#AddGitHubAuthPayloadSource",
"AddIntegrationProviderSuccess": "./types/AddIntegrationProviderSuccess#AddIntegrationProviderSuccessSource",
"AddOrgPayload": "./types/AddOrgPayload#AddOrgPayloadSource",
"AddPokerTemplateDimensionPayload": "./types/AddPokerTemplateDimensionPayload#AddPokerTemplateDimensionPayloadSource",
"AddPokerTemplateScalePayload": "./types/AddPokerTemplateScalePayload#AddPokerTemplateScalePayloadSource",
"AddPokerTemplateScaleValuePayload": "./types/AddPokerTemplateScaleValuePayload#AddPokerTemplateScaleValuePayloadSource",
"AddPokerTemplateSuccess": "./types/AddPokerTemplateSuccess#AddPokerTemplateSuccessSource",
"AddReactjiToReactableSuccess": "./types/AddReactjiToReactableSuccess#AddReactjiToReactableSuccessSource",
"AddReflectTemplatePromptPayload": "./types/AddReflectTemplatePromptPayload#AddReflectTemplatePromptPayloadSource",
"AddReflectTemplateSuccess": "./types/AddReflectTemplateSuccess#AddReflectTemplateSuccessSource",
"AddSlackAuthPayload": "./types/AddSlackAuthPayload#AddSlackAuthPayloadSource",
"AddTeamMemberIntegrationAuthSuccess": "./types/AddTeamMemberIntegrationAuthSuccess#AddTeamMemberIntegrationAuthSuccessSource",
"AddTeamPayload": "./types/AddTeamPayload#AddTeamPayloadSource",
"AddTranscriptionBotSuccess": "./types/AddTranscriptionBotSuccess#AddTranscriptionBotSuccessSource",
"AgendaItem": "../../postgres/types/index#AgendaItem as AgendaItemDB",
"AIPrompt": "../../postgres/types/index#AIPrompt as AIPromptDB",
"ArchiveOrganizationPayload": "./types/ArchiveOrganizationPayload#ArchiveOrganizationPayloadSource",
"ArchivePagePayload": "./types/ArchivePagePayload#ArchivePagePayloadSource",
"ArchiveTeamPayload": "./types/ArchiveTeamPayload#ArchiveTeamPayloadSource",
"ArchiveTimelineEventSuccess": "./types/ArchiveTimelineEventSuccess#ArchiveTimelineEventSuccessSource",
"AtlassianIntegration": "../../postgres/types/index#AtlassianAuth as AtlassianAuthDB",
"AuthTokenPayload": "./types/AuthTokenPayload#AuthTokenPayloadSource",
"AutogroupSuccess": "./types/AutogroupSuccess#AutogroupSuccessSource",
"AzureDevOpsIntegration": "./types/AzureDevOpsIntegration#AzureDevOpsIntegrationSource",
"AzureDevOpsRemoteProject": "./types/AzureDevOpsRemoteProject#AzureDevOpsRemoteProjectSource",
"AzureDevOpsWorkItem": "./types/AzureDevOpsWorkItem#AzureDevOpsWorkItemSource",
"BatchArchiveTasksSuccess": "./types/BatchArchiveTasksSuccess#BatchArchiveTasksSuccessSource",
"ChangeTaskTeamPayload": "./types/ChangeTaskTeamPayload#ChangeTaskTeamPayloadSource",
"Comment": "../../postgres/types/index#Comment as CommentDB",
"Company": "./types/Company#CompanySource",
"CreateImposterTokenPayload": "./types/CreateImposterTokenPayload#CreateImposterTokenPayloadSource",
"CreateOAuthAPICodePayload": "./types/CreateOAuthAPICodePayload#CreateOAuthAPICodePayloadSource",
"CreateOAuthAPIProviderPayload": "./types/CreateOAuthAPIProviderPayload#CreateOAuthApiProviderPayloadSource",
"CreatePersonalAccessTokenSuccess": "./types/CreatePersonalAccessTokenSuccess#CreatePersonalAccessTokenSuccessSource",
"CreatePollSuccess": "./types/CreatePollSuccess#CreatePollSuccessSource",
"PersonalAccessToken": "../../postgres/types/index#PersonalAccessToken as PersonalAccessTokenDB",
"CreateReflectionPayload": "./types/CreateReflectionPayload#CreateReflectionPayloadSource",
"CreateTaskIntegrationPayload": "./types/CreateTaskIntegrationPayload#CreateTaskIntegrationPayloadSource",
"CreateTaskPayload": "./types/CreateTaskPayload#CreateTaskPayloadSource",
"DeleteCommentSuccess": "./types/DeleteCommentSuccess#DeleteCommentSuccessSource",
"Discussion": "../../postgres/types/index#Discussion as DiscussionDB",
"DismissSuggestedActionPayload": "./types/DismissSuggestedActionPayload#DismissSuggestedActionPayloadSource",
"DomainJoinRequest": "./types/DomainJoinRequest#DomainJoinRequestSource",
"DowngradeToStarterPayload": "./types/DowngradeToStarterPayload#DowngradeToStarterPayloadSource",
"DragDiscussionTopicPayload": "./types/DragDiscussionTopicPayload#DragDiscussionTopicPayloadSource",
"DragEstimatingTaskSuccess": "./types/DragEstimatingTaskSuccess#DragEstimatingTaskSuccessSource",
"EditCommentingSuccess": "./types/EditCommentingSuccess#EditCommentingSuccessSource",
"EditTaskPayload": "./types/EditTaskPayload#EditTaskPayloadSource",
"EndCheckInSuccess": "./types/EndCheckInSuccess#EndCheckInSuccessSource",
"EndDraggingReflectionPayload": "./types/EndDraggingReflectionPayload#EndDraggingReflectionPayloadSource",
"EndRetrospectiveSuccess": "./types/EndRetrospectiveSuccess#EndRetrospectiveSuccessSource",
"EndSprintPokerSuccess": "./types/EndSprintPokerSuccess#EndSprintPokerSuccessSource",
"EndTeamPromptSuccess": "./types/EndTeamPromptSuccess#EndTeamPromptSuccessSource",
"EstimateStage": "./types/EstimateStage#EstimateStageSource",
"EstimateUserScore": "./types/EstimateUserScore#EstimateUserScoreSource",
"FixedActivity": "../../postgres/types/index#MeetingTemplate as MeetingTemplateDB",
"FlagReadyToAdvanceSuccess": "./types/FlagReadyToAdvanceSuccess#FlagReadyToAdvanceSuccessSource",
"GcalIntegration": "./types/GcalIntegration#GcalIntegrationSource",
"GenerateGroupsSuccess": "./types/GenerateGroupsSuccess#GenerateGroupsSuccessSource",
"GenerateInsightSuccess": "./types/GenerateInsightSuccess#GenerateInsightSuccessSource",
"GifResponse": "./types/GifResponse#GifResponseSource",
"GitHubIntegration": "../../postgres/types/index#GitHubAuth as GitHubAuthDB",
"GitHubSearchQuery": "../../postgres/types/index#GitHubSearchQuery as GitHubSearchQueryDB",
"GitLabIntegration": "./types/GitLabIntegration#GitLabIntegrationSource",
"GroupPhaseCompletePayload": "./types/GroupPhaseCompletePayload#GroupPhaseCompletePayloadSource",
"IntegrationProvider": "../../postgres/types/IntegrationProvider#TIntegrationProvider",
"IntegrationProviderOAuth1": "../../postgres/types/IntegrationProvider#TIntegrationProvider",
"IntegrationProviderOAuth2": "../../postgres/types/IntegrationProvider#TIntegrationProvider",
"IntegrationProviderWebhook": "../../postgres/types/IntegrationProvider#TIntegrationProvider",
"InviteToTeamPayload": "./types/InviteToTeamPayload#InviteToTeamPayloadSource",
"JiraIssue": "./types/JiraIssue#JiraIssueSource",
"JiraRemoteAvatarUrls": "./types/JiraRemoteAvatarUrls#JiraRemoteAvatarUrlsSource",
"JiraRemoteProject": "./types/JiraRemoteProject#JiraRemoteProjectSource",
"JiraSearchQuery": "../../postgres/types/index#JiraSearchQuery as JiraSearchQueryDB",
"JiraServerIntegration": "./types/JiraServerIntegration#JiraServerIntegrationSource",
"JiraServerIssue": "./types/JiraServerIssue#JiraServerIssueSource",
"JiraServerRemoteProject": "../../dataloader/jiraServerLoaders#JiraServerProject",
"JoinMeetingSuccess": "./types/JoinMeetingSuccess#JoinMeetingSuccessSource",
"JoinTeamSuccess": "./types/JoinTeamSuccess#JoinTeamSuccessSource",
"LinearIntegration": "./types/LinearIntegration#LinearIntegrationSource",
"MattermostIntegration": "./types/MattermostIntegration#MattermostIntegrationSource",
"MeetingSeries": "../../postgres/types/index#MeetingSeries as MeetingSeriesDB",
"MeetingTemplate": "../../postgres/types/index#MeetingTemplate as MeetingTemplateDB",
"MovePokerTemplateDimensionPayload": "./types/MovePokerTemplateDimensionPayload#MovePokerTemplateDimensionPayloadSource",
"MovePokerTemplateScaleValueSuccess": "./types/MovePokerTemplateScaleValueSuccess#MovePokerTemplateScaleValueSuccessSource",
"MoveReflectTemplatePromptPayload": "./types/MoveReflectTemplatePromptPayload#MoveReflectTemplatePromptPayloadSource",
"MSTeamsIntegration": "./types/MSTeamsIntegration#MSTeamsIntegrationSource",
"NavigateMeetingPayload": "./types/NavigateMeetingPayload#NavigateMeetingPayloadSource",
"NewFeatureBroadcast": "../../postgres/types/index#NewFeature",
"NewMeeting": "../../postgres/types/Meeting#AnyMeeting",
"NewMeetingPhase": "./types/NewMeetingPhase#NewMeetingPhaseSource",
"NewMeetingStage": "./types/NewMeetingStage#NewMeetingStageSource",
"Notification": "../../postgres/types/Notification.d#AnyNotification as AnyNotificationDB",
"NotificationMeetingStageTimeLimitEnd": "../../postgres/types/Notification.d#MeetingStageTimeLimitEndNotification as MeetingStageTimeLimitEndNotificationDB",
"NotificationTeamInvitation": "../../postgres/types/Notification.d#TeamInvitationNotification as TeamInvitationNotificationDB",
"NotifyDiscussionMentioned": "../../postgres/types/Notification.d#DiscussionMentionedNotification as DiscussionMentionedNotificationDB",
"NotifyKickedOut": "../../postgres/types/Notification.d#KickedOutNotification as KickedOutNotificationDB",
"NotifyMentioned": "../../postgres/types/Notification.d#MentionedNotification as MentionedNotificationDB",
"NotifyPageAccessGranted": "../../postgres/types/Notification.d#PageAccessGrantedNotification as PageAccessGrantedNotificationDB",
"NotifyPageAccessRequested": "../../postgres/types/Notification.d#PageAccessRequestedNotification as PageAccessRequestedNotificationDB",
"NotifyPaymentRejected": "../../postgres/types/Notification.d#PaymentRejectedNotification as PaymentRejectedNotificationDB",
"NotifyPromoteToOrgLeader": "../../postgres/types/Notification.d#PromoteToBillingLeaderNotification as PromoteToBillingLeaderNotificationDB",
"NotifyPromptToJoinOrg": "../../postgres/types/Notification.d#PromptToJoinOrgNotification as PromptToJoinOrgNotificationDB",
"NotifyRequestToJoinOrg": "../../postgres/types/Notification.d#RequestToJoinOrgNotification as RequestToJoinOrgNotificationDB",
"NotifyResponseMentioned": "../../postgres/types/Notification.d#ResponseMentionedNotification as ResponseMentionedNotificationDB",
"NotifyResponseReplied": "../../postgres/types/Notification.d#ResponseRepliedNotification as ResponseRepliedNotificationDB",
"NotifyTaskInvolves": "../../postgres/types/Notification.d#TaskInvolvesNotification as TaskInvolvesNotificationDB",
"NotifyTeamArchived": "../../postgres/types/Notification.d#TeamArchivedNotification as TeamArchivedNotificationDB",
"NotifyTeamsLimitExceeded": "../../postgres/types/Notification.d#TeamsLimitExceededNotification as TeamsLimitExceededNotificationDB",
"NotifyTeamsLimitReminder": "../../postgres/types/Notification.d#TeamsLimitReminderNotification as TeamsLimitReminderNotificationDB",
"OAuthAPIProvider": "../../postgres/types/index#OAuthAPIProvider as OAuthAPIProviderDB",
"OAuthScopeEnum": "../../postgres/types/pg#Oauthscopeenum",
"Organization": "../../postgres/types/index#Organization as OrganizationDB",
"OrganizationUser": "../../postgres/types/index#OrganizationUser as OrganizationUserDB",
"OrgIntegrationProviders": "./types/OrgIntegrationProviders#OrgIntegrationProvidersSource",
"Page": "../../postgres/types/index#Page as PageDB",
"PageAccess": "./types/PageAccess#PageAccessSource",
"PageAccessOrganization": "../../postgres/types/index#PageAccessOrganization as PageAccessOrganizationDB",
"PageAccessRequest": "../../postgres/types/index#PageAccessRequest as PageAccessRequestDB",
"PageAccessTeam": "../../postgres/types/index#PageAccessTeam as PageAccessTeamDB",
"PageAccessUser": "../../postgres/types/index#PageAccessUser as PageAccessUserDB",
"PagePartial": "../../postgres/types/index#PagePartial as PagePartialDB",
"PagePreview": "../../postgres/types/index#PagePreview as PagePreviewDB",
"PersistGitHubSearchQuerySuccess": "./types/PersistGitHubSearchQuerySuccess#PersistGitHubSearchQuerySuccessSource",
"PersistJiraSearchQuerySuccess": "./types/PersistJiraSearchQuerySuccess#PersistJiraSearchQuerySuccessSource",
"PhaseCompletePayload": "./types/PhaseCompletePayload#PhaseCompletePayloadSource",
"PokerAnnounceDeckHoverSuccess": "./types/PokerAnnounceDeckHoverSuccess#PokerAnnounceDeckHoverSuccessSource",
"PokerMeeting": "../../postgres/types/Meeting#PokerMeeting as PokerMeetingDB",
"PokerMeetingMember": "../../postgres/types/Meeting.d#PokerMeetingMember as PokerMeetingMemberDB",
"PokerMeetingSettings": "../../postgres/types/index#PokerMeetingSettings as PokerMeetingSettingsDB",
"PokerResetDimensionSuccess": "./types/PokerResetDimensionSuccess#PokerResetDimensionSuccessSource",
"PokerRevealVotesSuccess": "./types/PokerRevealVotesSuccess#PokerRevealVotesSuccessSource",
"PokerTemplate": "../../postgres/types/index#MeetingTemplate as MeetingTemplateDB",
"PokerTemplateDimensionUpdateDescriptionPayload": "./types/PokerTemplateDimensionUpdateDescriptionPayload#PokerTemplateDimensionUpdateDescriptionPayloadSource",
"Poll": "../../postgres/types/index#Poll as PollDB",
"PollOption": "../../postgres/types/index#PollOption as PollOptionDB",
"PromoteNewMeetingFacilitatorPayload": "./types/PromoteNewMeetingFacilitatorPayload#PromoteNewMeetingFacilitatorPayloadSource",
"PromoteToTeamLeadPayload": "./types/PromoteToTeamLeadPayload#PromoteToTeamLeadPayloadSource",
"PushInvitationPayload": "./types/PushInvitationPayload#PushInvitationPayloadSource",
"Reactable": "../../postgres/types#Reactable as ReactableDB",
"Reactji": "./types/Reactji#ReactjiSource",
"ReflectPhaseCompletePayload": "./types/ReflectPhaseCompletePayload#ReflectPhaseCompletePayloadSource",
"ReflectPrompt": "../../postgres/types/index#ReflectPrompt as ReflectPromptDB",
"ReflectTemplate": "../../postgres/types/index#MeetingTemplate as MeetingTemplateDB",
"ReflectTemplatePromptUpdateDescriptionPayload": "./types/ReflectTemplatePromptUpdateDescriptionPayload#ReflectTemplatePromptUpdateDescriptionPayloadSource",
"ReflectTemplatePromptUpdateGroupColorPayload": "./types/ReflectTemplatePromptUpdateGroupColorPayload#ReflectTemplatePromptUpdateGroupColorPayloadSource",
"RemoveAgendaItemPayload": "./types/RemoveAgendaItemPayload#RemoveAgendaItemPayloadSource",
"RemoveApprovedOrganizationDomainsSuccess": "./types/RemoveApprovedOrganizationDomainsSuccess#RemoveApprovedOrganizationDomainsSuccessSource",
"RemoveAtlassianAuthPayload": "./types/RemoveAtlassianAuthPayload#RemoveAtlassianAuthPayloadSource",
"RemoveGitHubAuthPayload": "./types/RemoveGitHubAuthPayload#RemoveGitHubAuthPayloadSource",
"RemoveIntegrationProviderSuccess": "./types/RemoveIntegrationProviderSuccess#RemoveIntegrationProviderSuccessSource",
"RemoveIntegrationSearchQuerySuccess": "./types/RemoveIntegrationSearchQuerySuccess#RemoveIntegrationSearchQuerySuccessSource",
"RemoveOrgUsersSuccess": "./types/RemoveOrgUsersSuccess#RemoveOrgUsersSuccessSource",
"RemovePokerTemplateDimensionPayload": "./types/RemovePokerTemplateDimensionPayload#RemovePokerTemplateDimensionPayloadSource",
"RemovePokerTemplatePayload": "./types/RemovePokerTemplatePayload#RemovePokerTemplatePayloadSource",
"RemovePokerTemplateScalePayload": "./types/RemovePokerTemplateScalePayload#RemovePokerTemplateScalePayloadSource",
"RemovePokerTemplateScaleValuePayload": "./types/RemovePokerTemplateScaleValuePayload#RemovePokerTemplateScaleValuePayloadSource",
"RemoveReflectionPayload": "./types/RemoveReflectionPayload#RemoveReflectionPayloadSource",
"RemoveReflectTemplatePayload": "./types/RemoveReflectTemplatePayload#RemoveReflectTemplatePayloadSource",
"RemoveReflectTemplatePromptPayload": "./types/RemoveReflectTemplatePromptPayload#RemoveReflectTemplatePromptPayloadSource",
"RemoveSlackAuthPayload": "./types/RemoveSlackAuthPayload#RemoveSlackAuthPayloadSource",
"RemoveTeamMemberIntegrationAuthSuccess": "./types/RemoveTeamMemberIntegrationAuthSuccess#RemoveTeamMemberIntegrationAuthSuccessSource",
"RemoveTeamMemberPayload": "./types/RemoveTeamMemberPayload#RemoveTeamMemberPayloadSource",
"RenameMeetingSuccess": "./types/RenameMeetingSuccess#RenameMeetingSuccessSource",
"RenameMeetingTemplatePayload": "./types/RenameMeetingTemplatePayload#RenameMeetingTemplatePayloadSource",
"RenamePokerTemplateDimensionPayload": "./types/RenamePokerTemplateDimensionPayload#RenamePokerTemplateDimensionPayloadSource",
"RenameReflectTemplatePromptPayload": "./types/RenameReflectTemplatePromptPayload#RenameReflectTemplatePromptPayloadSource",
"ResetReflectionGroupsSuccess": "./types/ResetReflectionGroupsSuccess#ResetReflectionGroupsSuccessSource",
"UpdatePersonalAccessTokenSuccess": "./types/UpdatePersonalAccessTokenSuccess#UpdatePersonalAccessTokenSuccessSource",
"RepoIntegration": "../queries/helpers/fetchAllRepoIntegrations#RemoteRepoIntegration",
"RetroDiscussStage": "./types/RetroDiscussStage#DiscussStageSource",
"RetroReflection": "../../postgres/types/index#RetroReflection as RetroReflectionDB",
"RetroReflectionGroup": "./types/RetroReflectionGroup#RetroReflectionGroupSource",
"RetrospectiveMeeting": "../../postgres/types/Meeting#RetrospectiveMeeting as RetrospectiveMeetingDB",
"RetrospectiveMeetingMember": "../../postgres/types/Meeting.d#RetroMeetingMember as RetroMeetingMemberDB",
"RetrospectiveMeetingSettings": "../../postgres/types/index#RetrospectiveMeetingSettings as RetrospectiveMeetingSettingsDB",
"RRule": "rrule-rust#RRuleSet",
"SAML": "./types/SAML#SAMLSource",
"SearchResultEdge": "./types/SearchResultEdge#SearchResultEdgeSource",
"SelectTemplatePayload": "./types/SelectTemplatePayload#SelectTemplatePayloadSource",
"SetDefaultSlackChannelSuccess": "./types/SetDefaultSlackChannelSuccess#SetDefaultSlackChannelSuccessSource",
"SetJiraDisplayFieldIdsPayload": "./types/SetJiraDisplayFieldIdsPayload#SetJiraDisplayFieldIdsPayloadSource",
"SetMeetingSettingsPayload": "./types/SetMeetingSettingsPayload#SetMeetingSettingsPayloadSource",
"TimelineEventCompletedActionMeeting": "./types/TimelineEventCompletedActionMeeting#TimelineEventCompletedActionMeetingSource",
"TimelineEventCompletedRetroMeeting": "./types/TimelineEventCompletedRetroMeeting#TimelineEventCompletedRetroMeetingSource",
"TimelineEventJoinedParabol": "./types/TimelineEventJoinedParabol#TimelineEventJoinedParabolSource",
"TimelineEventPokerComplete": "./types/TimelineEventPokerComplete#TimelineEventPokerCompleteSource",
"TimelineEventTeamCreated": "./types/TimelineEventTeamCreated#TimelineEventTeamCreatedSource",
"SetNotificationStatusPayload": "./types/SetNotificationStatusPayload#SetNotificationStatusPayloadSource",
"SetOrgUserRoleSuccess": "./types/SetOrgUserRoleSuccess#SetOrgUserRoleSuccessSource",
"SetSlackNotificationPayload": "./types/SetSlackNotificationPayload#SetSlackNotificationPayloadSource",
"SetTeamNotificationSettingSuccess": "./types/SetTeamNotificationSettingSuccess#SetTeamNotificationSettingSuccessSource",
"ShareTopicSuccess": "./types/ShareTopicSuccess#ShareTopicSuccessSource",
"SlackIntegration": "../../postgres/types/index#SlackAuth as SlackAuthDB",
"SlackNotification": "../../postgres/types/index#SlackNotification as SlackNotificationDB",
"StartCheckInSuccess": "./types/StartCheckInSuccess#StartCheckInSuccessSource",
"StartRetrospectiveSuccess": "./types/StartRetrospectiveSuccess#StartRetrospectiveSuccessSource",
"StartTeamPromptSuccess": "./types/StartTeamPromptSuccess#StartTeamPromptSuccessSource",
"StripeFailPaymentPayload": "./types/StripeFailPaymentPayload#StripeFailPaymentPayloadSource",
"SuggestedAction": "../../postgres/types/index#SuggestedAction as SuggestedActionDB",
"Task": "../../postgres/types/index#Task as TaskDB",
"TaskEstimate": "../../postgres/types/index#TaskEstimate as TaskEstimateDB",
"Team": "../../postgres/types/index#Team as TeamDB",
"TeamHealthPhase": "./types/TeamHealthPhase#TeamHealthPhaseSource",
"TeamHealthStage": "./types/TeamHealthStage#TeamHealthStageSource",
"TeamInvitation": "../../postgres/types/index#TeamInvitation as TeamInvitationDB",
"TeamMeetingSettings": "../../postgres/types/index#MeetingSettings as TeamMeetingSettingsDB",
"TeamMember": "../../postgres/types/index#TeamMember as TeamMemberDB",
"TeamMemberIntegrationAuthOAuth1": "../../postgres/types/index#TeamMemberIntegrationAuth as TeamMemberIntegrationAuthDB",
"TeamMemberIntegrationAuthOAuth2": "../../postgres/types/index#TeamMemberIntegrationAuth as TeamMemberIntegrationAuthDB",
"TeamMemberIntegrationAuthWebhook": "../../postgres/types/index#TeamMemberIntegrationAuth as TeamMemberIntegrationAuthDB",
"TeamMemberIntegrations": "./types/TeamMemberIntegrations#TeamMemberIntegrationsSource",
"TeamNotificationSettings": "./types/TeamNotificationSettings#TeamNotificationSettingsSource",
"TeamPromptMeeting": "../../postgres/types/Meeting#TeamPromptMeeting as TeamPromptMeetingDB",
"TeamPromptMeetingMember": "../../postgres/types/Meeting.d#TeamPromptMeetingMember as TeamPromptMeetingMemberDB",
"TeamPromptMeetingSettings": "../../postgres/types/index#MeetingSettings as TeamMeetingSettingsDB",
"TeamPromptResponse": "../../postgres/types/index#TeamPromptResponse as TeamPromptResponseDB",
"TemplateDimension": "../../postgres/types/index#TemplateDimension as TemplateDimensionDB",
"TemplateDimensionRef": "./types/TemplateDimensionRef#TemplateDimensionRefSource",
"TemplateScale": "../../postgres/types/index#TemplateScale as TemplateScaleDB",
"TemplateScaleRef": "../../postgres/types/index#TemplateScaleRef as TemplateScaleRefDB",
"TemplateScaleValue": "./types/TemplateScaleValue#TemplateScaleValueSource as TemplateScaleValueSourceDB",
"Threadable": "./types/Threadable#ThreadableSource",
"TimelineEvent": "../../postgres/types/index#TimelineEvent as TimelineEventDB",
"TimelineEventTeamPromptComplete": "./types/TimelineEventTeamPromptComplete#TimelineEventTeamPromptCompleteSource",
"ToggleAIFeaturesSuccess": "./types/ToggleAIFeaturesSuccess#ToggleAIFeaturesSuccessSource",
"ToggleFavoriteTemplateSuccess": "./types/ToggleFavoriteTemplateSuccess#ToggleFavoriteTemplateSuccessSource",
"ToggleFeatureFlagSuccess": "./types/ToggleFeatureFlagSuccess#ToggleFeatureFlagSuccessSource",
"TogglePageInvitationEmailSuccess": "./types/TogglePageInvitationEmailSuccess#TogglePageInvitationEmailSuccessSource",
"ToggleSummaryEmailSuccess": "./types/ToggleSummaryEmailSuccess#ToggleSummaryEmailSuccessSource",
"ToggleTeamPrivacySuccess": "./types/ToggleTeamPrivacySuccess#ToggleTeamPrivacySuccessSource",
"UpdateAgendaItemPayload": "./types/UpdateAgendaItemPayload#UpdateAgendaItemPayloadSource",
"UpdateAutoJoinSuccess": "./types/UpdateAutoJoinSuccess#UpdateAutoJoinSuccessSource",
"UpdateCommentContentSuccess": "./types/UpdateCommentContentSuccess#UpdateCommentContentSuccessSource",
"UpdateCreditCardSuccess": "./types/UpdateCreditCardSuccess#UpdateCreditCardSuccessSource",
"UpdateDimensionFieldSuccess": "./types/UpdateDimensionFieldSuccess#UpdateDimensionFieldSuccessSource",
"UpdatedNotification": "./types/UpdatedNotification#UpdatedNotificationSource",
"UpdateGitLabDimensionFieldSuccess": "./types/UpdateGitLabDimensionFieldSuccess#UpdateGitLabDimensionFieldSuccessSource",
"UpdateIntegrationProviderSuccess": "./types/UpdateIntegrationProviderSuccess#UpdateIntegrationProviderSuccessSource",
"UpdateMeetingPromptSuccess": "./types/UpdateMeetingPromptSuccess#UpdateMeetingPromptSuccessSource",
"UpdateMeetingTemplateSuccess": "./types/UpdateMeetingTemplateSuccess#UpdateMeetingTemplateSuccessSource",
"UpdateOAuthAPIProviderPayload": "./types/UpdateOAuthAPIProviderPayload#UpdateOAuthAPIProviderPayloadSource",
"UpdateOrgPayload": "./types/UpdateOrgPayload#UpdateOrgPayloadSource",
"UpdatePageAccessPayload": "./types/UpdatePageAccessPayload#UpdatePageAccessPayloadSource",
"UpdatePagePayload": "./types/UpdatePagePayload#UpdatePagePayloadSource",
"UpdateRecurrenceSettingsSuccess": "./types/UpdateRecurrenceSettingsSuccess#UpdateRecurrenceSettingsSuccessSource",
"UpdateTaskPayload": "./types/UpdateTaskPayload#UpdateTaskPayloadSource",
"UpdateTeamSortOrderPayload": "./types/UpdateTeamSortOrderPayload#UpdateTeamSortOrderPayloadSource",
"UpdateTemplateCategorySuccess": "./types/UpdateTemplateCategorySuccess#UpdateTemplateCategorySuccessSource",
"UpdateUserProfilePayload": "./types/UpdateUserProfilePayload#UpdateUserProfilePayloadSource",
"UngroupReflectionSuccess": "./types/UngroupReflectionSuccess#UngroupReflectionSuccessSource",
"UpgradeToTeamTierSuccess": "./types/UpgradeToTeamTierSuccess#UpgradeToTeamTierSuccessSource",
"UpsertTeamPromptResponseSuccess": "./types/UpsertTeamPromptResponseSuccess#UpsertTeamPromptResponseSuccessSource",
"User": "../../postgres/types/index#User as UserDB",
"UserLogInPayload": "./types/UserLogInPayload#UserLogInPayloadSource",
"RenamePokerTemplateScalePayload": "./types/RenamePokerTemplateScalePayload#RenamePokerTemplateScalePayloadSource",
"ResetPasswordPayload": "./types/ResetPasswordPayload#ResetPasswordPayloadSource",
"ResetRetroMeetingToGroupStagePayload": "./types/ResetRetroMeetingToGroupStagePayload#ResetRetroMeetingToGroupStagePayloadSource",
"SetPhaseFocusPayload": "./types/SetPhaseFocusPayload#SetPhaseFocusPayloadSource",
"SetPokerSpectateSuccess": "./types/SetPokerSpectateSuccess#SetPokerSpectateSuccessSource",
"SetStageTimerPayload": "./types/SetStageTimerPayload#SetStageTimerPayloadSource",
"SetTaskEstimateSuccess": "./types/SetTaskEstimateSuccess#SetTaskEstimateSuccessSource",
"SetTaskHighlightSuccess": "./types/SetTaskHighlightSuccess#SetTaskHighlightSuccessSource",
"StartDraggingReflectionPayload": "./types/StartDraggingReflectionPayload#StartDraggingReflectionPayloadSource",
"StartSprintPokerSuccess": "./types/StartSprintPokerSuccess#StartSprintPokerSuccessSource",
"ToggleTeamDrawerSuccess": "./types/ToggleTeamDrawerSuccess#ToggleTeamDrawerSuccessSource",
"UpdateAzureDevOpsDimensionFieldSuccess": "./types/UpdateAzureDevOpsDimensionFieldSuccess#UpdateAzureDevOpsDimensionFieldSuccessSource",
"UpdateGitHubDimensionFieldSuccess": "./types/UpdateGitHubDimensionFieldSuccess#UpdateGitHubDimensionFieldSuccessSource",
"UpdateNewCheckInQuestionPayload": "./types/UpdateNewCheckInQuestionPayload#UpdateNewCheckInQuestionPayloadSource",
"UpdatePokerScopeSuccess": "./types/UpdatePokerScopeSuccess#UpdatePokerScopeSuccessSource",
"UpdatePokerTemplateDimensionScalePayload": "./types/UpdatePokerTemplateDimensionScalePayload#UpdatePokerTemplateDimensionScalePayloadSource",
"UpdatePokerTemplateScaleValuePayload": "./types/UpdatePokerTemplateScaleValuePayload#UpdatePokerTemplateScaleValuePayloadSource",
"UpdateReflectionContentPayload": "./types/UpdateReflectionContentPayload#UpdateReflectionContentPayloadSource",
"UpdateReflectionGroupTitlePayload": "./types/UpdateReflectionGroupTitlePayload#UpdateReflectionGroupTitlePayloadSource",
"UpdateRetroMaxVotesSuccess": "./types/UpdateRetroMaxVotesSuccess#UpdateRetroMaxVotesSuccessSource",
"UpdateTaskDueDatePayload": "./types/UpdateTaskDueDatePayload#UpdateTaskDueDatePayloadSource",
"UpdateTeamNamePayload": "./types/UpdateTeamNamePayload#UpdateTeamNamePayloadSource",
"UpdateTemplateScopeSuccess": "./types/UpdateTemplateScopeSuccess#UpdateTemplateScopeSuccessSource",
"VoteForPokerStorySuccess": "./types/VoteForPokerStorySuccess#VoteForPokerStorySuccessSource",
"VoteForReflectionGroupPayload": "./types/VoteForReflectionGroupPayload#VoteForReflectionGroupPayloadSource",
"VotePhaseCompletePayload": "./types/VotePhaseCompletePayload#VotePhaseCompletePayloadSource"
},
"showUnusedMappers": false
},
"plugins": ["typescript", "typescript-resolvers", "add"],
"schema": "packages/server/graphql/public/schema.graphql"
},
"packages/server/types/githubTypes.ts": {
"config": {
"assumeValidSDL": true
},
"documents": "packages/server/utils/githubQueries/*.graphql",
"plugins": ["typescript", "typescript-operations", "add"],
"schema": "packages/server/utils/githubSchema.graphql"
},
"packages/server/types/gitlabTypes.ts": {
"config": {
"assumeValidSDL": true
},
"documents": [
"packages/server/graphql/nestedSchema/GitLab/queries/*.graphql",
"packages/server/graphql/nestedSchema/GitLab/mutations/*.graphql"
],
"plugins": ["typescript", "typescript-operations", "add"],
"schema": "packages/server/graphql/nestedSchema/GitLab/gitlabSchema.graphql"
},
"packages/server/types/linearTypes.ts": {
"config": {
"assumeValidSDL": true
},
"documents": [
"packages/server/graphql/nestedSchema/Linear/queries/*.graphql",
"packages/server/graphql/nestedSchema/Linear/mutations/*.graphql"
],
"plugins": ["typescript", "typescript-operations", "add"],
"schema": "packages/server/graphql/nestedSchema/Linear/linearSchema.graphql"
}
}
}