@forge/cli-shared 5.0.0-next.6 → 5.0.0-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -6173,7 +6173,7 @@ export declare type ConfluenceComment = {
|
|
|
6173
6173
|
name?: Maybe<Scalars['String']['output']>;
|
|
6174
6174
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
6175
6175
|
};
|
|
6176
|
-
export declare type ConfluenceCommentContainer = ConfluenceBlogPost | ConfluencePage;
|
|
6176
|
+
export declare type ConfluenceCommentContainer = ConfluenceBlogPost | ConfluencePage | ConfluenceWhiteboard;
|
|
6177
6177
|
export declare type ConfluenceCommentCountSummary = {
|
|
6178
6178
|
__typename?: 'ConfluenceCommentCountSummary';
|
|
6179
6179
|
total?: Maybe<Scalars['Int']['output']>;
|
|
@@ -6233,7 +6233,8 @@ export declare enum ConfluenceContentType {
|
|
|
6233
6233
|
Attachment = "ATTACHMENT",
|
|
6234
6234
|
BlogPost = "BLOG_POST",
|
|
6235
6235
|
Comment = "COMMENT",
|
|
6236
|
-
Page = "PAGE"
|
|
6236
|
+
Page = "PAGE",
|
|
6237
|
+
Whiteboard = "WHITEBOARD"
|
|
6237
6238
|
}
|
|
6238
6239
|
export declare type ConfluenceContribution = {
|
|
6239
6240
|
__typename?: 'ConfluenceContribution';
|
|
@@ -7073,13 +7074,18 @@ export declare type ConfluenceValidateSpaceKeyResponse = {
|
|
|
7073
7074
|
export declare type ConfluenceWhiteboard = {
|
|
7074
7075
|
__typename?: 'ConfluenceWhiteboard';
|
|
7075
7076
|
author?: Maybe<ConfluenceUserInfo>;
|
|
7077
|
+
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
7076
7078
|
id: Scalars['ID']['output'];
|
|
7077
7079
|
links?: Maybe<ConfluenceWhiteboardLinks>;
|
|
7078
7080
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
7079
7081
|
space?: Maybe<ConfluenceSpace>;
|
|
7080
7082
|
title?: Maybe<Scalars['String']['output']>;
|
|
7083
|
+
type?: Maybe<ConfluenceContentType>;
|
|
7081
7084
|
whiteboardId: Scalars['ID']['output'];
|
|
7082
7085
|
};
|
|
7086
|
+
export declare type ConfluenceWhiteboardCommentsArgs = {
|
|
7087
|
+
commentType?: InputMaybe<ConfluenceCommentType>;
|
|
7088
|
+
};
|
|
7083
7089
|
export declare type ConfluenceWhiteboardLinks = {
|
|
7084
7090
|
__typename?: 'ConfluenceWhiteboardLinks';
|
|
7085
7091
|
base?: Maybe<Scalars['String']['output']>;
|
|
@@ -29098,6 +29104,17 @@ export declare type JiraAssignRelatedWorkPayload = Payload & {
|
|
|
29098
29104
|
relatedWork?: Maybe<JiraVersionRelatedWorkV2>;
|
|
29099
29105
|
success: Scalars['Boolean']['output'];
|
|
29100
29106
|
};
|
|
29107
|
+
export declare type JiraAssignableUsersConnection = HasPageInfo & HasTotal & {
|
|
29108
|
+
__typename?: 'JiraAssignableUsersConnection';
|
|
29109
|
+
edges?: Maybe<Array<Maybe<JiraAssignableUsersEdge>>>;
|
|
29110
|
+
pageInfo: PageInfo;
|
|
29111
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
29112
|
+
};
|
|
29113
|
+
export declare type JiraAssignableUsersEdge = {
|
|
29114
|
+
__typename?: 'JiraAssignableUsersEdge';
|
|
29115
|
+
cursor: Scalars['String']['output'];
|
|
29116
|
+
node?: Maybe<User>;
|
|
29117
|
+
};
|
|
29101
29118
|
export declare type JiraAtlassianIntelligenceAction = JiraAccessAtlassianIntelligenceFeature | JiraContactOrgAdminToEnableAtlassianIntelligence | JiraEnableAtlassianIntelligenceDeepLink;
|
|
29102
29119
|
export declare enum JiraAtlassianIntelligenceFeatureEnum {
|
|
29103
29120
|
AiMate = "AI_MATE",
|
|
@@ -29295,6 +29312,7 @@ export declare type JiraAutodevJob = {
|
|
|
29295
29312
|
currentWorkflow?: Maybe<Scalars['String']['output']>;
|
|
29296
29313
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
29297
29314
|
id: Scalars['ID']['output'];
|
|
29315
|
+
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
29298
29316
|
plan?: Maybe<JiraAutodevPlan>;
|
|
29299
29317
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
29300
29318
|
pullRequests?: Maybe<JiraAutodevPullRequestConnection>;
|
|
@@ -29820,17 +29838,6 @@ export declare type JiraCannedResponseUpdatePayload = Payload & {
|
|
|
29820
29838
|
jiraCannedResponse?: Maybe<JiraCannedResponse>;
|
|
29821
29839
|
success: Scalars['Boolean']['output'];
|
|
29822
29840
|
};
|
|
29823
|
-
export declare type JiraCardCoversProjectToggleInput = {
|
|
29824
|
-
cardCoversEnabled: Scalars['Boolean']['input'];
|
|
29825
|
-
cloudId: Scalars['ID']['input'];
|
|
29826
|
-
projectIdOrKey: Scalars['String']['input'];
|
|
29827
|
-
};
|
|
29828
|
-
export declare type JiraCardCoversProjectTogglePayload = Payload & {
|
|
29829
|
-
__typename?: 'JiraCardCoversProjectTogglePayload';
|
|
29830
|
-
cardCoversEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
29831
|
-
errors?: Maybe<Array<MutationError>>;
|
|
29832
|
-
success: Scalars['Boolean']['output'];
|
|
29833
|
-
};
|
|
29834
29841
|
export declare type JiraCascadingOption = {
|
|
29835
29842
|
__typename?: 'JiraCascadingOption';
|
|
29836
29843
|
childOptionValue?: Maybe<JiraOption>;
|
|
@@ -31308,6 +31315,7 @@ export declare type JiraFavouriteEdge = {
|
|
|
31308
31315
|
node?: Maybe<JiraFavourite>;
|
|
31309
31316
|
};
|
|
31310
31317
|
export declare type JiraFavouriteFilter = {
|
|
31318
|
+
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
31311
31319
|
type?: InputMaybe<JiraFavouriteType>;
|
|
31312
31320
|
types?: InputMaybe<Array<JiraFavouriteType>>;
|
|
31313
31321
|
};
|
|
@@ -31948,6 +31956,7 @@ export declare type JiraIssue = Node & {
|
|
|
31948
31956
|
fields?: Maybe<JiraIssueFieldConnection>;
|
|
31949
31957
|
fieldsById?: Maybe<JiraIssueFieldConnection>;
|
|
31950
31958
|
fieldsByIdOrAlias?: Maybe<Array<Maybe<JiraIssueField>>>;
|
|
31959
|
+
hasProjectPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
31951
31960
|
hasRelationshipToVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
31952
31961
|
hierarchyLevelAbove?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
31953
31962
|
hierarchyLevelBelow?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
@@ -31974,7 +31983,6 @@ export declare type JiraIssue = Node & {
|
|
|
31974
31983
|
projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
|
|
31975
31984
|
resolutionField?: Maybe<JiraResolutionField>;
|
|
31976
31985
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
31977
|
-
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
31978
31986
|
smartSummary?: Maybe<JiraAdf>;
|
|
31979
31987
|
startDateField?: Maybe<JiraDatePickerField>;
|
|
31980
31988
|
statusField?: Maybe<JiraStatusField>;
|
|
@@ -32057,6 +32065,9 @@ export declare type JiraIssueFieldsByIdOrAliasArgs = {
|
|
|
32057
32065
|
idsOrAliases: Array<InputMaybe<Scalars['String']['input']>>;
|
|
32058
32066
|
ignoreMissingFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32059
32067
|
};
|
|
32068
|
+
export declare type JiraIssueHasProjectPermissionArgs = {
|
|
32069
|
+
permission: JiraProjectPermissionType;
|
|
32070
|
+
};
|
|
32060
32071
|
export declare type JiraIssueHasRelationshipToVersionArgs = {
|
|
32061
32072
|
versionId: Scalars['ID']['input'];
|
|
32062
32073
|
};
|
|
@@ -32082,14 +32093,6 @@ export declare type JiraIssueProjectRoleCommentVisibilitiesArgs = {
|
|
|
32082
32093
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32083
32094
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32084
32095
|
};
|
|
32085
|
-
export declare type JiraIssueShadowFieldSetsForIssueSearchViewArgs = {
|
|
32086
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32087
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
32088
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32089
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32090
|
-
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
32091
|
-
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
32092
|
-
};
|
|
32093
32096
|
export declare type JiraIssueSuggestFieldValuesArgs = {
|
|
32094
32097
|
filterProjectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
32095
32098
|
};
|
|
@@ -32833,6 +32836,11 @@ export declare type JiraIssueSearchCustomInput = {
|
|
|
32833
32836
|
jiraSoftwareInput?: InputMaybe<JiraSoftwareIssueSearchCustomInput>;
|
|
32834
32837
|
};
|
|
32835
32838
|
export declare type JiraIssueSearchError = JiraCustomIssueSearchError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError;
|
|
32839
|
+
export declare type JiraIssueSearchErrorExtension = QueryErrorExtension & {
|
|
32840
|
+
__typename?: 'JiraIssueSearchErrorExtension';
|
|
32841
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
32842
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
32843
|
+
};
|
|
32836
32844
|
export declare type JiraIssueSearchFieldSet = {
|
|
32837
32845
|
__typename?: 'JiraIssueSearchFieldSet';
|
|
32838
32846
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -32919,6 +32927,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
32919
32927
|
success: Scalars['Boolean']['output'];
|
|
32920
32928
|
view?: Maybe<JiraIssueSearchView>;
|
|
32921
32929
|
};
|
|
32930
|
+
export declare type JiraIssueSearchViewResult = JiraIssueSearchView | QueryError;
|
|
32922
32931
|
export declare type JiraIssueTransitionComment = {
|
|
32923
32932
|
__typename?: 'JiraIssueTransitionComment';
|
|
32924
32933
|
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
@@ -34197,7 +34206,6 @@ export declare type JiraMutation = {
|
|
|
34197
34206
|
setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
|
|
34198
34207
|
sprintUpdate?: Maybe<JiraSprintMutationPayload>;
|
|
34199
34208
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
34200
|
-
toggleJiraProjectCardCovers?: Maybe<JiraCardCoversProjectTogglePayload>;
|
|
34201
34209
|
unlinkIssuesFromIncident?: Maybe<JiraUnlinkIssuesFromIncidentMutationPayload>;
|
|
34202
34210
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
34203
34211
|
updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
|
|
@@ -34484,9 +34492,6 @@ export declare type JiraMutationSubmitBulkOperationArgs = {
|
|
|
34484
34492
|
cloudId: Scalars['ID']['input'];
|
|
34485
34493
|
input: JiraSubmitBulkOperationInput;
|
|
34486
34494
|
};
|
|
34487
|
-
export declare type JiraMutationToggleJiraProjectCardCoversArgs = {
|
|
34488
|
-
input?: InputMaybe<JiraCardCoversProjectToggleInput>;
|
|
34489
|
-
};
|
|
34490
34495
|
export declare type JiraMutationUnlinkIssuesFromIncidentArgs = {
|
|
34491
34496
|
input: JiraUnlinkIssuesFromIncidentMutationInput;
|
|
34492
34497
|
};
|
|
@@ -35537,6 +35542,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
|
|
|
35537
35542
|
export declare type JiraProject = Node & {
|
|
35538
35543
|
__typename?: 'JiraProject';
|
|
35539
35544
|
action?: Maybe<JiraProjectAction>;
|
|
35545
|
+
assignableUsers?: Maybe<JiraAssignableUsersConnection>;
|
|
35540
35546
|
associatedComponents?: Maybe<GraphGenericConnection>;
|
|
35541
35547
|
associatedJsmProjectsByComponent?: Maybe<GraphJiraProjectConnection>;
|
|
35542
35548
|
associatedServices?: Maybe<GraphProjectServiceConnection>;
|
|
@@ -35600,6 +35606,12 @@ export declare type JiraProject = Node & {
|
|
|
35600
35606
|
export declare type JiraProjectActionArgs = {
|
|
35601
35607
|
type: JiraProjectActionType;
|
|
35602
35608
|
};
|
|
35609
|
+
export declare type JiraProjectAssignableUsersArgs = {
|
|
35610
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35611
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
35612
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35613
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
35614
|
+
};
|
|
35603
35615
|
export declare type JiraProjectAssociatedComponentsArgs = {
|
|
35604
35616
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35605
35617
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -36065,6 +36077,42 @@ export declare enum JiraProjectPermissionCategoryEnum {
|
|
|
36065
36077
|
TimeTracking = "TIME_TRACKING",
|
|
36066
36078
|
VotersAndWatchers = "VOTERS_AND_WATCHERS"
|
|
36067
36079
|
}
|
|
36080
|
+
export declare enum JiraProjectPermissionType {
|
|
36081
|
+
AddComments = "ADD_COMMENTS",
|
|
36082
|
+
AdministerProjects = "ADMINISTER_PROJECTS",
|
|
36083
|
+
AssignableUser = "ASSIGNABLE_USER",
|
|
36084
|
+
AssignIssues = "ASSIGN_ISSUES",
|
|
36085
|
+
BrowseProjects = "BROWSE_PROJECTS",
|
|
36086
|
+
CloseIssues = "CLOSE_ISSUES",
|
|
36087
|
+
CreateAttachments = "CREATE_ATTACHMENTS",
|
|
36088
|
+
CreateIssues = "CREATE_ISSUES",
|
|
36089
|
+
DeleteAllAttachments = "DELETE_ALL_ATTACHMENTS",
|
|
36090
|
+
DeleteAllComments = "DELETE_ALL_COMMENTS",
|
|
36091
|
+
DeleteAllWorklogs = "DELETE_ALL_WORKLOGS",
|
|
36092
|
+
DeleteIssues = "DELETE_ISSUES",
|
|
36093
|
+
DeleteOwnAttachments = "DELETE_OWN_ATTACHMENTS",
|
|
36094
|
+
DeleteOwnComments = "DELETE_OWN_COMMENTS",
|
|
36095
|
+
DeleteOwnWorklogs = "DELETE_OWN_WORKLOGS",
|
|
36096
|
+
EditAllComments = "EDIT_ALL_COMMENTS",
|
|
36097
|
+
EditAllWorklogs = "EDIT_ALL_WORKLOGS",
|
|
36098
|
+
EditIssues = "EDIT_ISSUES",
|
|
36099
|
+
EditIssueLayout = "EDIT_ISSUE_LAYOUT",
|
|
36100
|
+
EditOwnComments = "EDIT_OWN_COMMENTS",
|
|
36101
|
+
EditOwnWorklogs = "EDIT_OWN_WORKLOGS",
|
|
36102
|
+
EditWorkflow = "EDIT_WORKFLOW",
|
|
36103
|
+
LinkIssues = "LINK_ISSUES",
|
|
36104
|
+
ManageWatchers = "MANAGE_WATCHERS",
|
|
36105
|
+
ModifyReporter = "MODIFY_REPORTER",
|
|
36106
|
+
MoveIssues = "MOVE_ISSUES",
|
|
36107
|
+
ResolveIssues = "RESOLVE_ISSUES",
|
|
36108
|
+
ScheduleIssues = "SCHEDULE_ISSUES",
|
|
36109
|
+
SetIssueSecurity = "SET_ISSUE_SECURITY",
|
|
36110
|
+
TransitionIssues = "TRANSITION_ISSUES",
|
|
36111
|
+
ViewDevTools = "VIEW_DEV_TOOLS",
|
|
36112
|
+
ViewReadonlyWorkflow = "VIEW_READONLY_WORKFLOW",
|
|
36113
|
+
ViewVotersAndWatchers = "VIEW_VOTERS_AND_WATCHERS",
|
|
36114
|
+
WorkOnIssues = "WORK_ON_ISSUES"
|
|
36115
|
+
}
|
|
36068
36116
|
export declare type JiraProjectRoleActorLogTableEntry = {
|
|
36069
36117
|
__typename?: 'JiraProjectRoleActorLogTableEntry';
|
|
36070
36118
|
executedBy?: Maybe<User>;
|
|
@@ -36269,6 +36317,7 @@ export declare type JiraQuery = {
|
|
|
36269
36317
|
issueSearchTotalCount?: Maybe<Scalars['Int']['output']>;
|
|
36270
36318
|
issueSearchView?: Maybe<JiraIssueSearchView>;
|
|
36271
36319
|
issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
|
|
36320
|
+
issueSearchViewResult?: Maybe<JiraIssueSearchViewResult>;
|
|
36272
36321
|
issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
36273
36322
|
jiraBulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenResponse>;
|
|
36274
36323
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
@@ -36665,6 +36714,12 @@ export declare type JiraQueryIssueSearchViewByNamespaceAndViewIdArgs = {
|
|
|
36665
36714
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
36666
36715
|
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
36667
36716
|
};
|
|
36717
|
+
export declare type JiraQueryIssueSearchViewResultArgs = {
|
|
36718
|
+
cloudId: Scalars['ID']['input'];
|
|
36719
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
36720
|
+
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
36721
|
+
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
36722
|
+
};
|
|
36668
36723
|
export declare type JiraQueryIssuesByKeyArgs = {
|
|
36669
36724
|
cloudId: Scalars['ID']['input'];
|
|
36670
36725
|
keys: Array<Scalars['String']['input']>;
|
|
@@ -42812,7 +42867,6 @@ export declare type MercuryQueryApi = {
|
|
|
42812
42867
|
focusAreaTypes: Array<MercuryFocusAreaType>;
|
|
42813
42868
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
42814
42869
|
focusAreasByCloudId?: Maybe<MercuryFocusAreaConnection>;
|
|
42815
|
-
goalProgressStatuses?: Maybe<MercuryGoalStatusCount>;
|
|
42816
42870
|
};
|
|
42817
42871
|
export declare type MercuryQueryApiFocusAreaArgs = {
|
|
42818
42872
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -42834,9 +42888,6 @@ export declare type MercuryQueryApiFocusAreasByCloudIdArgs = {
|
|
|
42834
42888
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
42835
42889
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
42836
42890
|
};
|
|
42837
|
-
export declare type MercuryQueryApiGoalProgressStatusesArgs = {
|
|
42838
|
-
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
42839
|
-
};
|
|
42840
42891
|
export declare type MercuryUpdateNoteInput = {
|
|
42841
42892
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42842
42893
|
summary: Scalars['String']['input'];
|
|
@@ -53659,9 +53710,17 @@ export declare type WebTriggerUrlInput = {
|
|
|
53659
53710
|
};
|
|
53660
53711
|
export declare type WorkSuggestions = {
|
|
53661
53712
|
__typename?: 'WorkSuggestions';
|
|
53713
|
+
suggestionsByProjects: WorkSuggestionsConnection;
|
|
53662
53714
|
userProfileByCloudId?: Maybe<WorkSuggestionsUserProfile>;
|
|
53663
53715
|
workSuggestionsByContextAri: WorkSuggestionsConnection;
|
|
53664
53716
|
};
|
|
53717
|
+
export declare type WorkSuggestionsSuggestionsByProjectsArgs = {
|
|
53718
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
53719
|
+
cloudId: Scalars['ID']['input'];
|
|
53720
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53721
|
+
projectAris: Array<Scalars['ID']['input']>;
|
|
53722
|
+
shouldTransformProjectToSprint?: InputMaybe<Scalars['Boolean']['input']>;
|
|
53723
|
+
};
|
|
53665
53724
|
export declare type WorkSuggestionsUserProfileByCloudIdArgs = {
|
|
53666
53725
|
cloudId: Scalars['ID']['input'];
|
|
53667
53726
|
};
|
|
@@ -53724,8 +53783,8 @@ export declare type WorkSuggestionsCommon = {
|
|
|
53724
53783
|
};
|
|
53725
53784
|
export declare type WorkSuggestionsConnection = {
|
|
53726
53785
|
__typename?: 'WorkSuggestionsConnection';
|
|
53727
|
-
edges
|
|
53728
|
-
nodes
|
|
53786
|
+
edges?: Maybe<Array<WorkSuggestionsEdge>>;
|
|
53787
|
+
nodes?: Maybe<Array<Maybe<WorkSuggestionsCommon>>>;
|
|
53729
53788
|
pageInfo: PageInfo;
|
|
53730
53789
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53731
53790
|
};
|