@forge/cli-shared 6.5.2-experimental-4d5d98e → 6.5.2-experimental-f38fac9
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 +5 -3
- package/out/config/config-file.js +1 -1
- package/out/graphql/graphql-types.d.ts +1199 -3
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +23 -9
- package/out/ui/text.d.ts +0 -131
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -142
- package/package.json +2 -2
|
@@ -3869,6 +3869,7 @@ export declare type CommerceTransactionAccountExperienceCapabilities = {
|
|
|
3869
3869
|
};
|
|
3870
3870
|
export declare type CommerceTrial = {
|
|
3871
3871
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3872
|
+
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3872
3873
|
};
|
|
3873
3874
|
export declare type CompanyHubFeature = {
|
|
3874
3875
|
__typename?: 'CompanyHubFeature';
|
|
@@ -20187,6 +20188,12 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
20187
20188
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
20188
20189
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
20189
20190
|
};
|
|
20191
|
+
export declare type DevAiInvokeAutodevRovoAgentPayload = Payload & {
|
|
20192
|
+
__typename?: 'DevAiInvokeAutodevRovoAgentPayload';
|
|
20193
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20194
|
+
jobId?: Maybe<Scalars['ID']['output']>;
|
|
20195
|
+
success: Scalars['Boolean']['output'];
|
|
20196
|
+
};
|
|
20190
20197
|
export declare enum DevAiIssueScopingLabel {
|
|
20191
20198
|
Complex = "COMPLEX",
|
|
20192
20199
|
InScope = "IN_SCOPE",
|
|
@@ -20251,6 +20258,22 @@ export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
|
|
|
20251
20258
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
20252
20259
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
20253
20260
|
};
|
|
20261
|
+
export declare type DevAiRovoAgent = {
|
|
20262
|
+
__typename?: 'DevAiRovoAgent';
|
|
20263
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20264
|
+
id: Scalars['ID']['output'];
|
|
20265
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
20266
|
+
};
|
|
20267
|
+
export declare type DevAiRovoAgentConnection = {
|
|
20268
|
+
__typename?: 'DevAiRovoAgentConnection';
|
|
20269
|
+
edges?: Maybe<Array<Maybe<DevAiRovoAgentEdge>>>;
|
|
20270
|
+
pageInfo: PageInfo;
|
|
20271
|
+
};
|
|
20272
|
+
export declare type DevAiRovoAgentEdge = {
|
|
20273
|
+
__typename?: 'DevAiRovoAgentEdge';
|
|
20274
|
+
cursor: Scalars['String']['output'];
|
|
20275
|
+
node?: Maybe<DevAiRovoAgent>;
|
|
20276
|
+
};
|
|
20254
20277
|
export declare type DevAiRunAutofixScanInput = {
|
|
20255
20278
|
repoUrl: Scalars['URL']['input'];
|
|
20256
20279
|
restartIfCurrentlyRunning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28392,6 +28415,8 @@ export declare type GraphStore = {
|
|
|
28392
28415
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
28393
28416
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
28394
28417
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
28418
|
+
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
28419
|
+
confluencePageHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection>;
|
|
28395
28420
|
confluencePageHasParentPage?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageConnection>;
|
|
28396
28421
|
confluencePageHasParentPageInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection>;
|
|
28397
28422
|
confluencePageSharedWithGroupInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection>;
|
|
@@ -28399,6 +28424,10 @@ export declare type GraphStore = {
|
|
|
28399
28424
|
confluencePageSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection>;
|
|
28400
28425
|
confluenceSpaceHasConfluenceBlogpost?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostConnection>;
|
|
28401
28426
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
28427
|
+
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
28428
|
+
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
28429
|
+
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
28430
|
+
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
28402
28431
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
28403
28432
|
contentReferencedEntityBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
28404
28433
|
contentReferencedEntityInverse?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseConnection>;
|
|
@@ -28746,32 +28775,56 @@ export declare type GraphStore = {
|
|
|
28746
28775
|
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
28747
28776
|
userCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceConnection>;
|
|
28748
28777
|
userCanViewConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseConnection>;
|
|
28778
|
+
userCollaboratedOnDocument?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentConnection>;
|
|
28779
|
+
userCollaboratedOnDocumentInverse?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentInverseConnection>;
|
|
28749
28780
|
userContributedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostConnection>;
|
|
28750
28781
|
userContributedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseConnection>;
|
|
28782
|
+
userContributedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseConnection>;
|
|
28783
|
+
userContributedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseConnection>;
|
|
28751
28784
|
userContributedConfluencePage?: Maybe<GraphStoreSimplifiedUserContributedConfluencePageConnection>;
|
|
28752
28785
|
userContributedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluencePageInverseConnection>;
|
|
28786
|
+
userContributedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardConnection>;
|
|
28787
|
+
userContributedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection>;
|
|
28753
28788
|
userCreatedBranch?: Maybe<GraphStoreSimplifiedUserCreatedBranchConnection>;
|
|
28754
28789
|
userCreatedBranchInverse?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseConnection>;
|
|
28790
|
+
userCreatedCalendarEvent?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventConnection>;
|
|
28791
|
+
userCreatedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection>;
|
|
28755
28792
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
28756
28793
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
28794
|
+
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
28795
|
+
userCreatedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection>;
|
|
28757
28796
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
28758
28797
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
28798
|
+
userCreatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection>;
|
|
28799
|
+
userCreatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection>;
|
|
28800
|
+
userCreatedDesign?: Maybe<GraphStoreSimplifiedUserCreatedDesignConnection>;
|
|
28801
|
+
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
28802
|
+
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
28803
|
+
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
28759
28804
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
28760
28805
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
28761
28806
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
28762
28807
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
28808
|
+
userCreatedRemoteLink?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkConnection>;
|
|
28809
|
+
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
28763
28810
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
28764
28811
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
28765
28812
|
userFavoritedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection>;
|
|
28766
28813
|
userFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
28814
|
+
userFavoritedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection>;
|
|
28815
|
+
userFavoritedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseConnection>;
|
|
28767
28816
|
userFavoritedConfluencePage?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageConnection>;
|
|
28768
28817
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
28818
|
+
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
28819
|
+
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
28769
28820
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
28770
28821
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
28771
28822
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
28772
28823
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28773
28824
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28774
28825
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28826
|
+
userLastUpdatedDesign?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignConnection>;
|
|
28827
|
+
userLastUpdatedDesignInverse?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignInverseConnection>;
|
|
28775
28828
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
28776
28829
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
28777
28830
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
@@ -28780,6 +28833,8 @@ export declare type GraphStore = {
|
|
|
28780
28833
|
userOwnedBranchInverse?: Maybe<GraphStoreSimplifiedUserOwnedBranchInverseConnection>;
|
|
28781
28834
|
userOwnedCalendarEvent?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventConnection>;
|
|
28782
28835
|
userOwnedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection>;
|
|
28836
|
+
userOwnedDocument?: Maybe<GraphStoreSimplifiedUserOwnedDocumentConnection>;
|
|
28837
|
+
userOwnedDocumentInverse?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseConnection>;
|
|
28783
28838
|
userOwnedRemoteLink?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkConnection>;
|
|
28784
28839
|
userOwnedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection>;
|
|
28785
28840
|
userOwnedRepository?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryConnection>;
|
|
@@ -28794,6 +28849,8 @@ export declare type GraphStore = {
|
|
|
28794
28849
|
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
28795
28850
|
userTaggedInComment?: Maybe<GraphStoreSimplifiedUserTaggedInCommentConnection>;
|
|
28796
28851
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
28852
|
+
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
28853
|
+
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
28797
28854
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
28798
28855
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
28799
28856
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -28802,6 +28859,8 @@ export declare type GraphStore = {
|
|
|
28802
28859
|
userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
|
|
28803
28860
|
userUpdatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection>;
|
|
28804
28861
|
userUpdatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection>;
|
|
28862
|
+
userUpdatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection>;
|
|
28863
|
+
userUpdatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection>;
|
|
28805
28864
|
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
|
|
28806
28865
|
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
|
|
28807
28866
|
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
|
|
@@ -28816,6 +28875,8 @@ export declare type GraphStore = {
|
|
|
28816
28875
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
28817
28876
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
28818
28877
|
userWatchesConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection>;
|
|
28878
|
+
userWatchesConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection>;
|
|
28879
|
+
userWatchesConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection>;
|
|
28819
28880
|
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
28820
28881
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
28821
28882
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -29152,6 +29213,20 @@ export declare type GraphStoreConfluencePageHasConfluenceCommentInverseArgs = {
|
|
|
29152
29213
|
id: Scalars['ID']['input'];
|
|
29153
29214
|
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceCommentSortInput>;
|
|
29154
29215
|
};
|
|
29216
|
+
export declare type GraphStoreConfluencePageHasConfluenceDatabaseArgs = {
|
|
29217
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29218
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29219
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29220
|
+
id: Scalars['ID']['input'];
|
|
29221
|
+
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceDatabaseSortInput>;
|
|
29222
|
+
};
|
|
29223
|
+
export declare type GraphStoreConfluencePageHasConfluenceDatabaseInverseArgs = {
|
|
29224
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29225
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29226
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29227
|
+
id: Scalars['ID']['input'];
|
|
29228
|
+
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceDatabaseSortInput>;
|
|
29229
|
+
};
|
|
29155
29230
|
export declare type GraphStoreConfluencePageHasParentPageArgs = {
|
|
29156
29231
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29157
29232
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29201,6 +29276,34 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostInverseArgs =
|
|
|
29201
29276
|
id: Scalars['ID']['input'];
|
|
29202
29277
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput>;
|
|
29203
29278
|
};
|
|
29279
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseArgs = {
|
|
29280
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29281
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29282
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29283
|
+
id: Scalars['ID']['input'];
|
|
29284
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29285
|
+
};
|
|
29286
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs = {
|
|
29287
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29288
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29289
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29290
|
+
id: Scalars['ID']['input'];
|
|
29291
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29292
|
+
};
|
|
29293
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29294
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29295
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29296
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29297
|
+
id: Scalars['ID']['input'];
|
|
29298
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput>;
|
|
29299
|
+
};
|
|
29300
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardInverseArgs = {
|
|
29301
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29302
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29303
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29304
|
+
id: Scalars['ID']['input'];
|
|
29305
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput>;
|
|
29306
|
+
};
|
|
29204
29307
|
export declare type GraphStoreContentReferencedEntityArgs = {
|
|
29205
29308
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29206
29309
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31409,6 +31512,20 @@ export declare type GraphStoreUserCanViewConfluenceSpaceInverseArgs = {
|
|
|
31409
31512
|
id: Scalars['ID']['input'];
|
|
31410
31513
|
sort?: InputMaybe<GraphStoreUserCanViewConfluenceSpaceSortInput>;
|
|
31411
31514
|
};
|
|
31515
|
+
export declare type GraphStoreUserCollaboratedOnDocumentArgs = {
|
|
31516
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31517
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31518
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31519
|
+
id: Scalars['ID']['input'];
|
|
31520
|
+
sort?: InputMaybe<GraphStoreUserCollaboratedOnDocumentSortInput>;
|
|
31521
|
+
};
|
|
31522
|
+
export declare type GraphStoreUserCollaboratedOnDocumentInverseArgs = {
|
|
31523
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31524
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31525
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31526
|
+
id: Scalars['ID']['input'];
|
|
31527
|
+
sort?: InputMaybe<GraphStoreUserCollaboratedOnDocumentSortInput>;
|
|
31528
|
+
};
|
|
31412
31529
|
export declare type GraphStoreUserContributedConfluenceBlogpostArgs = {
|
|
31413
31530
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31414
31531
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31423,6 +31540,20 @@ export declare type GraphStoreUserContributedConfluenceBlogpostInverseArgs = {
|
|
|
31423
31540
|
id: Scalars['ID']['input'];
|
|
31424
31541
|
sort?: InputMaybe<GraphStoreUserContributedConfluenceBlogpostSortInput>;
|
|
31425
31542
|
};
|
|
31543
|
+
export declare type GraphStoreUserContributedConfluenceDatabaseArgs = {
|
|
31544
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31545
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31546
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31547
|
+
id: Scalars['ID']['input'];
|
|
31548
|
+
sort?: InputMaybe<GraphStoreUserContributedConfluenceDatabaseSortInput>;
|
|
31549
|
+
};
|
|
31550
|
+
export declare type GraphStoreUserContributedConfluenceDatabaseInverseArgs = {
|
|
31551
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31552
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31553
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31554
|
+
id: Scalars['ID']['input'];
|
|
31555
|
+
sort?: InputMaybe<GraphStoreUserContributedConfluenceDatabaseSortInput>;
|
|
31556
|
+
};
|
|
31426
31557
|
export declare type GraphStoreUserContributedConfluencePageArgs = {
|
|
31427
31558
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31428
31559
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31437,6 +31568,20 @@ export declare type GraphStoreUserContributedConfluencePageInverseArgs = {
|
|
|
31437
31568
|
id: Scalars['ID']['input'];
|
|
31438
31569
|
sort?: InputMaybe<GraphStoreUserContributedConfluencePageSortInput>;
|
|
31439
31570
|
};
|
|
31571
|
+
export declare type GraphStoreUserContributedConfluenceWhiteboardArgs = {
|
|
31572
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31573
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31574
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31575
|
+
id: Scalars['ID']['input'];
|
|
31576
|
+
sort?: InputMaybe<GraphStoreUserContributedConfluenceWhiteboardSortInput>;
|
|
31577
|
+
};
|
|
31578
|
+
export declare type GraphStoreUserContributedConfluenceWhiteboardInverseArgs = {
|
|
31579
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31580
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31581
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31582
|
+
id: Scalars['ID']['input'];
|
|
31583
|
+
sort?: InputMaybe<GraphStoreUserContributedConfluenceWhiteboardSortInput>;
|
|
31584
|
+
};
|
|
31440
31585
|
export declare type GraphStoreUserCreatedBranchArgs = {
|
|
31441
31586
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31442
31587
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31451,6 +31596,20 @@ export declare type GraphStoreUserCreatedBranchInverseArgs = {
|
|
|
31451
31596
|
id: Scalars['ID']['input'];
|
|
31452
31597
|
sort?: InputMaybe<GraphStoreUserCreatedBranchSortInput>;
|
|
31453
31598
|
};
|
|
31599
|
+
export declare type GraphStoreUserCreatedCalendarEventArgs = {
|
|
31600
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31601
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31602
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31603
|
+
id: Scalars['ID']['input'];
|
|
31604
|
+
sort?: InputMaybe<GraphStoreUserCreatedCalendarEventSortInput>;
|
|
31605
|
+
};
|
|
31606
|
+
export declare type GraphStoreUserCreatedCalendarEventInverseArgs = {
|
|
31607
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31608
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31609
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31610
|
+
id: Scalars['ID']['input'];
|
|
31611
|
+
sort?: InputMaybe<GraphStoreUserCreatedCalendarEventSortInput>;
|
|
31612
|
+
};
|
|
31454
31613
|
export declare type GraphStoreUserCreatedConfluenceBlogpostArgs = {
|
|
31455
31614
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31456
31615
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31465,6 +31624,20 @@ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
|
|
|
31465
31624
|
id: Scalars['ID']['input'];
|
|
31466
31625
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
|
|
31467
31626
|
};
|
|
31627
|
+
export declare type GraphStoreUserCreatedConfluenceDatabaseArgs = {
|
|
31628
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31629
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31630
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31631
|
+
id: Scalars['ID']['input'];
|
|
31632
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceDatabaseSortInput>;
|
|
31633
|
+
};
|
|
31634
|
+
export declare type GraphStoreUserCreatedConfluenceDatabaseInverseArgs = {
|
|
31635
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31636
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31637
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31638
|
+
id: Scalars['ID']['input'];
|
|
31639
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceDatabaseSortInput>;
|
|
31640
|
+
};
|
|
31468
31641
|
export declare type GraphStoreUserCreatedConfluencePageArgs = {
|
|
31469
31642
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31470
31643
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31479,6 +31652,48 @@ export declare type GraphStoreUserCreatedConfluencePageInverseArgs = {
|
|
|
31479
31652
|
id: Scalars['ID']['input'];
|
|
31480
31653
|
sort?: InputMaybe<GraphStoreUserCreatedConfluencePageSortInput>;
|
|
31481
31654
|
};
|
|
31655
|
+
export declare type GraphStoreUserCreatedConfluenceWhiteboardArgs = {
|
|
31656
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31657
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31658
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31659
|
+
id: Scalars['ID']['input'];
|
|
31660
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceWhiteboardSortInput>;
|
|
31661
|
+
};
|
|
31662
|
+
export declare type GraphStoreUserCreatedConfluenceWhiteboardInverseArgs = {
|
|
31663
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31664
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31665
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31666
|
+
id: Scalars['ID']['input'];
|
|
31667
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceWhiteboardSortInput>;
|
|
31668
|
+
};
|
|
31669
|
+
export declare type GraphStoreUserCreatedDesignArgs = {
|
|
31670
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31671
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31672
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31673
|
+
id: Scalars['ID']['input'];
|
|
31674
|
+
sort?: InputMaybe<GraphStoreUserCreatedDesignSortInput>;
|
|
31675
|
+
};
|
|
31676
|
+
export declare type GraphStoreUserCreatedDesignInverseArgs = {
|
|
31677
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31678
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31679
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31680
|
+
id: Scalars['ID']['input'];
|
|
31681
|
+
sort?: InputMaybe<GraphStoreUserCreatedDesignSortInput>;
|
|
31682
|
+
};
|
|
31683
|
+
export declare type GraphStoreUserCreatedDocumentArgs = {
|
|
31684
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31685
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31686
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31687
|
+
id: Scalars['ID']['input'];
|
|
31688
|
+
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
31689
|
+
};
|
|
31690
|
+
export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
31691
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31692
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31693
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31694
|
+
id: Scalars['ID']['input'];
|
|
31695
|
+
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
31696
|
+
};
|
|
31482
31697
|
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
31483
31698
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31484
31699
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31507,6 +31722,20 @@ export declare type GraphStoreUserCreatedMessageInverseArgs = {
|
|
|
31507
31722
|
id: Scalars['ID']['input'];
|
|
31508
31723
|
sort?: InputMaybe<GraphStoreUserCreatedMessageSortInput>;
|
|
31509
31724
|
};
|
|
31725
|
+
export declare type GraphStoreUserCreatedRemoteLinkArgs = {
|
|
31726
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31727
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31728
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31729
|
+
id: Scalars['ID']['input'];
|
|
31730
|
+
sort?: InputMaybe<GraphStoreUserCreatedRemoteLinkSortInput>;
|
|
31731
|
+
};
|
|
31732
|
+
export declare type GraphStoreUserCreatedRemoteLinkInverseArgs = {
|
|
31733
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31734
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31735
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31736
|
+
id: Scalars['ID']['input'];
|
|
31737
|
+
sort?: InputMaybe<GraphStoreUserCreatedRemoteLinkSortInput>;
|
|
31738
|
+
};
|
|
31510
31739
|
export declare type GraphStoreUserCreatedRepositoryArgs = {
|
|
31511
31740
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31512
31741
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31535,6 +31764,20 @@ export declare type GraphStoreUserFavoritedConfluenceBlogpostInverseArgs = {
|
|
|
31535
31764
|
id: Scalars['ID']['input'];
|
|
31536
31765
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceBlogpostSortInput>;
|
|
31537
31766
|
};
|
|
31767
|
+
export declare type GraphStoreUserFavoritedConfluenceDatabaseArgs = {
|
|
31768
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31769
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31770
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31771
|
+
id: Scalars['ID']['input'];
|
|
31772
|
+
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceDatabaseSortInput>;
|
|
31773
|
+
};
|
|
31774
|
+
export declare type GraphStoreUserFavoritedConfluenceDatabaseInverseArgs = {
|
|
31775
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31776
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31777
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31778
|
+
id: Scalars['ID']['input'];
|
|
31779
|
+
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceDatabaseSortInput>;
|
|
31780
|
+
};
|
|
31538
31781
|
export declare type GraphStoreUserFavoritedConfluencePageArgs = {
|
|
31539
31782
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31540
31783
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31549,6 +31792,20 @@ export declare type GraphStoreUserFavoritedConfluencePageInverseArgs = {
|
|
|
31549
31792
|
id: Scalars['ID']['input'];
|
|
31550
31793
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluencePageSortInput>;
|
|
31551
31794
|
};
|
|
31795
|
+
export declare type GraphStoreUserFavoritedConfluenceWhiteboardArgs = {
|
|
31796
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31797
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31798
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31799
|
+
id: Scalars['ID']['input'];
|
|
31800
|
+
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
31801
|
+
};
|
|
31802
|
+
export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
31803
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31804
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31805
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31806
|
+
id: Scalars['ID']['input'];
|
|
31807
|
+
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
31808
|
+
};
|
|
31552
31809
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
31553
31810
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31554
31811
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31591,6 +31848,20 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
31591
31848
|
id: Scalars['ID']['input'];
|
|
31592
31849
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
31593
31850
|
};
|
|
31851
|
+
export declare type GraphStoreUserLastUpdatedDesignArgs = {
|
|
31852
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31853
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31854
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31855
|
+
id: Scalars['ID']['input'];
|
|
31856
|
+
sort?: InputMaybe<GraphStoreUserLastUpdatedDesignSortInput>;
|
|
31857
|
+
};
|
|
31858
|
+
export declare type GraphStoreUserLastUpdatedDesignInverseArgs = {
|
|
31859
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31860
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31861
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31862
|
+
id: Scalars['ID']['input'];
|
|
31863
|
+
sort?: InputMaybe<GraphStoreUserLastUpdatedDesignSortInput>;
|
|
31864
|
+
};
|
|
31594
31865
|
export declare type GraphStoreUserMemberOfConversationArgs = {
|
|
31595
31866
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31596
31867
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31647,6 +31918,20 @@ export declare type GraphStoreUserOwnedCalendarEventInverseArgs = {
|
|
|
31647
31918
|
id: Scalars['ID']['input'];
|
|
31648
31919
|
sort?: InputMaybe<GraphStoreUserOwnedCalendarEventSortInput>;
|
|
31649
31920
|
};
|
|
31921
|
+
export declare type GraphStoreUserOwnedDocumentArgs = {
|
|
31922
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31923
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31924
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31925
|
+
id: Scalars['ID']['input'];
|
|
31926
|
+
sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
|
|
31927
|
+
};
|
|
31928
|
+
export declare type GraphStoreUserOwnedDocumentInverseArgs = {
|
|
31929
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31930
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31931
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31932
|
+
id: Scalars['ID']['input'];
|
|
31933
|
+
sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
|
|
31934
|
+
};
|
|
31650
31935
|
export declare type GraphStoreUserOwnedRemoteLinkArgs = {
|
|
31651
31936
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31652
31937
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31745,6 +32030,20 @@ export declare type GraphStoreUserTaggedInCommentInverseArgs = {
|
|
|
31745
32030
|
id: Scalars['ID']['input'];
|
|
31746
32031
|
sort?: InputMaybe<GraphStoreUserTaggedInCommentSortInput>;
|
|
31747
32032
|
};
|
|
32033
|
+
export declare type GraphStoreUserTaggedInConfluencePageArgs = {
|
|
32034
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32035
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32036
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32037
|
+
id: Scalars['ID']['input'];
|
|
32038
|
+
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32039
|
+
};
|
|
32040
|
+
export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
32041
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32042
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32043
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32044
|
+
id: Scalars['ID']['input'];
|
|
32045
|
+
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32046
|
+
};
|
|
31748
32047
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
31749
32048
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31750
32049
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31801,6 +32100,20 @@ export declare type GraphStoreUserUpdatedConfluenceSpaceInverseArgs = {
|
|
|
31801
32100
|
id: Scalars['ID']['input'];
|
|
31802
32101
|
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceSpaceSortInput>;
|
|
31803
32102
|
};
|
|
32103
|
+
export declare type GraphStoreUserUpdatedConfluenceWhiteboardArgs = {
|
|
32104
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32105
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32106
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32107
|
+
id: Scalars['ID']['input'];
|
|
32108
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
|
|
32109
|
+
};
|
|
32110
|
+
export declare type GraphStoreUserUpdatedConfluenceWhiteboardInverseArgs = {
|
|
32111
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32112
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32113
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32114
|
+
id: Scalars['ID']['input'];
|
|
32115
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
|
|
32116
|
+
};
|
|
31804
32117
|
export declare type GraphStoreUserViewedAtlasGoalArgs = {
|
|
31805
32118
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31806
32119
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31899,6 +32212,20 @@ export declare type GraphStoreUserWatchesConfluencePageInverseArgs = {
|
|
|
31899
32212
|
id: Scalars['ID']['input'];
|
|
31900
32213
|
sort?: InputMaybe<GraphStoreUserWatchesConfluencePageSortInput>;
|
|
31901
32214
|
};
|
|
32215
|
+
export declare type GraphStoreUserWatchesConfluenceWhiteboardArgs = {
|
|
32216
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32217
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32218
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32219
|
+
id: Scalars['ID']['input'];
|
|
32220
|
+
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
32221
|
+
};
|
|
32222
|
+
export declare type GraphStoreUserWatchesConfluenceWhiteboardInverseArgs = {
|
|
32223
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32224
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32225
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32226
|
+
id: Scalars['ID']['input'];
|
|
32227
|
+
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
32228
|
+
};
|
|
31902
32229
|
export declare type GraphStoreVersionAssociatedBranchArgs = {
|
|
31903
32230
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31904
32231
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32928,6 +33255,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
32928
33255
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
32929
33256
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32930
33257
|
};
|
|
33258
|
+
export declare type GraphStoreConfluencePageHasConfluenceDatabaseSortInput = {
|
|
33259
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33260
|
+
};
|
|
32931
33261
|
export declare type GraphStoreConfluencePageHasParentPageSortInput = {
|
|
32932
33262
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32933
33263
|
};
|
|
@@ -32940,6 +33270,12 @@ export declare type GraphStoreConfluencePageSharedWithUserSortInput = {
|
|
|
32940
33270
|
export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
32941
33271
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32942
33272
|
};
|
|
33273
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
33274
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33275
|
+
};
|
|
33276
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
33277
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33278
|
+
};
|
|
32943
33279
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
32944
33280
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32945
33281
|
};
|
|
@@ -38514,6 +38850,34 @@ export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInvers
|
|
|
38514
38850
|
};
|
|
38515
38851
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseUnion = ConfluenceBlogPost | ConfluencePage;
|
|
38516
38852
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
38853
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection = HasPageInfo & {
|
|
38854
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection';
|
|
38855
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseEdge>>>;
|
|
38856
|
+
pageInfo: PageInfo;
|
|
38857
|
+
};
|
|
38858
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseEdge = {
|
|
38859
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseEdge';
|
|
38860
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38861
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38862
|
+
id: Scalars['ID']['output'];
|
|
38863
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38864
|
+
node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseUnion>;
|
|
38865
|
+
};
|
|
38866
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
38867
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection';
|
|
38868
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseEdge>>>;
|
|
38869
|
+
pageInfo: PageInfo;
|
|
38870
|
+
};
|
|
38871
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseEdge = {
|
|
38872
|
+
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseEdge';
|
|
38873
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38874
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38875
|
+
id: Scalars['ID']['output'];
|
|
38876
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38877
|
+
node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseUnion>;
|
|
38878
|
+
};
|
|
38879
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseUnion = ConfluencePage;
|
|
38880
|
+
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
38517
38881
|
export declare type GraphStoreSimplifiedConfluencePageHasParentPageConnection = HasPageInfo & {
|
|
38518
38882
|
__typename?: 'GraphStoreSimplifiedConfluencePageHasParentPageConnection';
|
|
38519
38883
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasParentPageEdge>>>;
|
|
@@ -38612,6 +38976,62 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInve
|
|
|
38612
38976
|
};
|
|
38613
38977
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseUnion = ConfluenceSpace;
|
|
38614
38978
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
38979
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection = HasPageInfo & {
|
|
38980
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection';
|
|
38981
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseEdge>>>;
|
|
38982
|
+
pageInfo: PageInfo;
|
|
38983
|
+
};
|
|
38984
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseEdge = {
|
|
38985
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseEdge';
|
|
38986
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38987
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38988
|
+
id: Scalars['ID']['output'];
|
|
38989
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38990
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion>;
|
|
38991
|
+
};
|
|
38992
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
38993
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection';
|
|
38994
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseEdge>>>;
|
|
38995
|
+
pageInfo: PageInfo;
|
|
38996
|
+
};
|
|
38997
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseEdge = {
|
|
38998
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseEdge';
|
|
38999
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39000
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39001
|
+
id: Scalars['ID']['output'];
|
|
39002
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39003
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion>;
|
|
39004
|
+
};
|
|
39005
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39006
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
39007
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39008
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39009
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
39010
|
+
pageInfo: PageInfo;
|
|
39011
|
+
};
|
|
39012
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge = {
|
|
39013
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge';
|
|
39014
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39015
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39016
|
+
id: Scalars['ID']['output'];
|
|
39017
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39018
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardUnion>;
|
|
39019
|
+
};
|
|
39020
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
39021
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection';
|
|
39022
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseEdge>>>;
|
|
39023
|
+
pageInfo: PageInfo;
|
|
39024
|
+
};
|
|
39025
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseEdge = {
|
|
39026
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseEdge';
|
|
39027
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39028
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39029
|
+
id: Scalars['ID']['output'];
|
|
39030
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39031
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseUnion>;
|
|
39032
|
+
};
|
|
39033
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseUnion = ConfluenceSpace;
|
|
39034
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
38615
39035
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
38616
39036
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
38617
39037
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedContentReferencedEntityEdge>>>;
|
|
@@ -41316,6 +41736,34 @@ export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseEdge =
|
|
|
41316
41736
|
};
|
|
41317
41737
|
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41318
41738
|
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceUnion = ConfluenceSpace;
|
|
41739
|
+
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentConnection = HasPageInfo & {
|
|
41740
|
+
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentConnection';
|
|
41741
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentEdge>>>;
|
|
41742
|
+
pageInfo: PageInfo;
|
|
41743
|
+
};
|
|
41744
|
+
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentEdge = {
|
|
41745
|
+
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentEdge';
|
|
41746
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41747
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41748
|
+
id: Scalars['ID']['output'];
|
|
41749
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41750
|
+
node?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentUnion>;
|
|
41751
|
+
};
|
|
41752
|
+
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentInverseConnection = HasPageInfo & {
|
|
41753
|
+
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentInverseConnection';
|
|
41754
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentInverseEdge>>>;
|
|
41755
|
+
pageInfo: PageInfo;
|
|
41756
|
+
};
|
|
41757
|
+
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentInverseEdge = {
|
|
41758
|
+
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentInverseEdge';
|
|
41759
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41760
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41761
|
+
id: Scalars['ID']['output'];
|
|
41762
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41763
|
+
node?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentInverseUnion>;
|
|
41764
|
+
};
|
|
41765
|
+
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41766
|
+
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
41319
41767
|
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostConnection = HasPageInfo & {
|
|
41320
41768
|
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceBlogpostConnection';
|
|
41321
41769
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostEdge>>>;
|
|
@@ -41344,6 +41792,34 @@ export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostInverse
|
|
|
41344
41792
|
};
|
|
41345
41793
|
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41346
41794
|
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
41795
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseConnection = HasPageInfo & {
|
|
41796
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseConnection';
|
|
41797
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseEdge>>>;
|
|
41798
|
+
pageInfo: PageInfo;
|
|
41799
|
+
};
|
|
41800
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseEdge = {
|
|
41801
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseEdge';
|
|
41802
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41803
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41804
|
+
id: Scalars['ID']['output'];
|
|
41805
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41806
|
+
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseUnion>;
|
|
41807
|
+
};
|
|
41808
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
41809
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseConnection';
|
|
41810
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseEdge>>>;
|
|
41811
|
+
pageInfo: PageInfo;
|
|
41812
|
+
};
|
|
41813
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseEdge = {
|
|
41814
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseEdge';
|
|
41815
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41816
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41817
|
+
id: Scalars['ID']['output'];
|
|
41818
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41819
|
+
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseUnion>;
|
|
41820
|
+
};
|
|
41821
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41822
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
41347
41823
|
export declare type GraphStoreSimplifiedUserContributedConfluencePageConnection = HasPageInfo & {
|
|
41348
41824
|
__typename?: 'GraphStoreSimplifiedUserContributedConfluencePageConnection';
|
|
41349
41825
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluencePageEdge>>>;
|
|
@@ -41372,6 +41848,34 @@ export declare type GraphStoreSimplifiedUserContributedConfluencePageInverseEdge
|
|
|
41372
41848
|
};
|
|
41373
41849
|
export declare type GraphStoreSimplifiedUserContributedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41374
41850
|
export declare type GraphStoreSimplifiedUserContributedConfluencePageUnion = ConfluencePage;
|
|
41851
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
41852
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardConnection';
|
|
41853
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardEdge>>>;
|
|
41854
|
+
pageInfo: PageInfo;
|
|
41855
|
+
};
|
|
41856
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardEdge = {
|
|
41857
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardEdge';
|
|
41858
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41859
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41860
|
+
id: Scalars['ID']['output'];
|
|
41861
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41862
|
+
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardUnion>;
|
|
41863
|
+
};
|
|
41864
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
41865
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection';
|
|
41866
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseEdge>>>;
|
|
41867
|
+
pageInfo: PageInfo;
|
|
41868
|
+
};
|
|
41869
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseEdge = {
|
|
41870
|
+
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseEdge';
|
|
41871
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41872
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41873
|
+
id: Scalars['ID']['output'];
|
|
41874
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41875
|
+
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseUnion>;
|
|
41876
|
+
};
|
|
41877
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41878
|
+
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
41375
41879
|
export declare type GraphStoreSimplifiedUserCreatedBranchConnection = HasPageInfo & {
|
|
41376
41880
|
__typename?: 'GraphStoreSimplifiedUserCreatedBranchConnection';
|
|
41377
41881
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedBranchEdge>>>;
|
|
@@ -41400,6 +41904,34 @@ export declare type GraphStoreSimplifiedUserCreatedBranchInverseEdge = {
|
|
|
41400
41904
|
};
|
|
41401
41905
|
export declare type GraphStoreSimplifiedUserCreatedBranchInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41402
41906
|
export declare type GraphStoreSimplifiedUserCreatedBranchUnion = ExternalBranch;
|
|
41907
|
+
export declare type GraphStoreSimplifiedUserCreatedCalendarEventConnection = HasPageInfo & {
|
|
41908
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventConnection';
|
|
41909
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedCalendarEventEdge>>>;
|
|
41910
|
+
pageInfo: PageInfo;
|
|
41911
|
+
};
|
|
41912
|
+
export declare type GraphStoreSimplifiedUserCreatedCalendarEventEdge = {
|
|
41913
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventEdge';
|
|
41914
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41915
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41916
|
+
id: Scalars['ID']['output'];
|
|
41917
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41918
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventUnion>;
|
|
41919
|
+
};
|
|
41920
|
+
export declare type GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection = HasPageInfo & {
|
|
41921
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection';
|
|
41922
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseEdge>>>;
|
|
41923
|
+
pageInfo: PageInfo;
|
|
41924
|
+
};
|
|
41925
|
+
export declare type GraphStoreSimplifiedUserCreatedCalendarEventInverseEdge = {
|
|
41926
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventInverseEdge';
|
|
41927
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41928
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41929
|
+
id: Scalars['ID']['output'];
|
|
41930
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41931
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseUnion>;
|
|
41932
|
+
};
|
|
41933
|
+
export declare type GraphStoreSimplifiedUserCreatedCalendarEventInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41934
|
+
export declare type GraphStoreSimplifiedUserCreatedCalendarEventUnion = ExternalCalendarEvent;
|
|
41403
41935
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
41404
41936
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection';
|
|
41405
41937
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge>>>;
|
|
@@ -41428,6 +41960,34 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge
|
|
|
41428
41960
|
};
|
|
41429
41961
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41430
41962
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
41963
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection = HasPageInfo & {
|
|
41964
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection';
|
|
41965
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge>>>;
|
|
41966
|
+
pageInfo: PageInfo;
|
|
41967
|
+
};
|
|
41968
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge = {
|
|
41969
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge';
|
|
41970
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41971
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41972
|
+
id: Scalars['ID']['output'];
|
|
41973
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41974
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseUnion>;
|
|
41975
|
+
};
|
|
41976
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
41977
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection';
|
|
41978
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge>>>;
|
|
41979
|
+
pageInfo: PageInfo;
|
|
41980
|
+
};
|
|
41981
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge = {
|
|
41982
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge';
|
|
41983
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41984
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41985
|
+
id: Scalars['ID']['output'];
|
|
41986
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41987
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseUnion>;
|
|
41988
|
+
};
|
|
41989
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41990
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
41431
41991
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageConnection = HasPageInfo & {
|
|
41432
41992
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluencePageConnection';
|
|
41433
41993
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluencePageEdge>>>;
|
|
@@ -41456,6 +42016,90 @@ export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseEdge = {
|
|
|
41456
42016
|
};
|
|
41457
42017
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41458
42018
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageUnion = ConfluencePage;
|
|
42019
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
42020
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection';
|
|
42021
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardEdge>>>;
|
|
42022
|
+
pageInfo: PageInfo;
|
|
42023
|
+
};
|
|
42024
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardEdge = {
|
|
42025
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardEdge';
|
|
42026
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42027
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42028
|
+
id: Scalars['ID']['output'];
|
|
42029
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42030
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardUnion>;
|
|
42031
|
+
};
|
|
42032
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
42033
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection';
|
|
42034
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseEdge>>>;
|
|
42035
|
+
pageInfo: PageInfo;
|
|
42036
|
+
};
|
|
42037
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseEdge = {
|
|
42038
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseEdge';
|
|
42039
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42040
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42041
|
+
id: Scalars['ID']['output'];
|
|
42042
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42043
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseUnion>;
|
|
42044
|
+
};
|
|
42045
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42046
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
42047
|
+
export declare type GraphStoreSimplifiedUserCreatedDesignConnection = HasPageInfo & {
|
|
42048
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDesignConnection';
|
|
42049
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDesignEdge>>>;
|
|
42050
|
+
pageInfo: PageInfo;
|
|
42051
|
+
};
|
|
42052
|
+
export declare type GraphStoreSimplifiedUserCreatedDesignEdge = {
|
|
42053
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDesignEdge';
|
|
42054
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42055
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42056
|
+
id: Scalars['ID']['output'];
|
|
42057
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42058
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedDesignUnion>;
|
|
42059
|
+
};
|
|
42060
|
+
export declare type GraphStoreSimplifiedUserCreatedDesignInverseConnection = HasPageInfo & {
|
|
42061
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDesignInverseConnection';
|
|
42062
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDesignInverseEdge>>>;
|
|
42063
|
+
pageInfo: PageInfo;
|
|
42064
|
+
};
|
|
42065
|
+
export declare type GraphStoreSimplifiedUserCreatedDesignInverseEdge = {
|
|
42066
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDesignInverseEdge';
|
|
42067
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42068
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42069
|
+
id: Scalars['ID']['output'];
|
|
42070
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42071
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseUnion>;
|
|
42072
|
+
};
|
|
42073
|
+
export declare type GraphStoreSimplifiedUserCreatedDesignInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42074
|
+
export declare type GraphStoreSimplifiedUserCreatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
42075
|
+
export declare type GraphStoreSimplifiedUserCreatedDocumentConnection = HasPageInfo & {
|
|
42076
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentConnection';
|
|
42077
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDocumentEdge>>>;
|
|
42078
|
+
pageInfo: PageInfo;
|
|
42079
|
+
};
|
|
42080
|
+
export declare type GraphStoreSimplifiedUserCreatedDocumentEdge = {
|
|
42081
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentEdge';
|
|
42082
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42083
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42084
|
+
id: Scalars['ID']['output'];
|
|
42085
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42086
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedDocumentUnion>;
|
|
42087
|
+
};
|
|
42088
|
+
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseConnection = HasPageInfo & {
|
|
42089
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentInverseConnection';
|
|
42090
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseEdge>>>;
|
|
42091
|
+
pageInfo: PageInfo;
|
|
42092
|
+
};
|
|
42093
|
+
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
42094
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentInverseEdge';
|
|
42095
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42096
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42097
|
+
id: Scalars['ID']['output'];
|
|
42098
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42099
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseUnion>;
|
|
42100
|
+
};
|
|
42101
|
+
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42102
|
+
export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
41459
42103
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
41460
42104
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
41461
42105
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -41512,6 +42156,34 @@ export declare type GraphStoreSimplifiedUserCreatedMessageInverseEdge = {
|
|
|
41512
42156
|
};
|
|
41513
42157
|
export declare type GraphStoreSimplifiedUserCreatedMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41514
42158
|
export declare type GraphStoreSimplifiedUserCreatedMessageUnion = ExternalMessage;
|
|
42159
|
+
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkConnection = HasPageInfo & {
|
|
42160
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkConnection';
|
|
42161
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkEdge>>>;
|
|
42162
|
+
pageInfo: PageInfo;
|
|
42163
|
+
};
|
|
42164
|
+
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkEdge = {
|
|
42165
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkEdge';
|
|
42166
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42167
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42168
|
+
id: Scalars['ID']['output'];
|
|
42169
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42170
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkUnion>;
|
|
42171
|
+
};
|
|
42172
|
+
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
42173
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection';
|
|
42174
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseEdge>>>;
|
|
42175
|
+
pageInfo: PageInfo;
|
|
42176
|
+
};
|
|
42177
|
+
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkInverseEdge = {
|
|
42178
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkInverseEdge';
|
|
42179
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42180
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42181
|
+
id: Scalars['ID']['output'];
|
|
42182
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42183
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseUnion>;
|
|
42184
|
+
};
|
|
42185
|
+
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42186
|
+
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkUnion = ExternalRemoteLink;
|
|
41515
42187
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryConnection = HasPageInfo & {
|
|
41516
42188
|
__typename?: 'GraphStoreSimplifiedUserCreatedRepositoryConnection';
|
|
41517
42189
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRepositoryEdge>>>;
|
|
@@ -41568,6 +42240,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseEd
|
|
|
41568
42240
|
};
|
|
41569
42241
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41570
42242
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
42243
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection = HasPageInfo & {
|
|
42244
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection';
|
|
42245
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseEdge>>>;
|
|
42246
|
+
pageInfo: PageInfo;
|
|
42247
|
+
};
|
|
42248
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseEdge = {
|
|
42249
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseEdge';
|
|
42250
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42251
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42252
|
+
id: Scalars['ID']['output'];
|
|
42253
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42254
|
+
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseUnion>;
|
|
42255
|
+
};
|
|
42256
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
42257
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseConnection';
|
|
42258
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseEdge>>>;
|
|
42259
|
+
pageInfo: PageInfo;
|
|
42260
|
+
};
|
|
42261
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseEdge = {
|
|
42262
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseEdge';
|
|
42263
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42264
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42265
|
+
id: Scalars['ID']['output'];
|
|
42266
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42267
|
+
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseUnion>;
|
|
42268
|
+
};
|
|
42269
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42270
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
41571
42271
|
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageConnection = HasPageInfo & {
|
|
41572
42272
|
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluencePageConnection';
|
|
41573
42273
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageEdge>>>;
|
|
@@ -41596,6 +42296,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluencePageInverseEdge =
|
|
|
41596
42296
|
};
|
|
41597
42297
|
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41598
42298
|
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageUnion = ConfluencePage;
|
|
42299
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
42300
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection';
|
|
42301
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardEdge>>>;
|
|
42302
|
+
pageInfo: PageInfo;
|
|
42303
|
+
};
|
|
42304
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardEdge = {
|
|
42305
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardEdge';
|
|
42306
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42307
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42308
|
+
id: Scalars['ID']['output'];
|
|
42309
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42310
|
+
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion>;
|
|
42311
|
+
};
|
|
42312
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
42313
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection';
|
|
42314
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseEdge>>>;
|
|
42315
|
+
pageInfo: PageInfo;
|
|
42316
|
+
};
|
|
42317
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseEdge = {
|
|
42318
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseEdge';
|
|
42319
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42320
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42321
|
+
id: Scalars['ID']['output'];
|
|
42322
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42323
|
+
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion>;
|
|
42324
|
+
};
|
|
42325
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42326
|
+
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
41599
42327
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
41600
42328
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
41601
42329
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -41684,6 +42412,34 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
41684
42412
|
};
|
|
41685
42413
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41686
42414
|
export declare type GraphStoreSimplifiedUserIsInTeamUnion = TeamV2;
|
|
42415
|
+
export declare type GraphStoreSimplifiedUserLastUpdatedDesignConnection = HasPageInfo & {
|
|
42416
|
+
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignConnection';
|
|
42417
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserLastUpdatedDesignEdge>>>;
|
|
42418
|
+
pageInfo: PageInfo;
|
|
42419
|
+
};
|
|
42420
|
+
export declare type GraphStoreSimplifiedUserLastUpdatedDesignEdge = {
|
|
42421
|
+
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignEdge';
|
|
42422
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42423
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42424
|
+
id: Scalars['ID']['output'];
|
|
42425
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42426
|
+
node?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignUnion>;
|
|
42427
|
+
};
|
|
42428
|
+
export declare type GraphStoreSimplifiedUserLastUpdatedDesignInverseConnection = HasPageInfo & {
|
|
42429
|
+
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignInverseConnection';
|
|
42430
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserLastUpdatedDesignInverseEdge>>>;
|
|
42431
|
+
pageInfo: PageInfo;
|
|
42432
|
+
};
|
|
42433
|
+
export declare type GraphStoreSimplifiedUserLastUpdatedDesignInverseEdge = {
|
|
42434
|
+
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignInverseEdge';
|
|
42435
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42436
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42437
|
+
id: Scalars['ID']['output'];
|
|
42438
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42439
|
+
node?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignInverseUnion>;
|
|
42440
|
+
};
|
|
42441
|
+
export declare type GraphStoreSimplifiedUserLastUpdatedDesignInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42442
|
+
export declare type GraphStoreSimplifiedUserLastUpdatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
41687
42443
|
export declare type GraphStoreSimplifiedUserMemberOfConversationConnection = HasPageInfo & {
|
|
41688
42444
|
__typename?: 'GraphStoreSimplifiedUserMemberOfConversationConnection';
|
|
41689
42445
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMemberOfConversationEdge>>>;
|
|
@@ -41796,6 +42552,34 @@ export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseEdge = {
|
|
|
41796
42552
|
};
|
|
41797
42553
|
export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41798
42554
|
export declare type GraphStoreSimplifiedUserOwnedCalendarEventUnion = ExternalCalendarEvent;
|
|
42555
|
+
export declare type GraphStoreSimplifiedUserOwnedDocumentConnection = HasPageInfo & {
|
|
42556
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentConnection';
|
|
42557
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedDocumentEdge>>>;
|
|
42558
|
+
pageInfo: PageInfo;
|
|
42559
|
+
};
|
|
42560
|
+
export declare type GraphStoreSimplifiedUserOwnedDocumentEdge = {
|
|
42561
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentEdge';
|
|
42562
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42563
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42564
|
+
id: Scalars['ID']['output'];
|
|
42565
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42566
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedDocumentUnion>;
|
|
42567
|
+
};
|
|
42568
|
+
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseConnection = HasPageInfo & {
|
|
42569
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentInverseConnection';
|
|
42570
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseEdge>>>;
|
|
42571
|
+
pageInfo: PageInfo;
|
|
42572
|
+
};
|
|
42573
|
+
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseEdge = {
|
|
42574
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentInverseEdge';
|
|
42575
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42576
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42577
|
+
id: Scalars['ID']['output'];
|
|
42578
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42579
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseUnion>;
|
|
42580
|
+
};
|
|
42581
|
+
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42582
|
+
export declare type GraphStoreSimplifiedUserOwnedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
41799
42583
|
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkConnection = HasPageInfo & {
|
|
41800
42584
|
__typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkConnection';
|
|
41801
42585
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkEdge>>>;
|
|
@@ -41996,6 +42780,34 @@ export declare type GraphStoreSimplifiedUserTaggedInCommentInverseEdge = {
|
|
|
41996
42780
|
};
|
|
41997
42781
|
export declare type GraphStoreSimplifiedUserTaggedInCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41998
42782
|
export declare type GraphStoreSimplifiedUserTaggedInCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
42783
|
+
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageConnection = HasPageInfo & {
|
|
42784
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageConnection';
|
|
42785
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageEdge>>>;
|
|
42786
|
+
pageInfo: PageInfo;
|
|
42787
|
+
};
|
|
42788
|
+
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageEdge = {
|
|
42789
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageEdge';
|
|
42790
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42791
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42792
|
+
id: Scalars['ID']['output'];
|
|
42793
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42794
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageUnion>;
|
|
42795
|
+
};
|
|
42796
|
+
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection = HasPageInfo & {
|
|
42797
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection';
|
|
42798
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge>>>;
|
|
42799
|
+
pageInfo: PageInfo;
|
|
42800
|
+
};
|
|
42801
|
+
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge = {
|
|
42802
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge';
|
|
42803
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42804
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42805
|
+
id: Scalars['ID']['output'];
|
|
42806
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42807
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion>;
|
|
42808
|
+
};
|
|
42809
|
+
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42810
|
+
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
41999
42811
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
42000
42812
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
42001
42813
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -42108,6 +42920,34 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseEdge =
|
|
|
42108
42920
|
};
|
|
42109
42921
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42110
42922
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceUnion = ConfluenceSpace;
|
|
42923
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
42924
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection';
|
|
42925
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardEdge>>>;
|
|
42926
|
+
pageInfo: PageInfo;
|
|
42927
|
+
};
|
|
42928
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardEdge = {
|
|
42929
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardEdge';
|
|
42930
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42931
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42932
|
+
id: Scalars['ID']['output'];
|
|
42933
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42934
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion>;
|
|
42935
|
+
};
|
|
42936
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
42937
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection';
|
|
42938
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEdge>>>;
|
|
42939
|
+
pageInfo: PageInfo;
|
|
42940
|
+
};
|
|
42941
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEdge = {
|
|
42942
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEdge';
|
|
42943
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42944
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42945
|
+
id: Scalars['ID']['output'];
|
|
42946
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42947
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion>;
|
|
42948
|
+
};
|
|
42949
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42950
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
42111
42951
|
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
|
|
42112
42952
|
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
|
|
42113
42953
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
|
|
@@ -42304,6 +43144,34 @@ export declare type GraphStoreSimplifiedUserWatchesConfluencePageInverseEdge = {
|
|
|
42304
43144
|
};
|
|
42305
43145
|
export declare type GraphStoreSimplifiedUserWatchesConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42306
43146
|
export declare type GraphStoreSimplifiedUserWatchesConfluencePageUnion = ConfluencePage;
|
|
43147
|
+
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection = HasPageInfo & {
|
|
43148
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection';
|
|
43149
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardEdge>>>;
|
|
43150
|
+
pageInfo: PageInfo;
|
|
43151
|
+
};
|
|
43152
|
+
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardEdge = {
|
|
43153
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardEdge';
|
|
43154
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43155
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43156
|
+
id: Scalars['ID']['output'];
|
|
43157
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43158
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion>;
|
|
43159
|
+
};
|
|
43160
|
+
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
43161
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection';
|
|
43162
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEdge>>>;
|
|
43163
|
+
pageInfo: PageInfo;
|
|
43164
|
+
};
|
|
43165
|
+
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEdge = {
|
|
43166
|
+
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEdge';
|
|
43167
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43168
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43169
|
+
id: Scalars['ID']['output'];
|
|
43170
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43171
|
+
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion>;
|
|
43172
|
+
};
|
|
43173
|
+
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43174
|
+
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
42307
43175
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
42308
43176
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchConnection';
|
|
42309
43177
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchEdge>>>;
|
|
@@ -43027,36 +43895,69 @@ export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
|
43027
43895
|
export declare type GraphStoreUserCanViewConfluenceSpaceSortInput = {
|
|
43028
43896
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43029
43897
|
};
|
|
43898
|
+
export declare type GraphStoreUserCollaboratedOnDocumentSortInput = {
|
|
43899
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43900
|
+
};
|
|
43030
43901
|
export declare type GraphStoreUserContributedConfluenceBlogpostSortInput = {
|
|
43031
43902
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43032
43903
|
};
|
|
43904
|
+
export declare type GraphStoreUserContributedConfluenceDatabaseSortInput = {
|
|
43905
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43906
|
+
};
|
|
43033
43907
|
export declare type GraphStoreUserContributedConfluencePageSortInput = {
|
|
43034
43908
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43035
43909
|
};
|
|
43910
|
+
export declare type GraphStoreUserContributedConfluenceWhiteboardSortInput = {
|
|
43911
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43912
|
+
};
|
|
43036
43913
|
export declare type GraphStoreUserCreatedBranchSortInput = {
|
|
43037
43914
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43038
43915
|
};
|
|
43916
|
+
export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
43917
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43918
|
+
};
|
|
43039
43919
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
43040
43920
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43041
43921
|
};
|
|
43922
|
+
export declare type GraphStoreUserCreatedConfluenceDatabaseSortInput = {
|
|
43923
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43924
|
+
};
|
|
43042
43925
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
43043
43926
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43044
43927
|
};
|
|
43928
|
+
export declare type GraphStoreUserCreatedConfluenceWhiteboardSortInput = {
|
|
43929
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43930
|
+
};
|
|
43931
|
+
export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
43932
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43933
|
+
};
|
|
43934
|
+
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
43935
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43936
|
+
};
|
|
43045
43937
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
43046
43938
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43047
43939
|
};
|
|
43048
43940
|
export declare type GraphStoreUserCreatedMessageSortInput = {
|
|
43049
43941
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43050
43942
|
};
|
|
43943
|
+
export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
43944
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43945
|
+
};
|
|
43051
43946
|
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
43052
43947
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43053
43948
|
};
|
|
43054
43949
|
export declare type GraphStoreUserFavoritedConfluenceBlogpostSortInput = {
|
|
43055
43950
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43056
43951
|
};
|
|
43952
|
+
export declare type GraphStoreUserFavoritedConfluenceDatabaseSortInput = {
|
|
43953
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43954
|
+
};
|
|
43057
43955
|
export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
43058
43956
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43059
43957
|
};
|
|
43958
|
+
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
43959
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43960
|
+
};
|
|
43060
43961
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
43061
43962
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
43062
43963
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -43069,6 +43970,9 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
43069
43970
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
43070
43971
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43071
43972
|
};
|
|
43973
|
+
export declare type GraphStoreUserLastUpdatedDesignSortInput = {
|
|
43974
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43975
|
+
};
|
|
43072
43976
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
43073
43977
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43074
43978
|
};
|
|
@@ -43081,6 +43985,9 @@ export declare type GraphStoreUserOwnedBranchSortInput = {
|
|
|
43081
43985
|
export declare type GraphStoreUserOwnedCalendarEventSortInput = {
|
|
43082
43986
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43083
43987
|
};
|
|
43988
|
+
export declare type GraphStoreUserOwnedDocumentSortInput = {
|
|
43989
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43990
|
+
};
|
|
43084
43991
|
export declare type GraphStoreUserOwnedRemoteLinkSortInput = {
|
|
43085
43992
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43086
43993
|
};
|
|
@@ -43105,6 +44012,9 @@ export declare type GraphStoreUserReviewsPrSortInput = {
|
|
|
43105
44012
|
export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
43106
44013
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43107
44014
|
};
|
|
44015
|
+
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
44016
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44017
|
+
};
|
|
43108
44018
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
43109
44019
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43110
44020
|
};
|
|
@@ -43117,6 +44027,9 @@ export declare type GraphStoreUserUpdatedConfluencePageSortInput = {
|
|
|
43117
44027
|
export declare type GraphStoreUserUpdatedConfluenceSpaceSortInput = {
|
|
43118
44028
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43119
44029
|
};
|
|
44030
|
+
export declare type GraphStoreUserUpdatedConfluenceWhiteboardSortInput = {
|
|
44031
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44032
|
+
};
|
|
43120
44033
|
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
|
|
43121
44034
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43122
44035
|
};
|
|
@@ -43138,6 +44051,9 @@ export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
|
43138
44051
|
export declare type GraphStoreUserWatchesConfluencePageSortInput = {
|
|
43139
44052
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
43140
44053
|
};
|
|
44054
|
+
export declare type GraphStoreUserWatchesConfluenceWhiteboardSortInput = {
|
|
44055
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44056
|
+
};
|
|
43141
44057
|
export declare type GraphStoreVersionAssociatedBranchSortInput = {
|
|
43142
44058
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
43143
44059
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -43753,6 +44669,7 @@ export declare type HamsTransactionAccountExperienceCapabilities = CommerceTrans
|
|
|
43753
44669
|
export declare type HamsTrial = CommerceTrial & {
|
|
43754
44670
|
__typename?: 'HamsTrial';
|
|
43755
44671
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
44672
|
+
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
43756
44673
|
};
|
|
43757
44674
|
export declare type HasMercuryProjectFields = {
|
|
43758
44675
|
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
@@ -47458,6 +48375,103 @@ export declare enum JiraBoardType {
|
|
|
47458
48375
|
Kanban = "KANBAN",
|
|
47459
48376
|
Scrum = "SCRUM"
|
|
47460
48377
|
}
|
|
48378
|
+
export declare type JiraBoardView = {
|
|
48379
|
+
__typename?: 'JiraBoardView';
|
|
48380
|
+
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
48381
|
+
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
48382
|
+
completedIssueSearchCutOffInDays?: Maybe<Scalars['Int']['output']>;
|
|
48383
|
+
error?: Maybe<QueryError>;
|
|
48384
|
+
filterConfig?: Maybe<JiraViewFilterConfig>;
|
|
48385
|
+
groupByConfig?: Maybe<JiraViewGroupByConfig>;
|
|
48386
|
+
id: Scalars['ID']['output'];
|
|
48387
|
+
};
|
|
48388
|
+
export declare type JiraBoardViewCardOptionsArgs = {
|
|
48389
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
48390
|
+
enabledOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
48391
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48392
|
+
};
|
|
48393
|
+
export declare type JiraBoardViewColumnsArgs = {
|
|
48394
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
48395
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48396
|
+
};
|
|
48397
|
+
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
48398
|
+
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
48399
|
+
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48400
|
+
id: Scalars['ID']['output'];
|
|
48401
|
+
user?: Maybe<User>;
|
|
48402
|
+
};
|
|
48403
|
+
export declare type JiraBoardViewCardOption = {
|
|
48404
|
+
id: Scalars['ID']['output'];
|
|
48405
|
+
};
|
|
48406
|
+
export declare type JiraBoardViewCardOptionConnection = {
|
|
48407
|
+
__typename?: 'JiraBoardViewCardOptionConnection';
|
|
48408
|
+
edges?: Maybe<Array<Maybe<JiraBoardViewCardOptionEdge>>>;
|
|
48409
|
+
errors?: Maybe<Array<QueryError>>;
|
|
48410
|
+
pageInfo?: Maybe<PageInfo>;
|
|
48411
|
+
};
|
|
48412
|
+
export declare type JiraBoardViewCardOptionEdge = {
|
|
48413
|
+
__typename?: 'JiraBoardViewCardOptionEdge';
|
|
48414
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48415
|
+
node?: Maybe<JiraBoardViewCardOption>;
|
|
48416
|
+
};
|
|
48417
|
+
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
48418
|
+
__typename?: 'JiraBoardViewCategoryColumn';
|
|
48419
|
+
category?: Maybe<JiraOption>;
|
|
48420
|
+
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48421
|
+
id: Scalars['ID']['output'];
|
|
48422
|
+
};
|
|
48423
|
+
export declare type JiraBoardViewColumn = {
|
|
48424
|
+
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48425
|
+
id: Scalars['ID']['output'];
|
|
48426
|
+
};
|
|
48427
|
+
export declare type JiraBoardViewColumnConnection = {
|
|
48428
|
+
__typename?: 'JiraBoardViewColumnConnection';
|
|
48429
|
+
edges?: Maybe<Array<Maybe<JiraBoardViewColumnEdge>>>;
|
|
48430
|
+
errors?: Maybe<Array<QueryError>>;
|
|
48431
|
+
pageInfo?: Maybe<PageInfo>;
|
|
48432
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
48433
|
+
};
|
|
48434
|
+
export declare type JiraBoardViewColumnEdge = {
|
|
48435
|
+
__typename?: 'JiraBoardViewColumnEdge';
|
|
48436
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48437
|
+
node?: Maybe<JiraBoardViewColumn>;
|
|
48438
|
+
};
|
|
48439
|
+
export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
48440
|
+
__typename?: 'JiraBoardViewFieldCardOption';
|
|
48441
|
+
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
48442
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
48443
|
+
field?: Maybe<JiraField>;
|
|
48444
|
+
id: Scalars['ID']['output'];
|
|
48445
|
+
};
|
|
48446
|
+
export declare type JiraBoardViewInput = {
|
|
48447
|
+
jiraBoardViewQueryInput: JiraBoardViewQueryInput;
|
|
48448
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
48449
|
+
};
|
|
48450
|
+
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
48451
|
+
__typename?: 'JiraBoardViewPriorityColumn';
|
|
48452
|
+
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48453
|
+
id: Scalars['ID']['output'];
|
|
48454
|
+
priority?: Maybe<JiraPriority>;
|
|
48455
|
+
};
|
|
48456
|
+
export declare type JiraBoardViewProjectKeyAndItemIdQuery = {
|
|
48457
|
+
cloudId: Scalars['ID']['input'];
|
|
48458
|
+
itemId: Scalars['String']['input'];
|
|
48459
|
+
projectKey: Scalars['String']['input'];
|
|
48460
|
+
};
|
|
48461
|
+
export declare type JiraBoardViewQueryInput = {
|
|
48462
|
+
projectKeyAndItemIdQuery?: InputMaybe<JiraBoardViewProjectKeyAndItemIdQuery>;
|
|
48463
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
48464
|
+
};
|
|
48465
|
+
export declare type JiraBoardViewSettings = {
|
|
48466
|
+
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
48467
|
+
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
48468
|
+
};
|
|
48469
|
+
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
48470
|
+
__typename?: 'JiraBoardViewStatusColumn';
|
|
48471
|
+
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48472
|
+
id: Scalars['ID']['output'];
|
|
48473
|
+
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
48474
|
+
};
|
|
47461
48475
|
export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
47462
48476
|
__typename?: 'JiraBooleanField';
|
|
47463
48477
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -52108,6 +53122,12 @@ export declare type JiraIssueSearchGroupByFieldMutationPayload = Payload & {
|
|
|
52108
53122
|
errors?: Maybe<Array<MutationError>>;
|
|
52109
53123
|
success: Scalars['Boolean']['output'];
|
|
52110
53124
|
};
|
|
53125
|
+
export declare type JiraIssueSearchHideDonePreferenceMutationPayload = Payload & {
|
|
53126
|
+
__typename?: 'JiraIssueSearchHideDonePreferenceMutationPayload';
|
|
53127
|
+
errors?: Maybe<Array<MutationError>>;
|
|
53128
|
+
isHideDoneEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
53129
|
+
success: Scalars['Boolean']['output'];
|
|
53130
|
+
};
|
|
52111
53131
|
export declare type JiraIssueSearchHierarchyPreferenceMutationPayload = Payload & {
|
|
52112
53132
|
__typename?: 'JiraIssueSearchHierarchyPreferenceMutationPayload';
|
|
52113
53133
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -52122,8 +53142,10 @@ export declare type JiraIssueSearchInput = {
|
|
|
52122
53142
|
};
|
|
52123
53143
|
export declare enum JiraIssueSearchOperationScope {
|
|
52124
53144
|
NinGlobal = "NIN_GLOBAL",
|
|
53145
|
+
NinGlobalSchemaRefactor = "NIN_GLOBAL_SCHEMA_REFACTOR",
|
|
52125
53146
|
NinGlobalShadowRequest = "NIN_GLOBAL_SHADOW_REQUEST",
|
|
52126
53147
|
NinProject = "NIN_PROJECT",
|
|
53148
|
+
NinProjectSchemaRefactor = "NIN_PROJECT_SCHEMA_REFACTOR",
|
|
52127
53149
|
NinProjectShadowRequest = "NIN_PROJECT_SHADOW_REQUEST"
|
|
52128
53150
|
}
|
|
52129
53151
|
export declare type JiraIssueSearchOptions = {
|
|
@@ -53776,6 +54798,7 @@ export declare type JiraMutation = {
|
|
|
53776
54798
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
53777
54799
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
53778
54800
|
updateIssueSearchGroupByConfig?: Maybe<JiraIssueSearchGroupByFieldMutationPayload>;
|
|
54801
|
+
updateIssueSearchHideDonePreference?: Maybe<JiraIssueSearchHideDonePreferenceMutationPayload>;
|
|
53779
54802
|
updateIssueSearchHierarchyPreference?: Maybe<JiraIssueSearchHierarchyPreferenceMutationPayload>;
|
|
53780
54803
|
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
53781
54804
|
updateJiraActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
@@ -54236,6 +55259,10 @@ export declare type JiraMutationUpdateIssueSearchGroupByConfigArgs = {
|
|
|
54236
55259
|
fieldId?: InputMaybe<Scalars['String']['input']>;
|
|
54237
55260
|
viewId: Scalars['ID']['input'];
|
|
54238
55261
|
};
|
|
55262
|
+
export declare type JiraMutationUpdateIssueSearchHideDonePreferenceArgs = {
|
|
55263
|
+
isHideDoneEnabled: Scalars['Boolean']['input'];
|
|
55264
|
+
viewId: Scalars['ID']['input'];
|
|
55265
|
+
};
|
|
54239
55266
|
export declare type JiraMutationUpdateIssueSearchHierarchyPreferenceArgs = {
|
|
54240
55267
|
isHierarchyEnabled: Scalars['Boolean']['input'];
|
|
54241
55268
|
viewId: Scalars['ID']['input'];
|
|
@@ -54672,6 +55699,7 @@ export declare type JiraOAuthAppsApp = {
|
|
|
54672
55699
|
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModule>;
|
|
54673
55700
|
homeUrl: Scalars['String']['output'];
|
|
54674
55701
|
id: Scalars['ID']['output'];
|
|
55702
|
+
installationStatus?: Maybe<JiraOAuthAppsInstallationStatus>;
|
|
54675
55703
|
logoUrl: Scalars['String']['output'];
|
|
54676
55704
|
name: Scalars['String']['output'];
|
|
54677
55705
|
remoteLinksModule?: Maybe<JiraOAuthAppsRemoteLinksModule>;
|
|
@@ -54772,6 +55800,12 @@ export declare type JiraOAuthAppsInstallAppInput = {
|
|
|
54772
55800
|
appId: Scalars['ID']['input'];
|
|
54773
55801
|
clientMutationId?: InputMaybe<Scalars['ID']['input']>;
|
|
54774
55802
|
};
|
|
55803
|
+
export declare enum JiraOAuthAppsInstallationStatus {
|
|
55804
|
+
Complete = "COMPLETE",
|
|
55805
|
+
Failed = "FAILED",
|
|
55806
|
+
Pending = "PENDING",
|
|
55807
|
+
Running = "RUNNING"
|
|
55808
|
+
}
|
|
54775
55809
|
export declare type JiraOAuthAppsMutation = {
|
|
54776
55810
|
__typename?: 'JiraOAuthAppsMutation';
|
|
54777
55811
|
createJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
@@ -56210,6 +57244,12 @@ export declare type JiraProjectUpdateAvatarMutationPayload = Payload & {
|
|
|
56210
57244
|
project?: Maybe<JiraProject>;
|
|
56211
57245
|
success: Scalars['Boolean']['output'];
|
|
56212
57246
|
};
|
|
57247
|
+
export declare type JiraProjectUpdateBackgroundMutationPayload = Payload & {
|
|
57248
|
+
__typename?: 'JiraProjectUpdateBackgroundMutationPayload';
|
|
57249
|
+
errors?: Maybe<Array<MutationError>>;
|
|
57250
|
+
project?: Maybe<JiraProject>;
|
|
57251
|
+
success: Scalars['Boolean']['output'];
|
|
57252
|
+
};
|
|
56213
57253
|
export declare type JiraProjectUpdateNameInput = {
|
|
56214
57254
|
cloudId: Scalars['ID']['input'];
|
|
56215
57255
|
name: Scalars['String']['input'];
|
|
@@ -56421,6 +57461,7 @@ export declare type JiraQuery = {
|
|
|
56421
57461
|
recentProjects?: Maybe<JiraProjectConnection>;
|
|
56422
57462
|
recentQueues?: Maybe<JiraSearchableEntityConnection>;
|
|
56423
57463
|
remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
|
|
57464
|
+
reportsPage?: Maybe<JiraReportsPage>;
|
|
56424
57465
|
requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
|
|
56425
57466
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
56426
57467
|
requestTypeTemplates?: Maybe<Array<JiraServiceManagementRequestTypeTemplate>>;
|
|
@@ -57191,6 +58232,10 @@ export declare type JiraQueryRecentQueuesArgs = {
|
|
|
57191
58232
|
export declare type JiraQueryRemoteIssueLinksByIdArgs = {
|
|
57192
58233
|
ids: Array<Scalars['ID']['input']>;
|
|
57193
58234
|
};
|
|
58235
|
+
export declare type JiraQueryReportsPageArgs = {
|
|
58236
|
+
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
58237
|
+
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
58238
|
+
};
|
|
57194
58239
|
export declare type JiraQueryRequestTypeTemplateByIdArgs = {
|
|
57195
58240
|
cloudId: Scalars['ID']['input'];
|
|
57196
58241
|
templateId: Scalars['ID']['input'];
|
|
@@ -57709,6 +58754,22 @@ export declare type JiraRenameNavigationItemPayload = Payload & {
|
|
|
57709
58754
|
navigationItem?: Maybe<JiraNavigationItem>;
|
|
57710
58755
|
success: Scalars['Boolean']['output'];
|
|
57711
58756
|
};
|
|
58757
|
+
export declare type JiraReorderBoardViewColumnInput = {
|
|
58758
|
+
columnId: Scalars['ID']['input'];
|
|
58759
|
+
position: JiraReorderBoardViewColumnPosition;
|
|
58760
|
+
relativeColumnId: Scalars['ID']['input'];
|
|
58761
|
+
viewId: Scalars['ID']['input'];
|
|
58762
|
+
};
|
|
58763
|
+
export declare type JiraReorderBoardViewColumnPayload = Payload & {
|
|
58764
|
+
__typename?: 'JiraReorderBoardViewColumnPayload';
|
|
58765
|
+
boardView?: Maybe<JiraBoardView>;
|
|
58766
|
+
errors?: Maybe<Array<MutationError>>;
|
|
58767
|
+
success: Scalars['Boolean']['output'];
|
|
58768
|
+
};
|
|
58769
|
+
export declare enum JiraReorderBoardViewColumnPosition {
|
|
58770
|
+
After = "AFTER",
|
|
58771
|
+
Before = "BEFORE"
|
|
58772
|
+
}
|
|
57712
58773
|
export declare type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
57713
58774
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
57714
58775
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57716,6 +58777,25 @@ export declare type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
|
57716
58777
|
inclusive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
57717
58778
|
nodes: Array<Scalars['String']['input']>;
|
|
57718
58779
|
};
|
|
58780
|
+
export declare type JiraReport = {
|
|
58781
|
+
__typename?: 'JiraReport';
|
|
58782
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
58783
|
+
id: Scalars['ID']['output'];
|
|
58784
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
58785
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
58786
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
58787
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
58788
|
+
};
|
|
58789
|
+
export declare type JiraReportCategory = {
|
|
58790
|
+
__typename?: 'JiraReportCategory';
|
|
58791
|
+
id: Scalars['ID']['output'];
|
|
58792
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
58793
|
+
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
58794
|
+
};
|
|
58795
|
+
export declare type JiraReportsPage = {
|
|
58796
|
+
__typename?: 'JiraReportsPage';
|
|
58797
|
+
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
58798
|
+
};
|
|
57719
58799
|
export declare type JiraResolution = Node & {
|
|
57720
58800
|
__typename?: 'JiraResolution';
|
|
57721
58801
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -59281,6 +60361,38 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
59281
60361
|
key: Scalars['String']['input'];
|
|
59282
60362
|
value: Scalars['String']['input'];
|
|
59283
60363
|
};
|
|
60364
|
+
export declare type JiraSetBoardViewCardFieldSelectedInput = {
|
|
60365
|
+
fieldId: Scalars['String']['input'];
|
|
60366
|
+
selected: Scalars['Boolean']['input'];
|
|
60367
|
+
viewId: Scalars['ID']['input'];
|
|
60368
|
+
};
|
|
60369
|
+
export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
60370
|
+
__typename?: 'JiraSetBoardViewCardFieldSelectedPayload';
|
|
60371
|
+
boardView?: Maybe<JiraBoardView>;
|
|
60372
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60373
|
+
success: Scalars['Boolean']['output'];
|
|
60374
|
+
};
|
|
60375
|
+
export declare type JiraSetBoardViewColumnStateInput = {
|
|
60376
|
+
collapsed: Scalars['Boolean']['input'];
|
|
60377
|
+
columnId: Scalars['ID']['input'];
|
|
60378
|
+
viewId: Scalars['ID']['input'];
|
|
60379
|
+
};
|
|
60380
|
+
export declare type JiraSetBoardViewColumnStatePayload = Payload & {
|
|
60381
|
+
__typename?: 'JiraSetBoardViewColumnStatePayload';
|
|
60382
|
+
boardView?: Maybe<JiraBoardView>;
|
|
60383
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60384
|
+
success: Scalars['Boolean']['output'];
|
|
60385
|
+
};
|
|
60386
|
+
export declare type JiraSetBoardViewCompletedIssueSearchCutOffInput = {
|
|
60387
|
+
completedIssueSearchCutOffInDays: Scalars['Int']['input'];
|
|
60388
|
+
viewId: Scalars['ID']['input'];
|
|
60389
|
+
};
|
|
60390
|
+
export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload & {
|
|
60391
|
+
__typename?: 'JiraSetBoardViewCompletedIssueSearchCutOffPayload';
|
|
60392
|
+
boardView?: Maybe<JiraBoardView>;
|
|
60393
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60394
|
+
success: Scalars['Boolean']['output'];
|
|
60395
|
+
};
|
|
59284
60396
|
export declare type JiraSetDefaultNavigationItemInput = {
|
|
59285
60397
|
id: Scalars['ID']['input'];
|
|
59286
60398
|
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -59332,6 +60444,26 @@ export declare type JiraSetProjectSelectedDeploymentAppsPropertyPayload = Payloa
|
|
|
59332
60444
|
errors?: Maybe<Array<MutationError>>;
|
|
59333
60445
|
success: Scalars['Boolean']['output'];
|
|
59334
60446
|
};
|
|
60447
|
+
export declare type JiraSetViewFilterInput = {
|
|
60448
|
+
jql: Scalars['String']['input'];
|
|
60449
|
+
viewId: Scalars['ID']['input'];
|
|
60450
|
+
};
|
|
60451
|
+
export declare type JiraSetViewFilterPayload = Payload & {
|
|
60452
|
+
__typename?: 'JiraSetViewFilterPayload';
|
|
60453
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60454
|
+
success: Scalars['Boolean']['output'];
|
|
60455
|
+
view?: Maybe<JiraView>;
|
|
60456
|
+
};
|
|
60457
|
+
export declare type JiraSetViewGroupByInput = {
|
|
60458
|
+
fieldId: Scalars['String']['input'];
|
|
60459
|
+
viewId: Scalars['ID']['input'];
|
|
60460
|
+
};
|
|
60461
|
+
export declare type JiraSetViewGroupByPayload = Payload & {
|
|
60462
|
+
__typename?: 'JiraSetViewGroupByPayload';
|
|
60463
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60464
|
+
success: Scalars['Boolean']['output'];
|
|
60465
|
+
view?: Maybe<JiraView>;
|
|
60466
|
+
};
|
|
59335
60467
|
export declare type JiraShareableEntityAnonymousAccessGrant = {
|
|
59336
60468
|
__typename?: 'JiraShareableEntityAnonymousAccessGrant';
|
|
59337
60469
|
type?: Maybe<JiraShareableEntityGrant>;
|
|
@@ -61694,6 +62826,15 @@ export declare type JiraView = {
|
|
|
61694
62826
|
error?: Maybe<QueryError>;
|
|
61695
62827
|
id: Scalars['ID']['output'];
|
|
61696
62828
|
};
|
|
62829
|
+
export declare type JiraViewFilterConfig = {
|
|
62830
|
+
__typename?: 'JiraViewFilterConfig';
|
|
62831
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
62832
|
+
};
|
|
62833
|
+
export declare type JiraViewGroupByConfig = {
|
|
62834
|
+
__typename?: 'JiraViewGroupByConfig';
|
|
62835
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
62836
|
+
fieldName?: Maybe<Scalars['String']['output']>;
|
|
62837
|
+
};
|
|
61697
62838
|
export declare type JiraViewScopeInput = {
|
|
61698
62839
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
61699
62840
|
projectKeys?: InputMaybe<JiraProjectKeysInput>;
|
|
@@ -63176,10 +64317,13 @@ export declare type KnowledgeBaseMutationApi = {
|
|
|
63176
64317
|
};
|
|
63177
64318
|
export declare type KnowledgeBaseMutationApiLinkKnowledgeBaseSourceArgs = {
|
|
63178
64319
|
container: Scalars['ID']['input'];
|
|
63179
|
-
|
|
64320
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
64321
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
63180
64322
|
};
|
|
63181
64323
|
export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
|
|
63182
|
-
|
|
64324
|
+
container?: InputMaybe<Scalars['ID']['input']>;
|
|
64325
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
64326
|
+
linkedSourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
63183
64327
|
};
|
|
63184
64328
|
export declare type KnowledgeBaseQueryApi = {
|
|
63185
64329
|
__typename?: 'KnowledgeBaseQueryApi';
|
|
@@ -63198,6 +64342,7 @@ export declare type KnowledgeBaseSource = {
|
|
|
63198
64342
|
id: Scalars['ID']['output'];
|
|
63199
64343
|
name: Scalars['String']['output'];
|
|
63200
64344
|
permissions?: Maybe<KnowledgeBaseSourcePermissions>;
|
|
64345
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
63201
64346
|
url: Scalars['String']['output'];
|
|
63202
64347
|
};
|
|
63203
64348
|
export declare type KnowledgeBaseSourcePermissionsArgs = {
|
|
@@ -68031,6 +69176,7 @@ export declare type Mutation = {
|
|
|
68031
69176
|
deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
|
|
68032
69177
|
devAi?: Maybe<DevAiMutations>;
|
|
68033
69178
|
devOps?: Maybe<DevOpsMutation>;
|
|
69179
|
+
devai_invokeAutodevRovoAgent?: Maybe<DevAiInvokeAutodevRovoAgentPayload>;
|
|
68034
69180
|
disableExperiment?: Maybe<TapExperiment>;
|
|
68035
69181
|
disablePublicLinkForPage?: Maybe<DisablePublicLinkForPagePayload>;
|
|
68036
69182
|
disablePublicLinkForSite?: Maybe<PublicLinkSitePayload>;
|
|
@@ -68060,6 +69206,13 @@ export declare type Mutation = {
|
|
|
68060
69206
|
jira?: Maybe<JiraMutation>;
|
|
68061
69207
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
68062
69208
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
69209
|
+
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
69210
|
+
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
69211
|
+
jira_setBoardViewColumnState?: Maybe<JiraSetBoardViewColumnStatePayload>;
|
|
69212
|
+
jira_setBoardViewCompletedIssueSearchCutOff?: Maybe<JiraSetBoardViewCompletedIssueSearchCutOffPayload>;
|
|
69213
|
+
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
69214
|
+
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
69215
|
+
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
68063
69216
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
68064
69217
|
jsw?: Maybe<JswMutation>;
|
|
68065
69218
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -69066,6 +70219,10 @@ export declare type MutationDeleteTemplateArgs = {
|
|
|
69066
70219
|
export declare type MutationDeleteWebTriggerUrlArgs = {
|
|
69067
70220
|
id: Scalars['ID']['input'];
|
|
69068
70221
|
};
|
|
70222
|
+
export declare type MutationDevai_InvokeAutodevRovoAgentArgs = {
|
|
70223
|
+
agentId: Scalars['ID']['input'];
|
|
70224
|
+
issueId: Scalars['ID']['input'];
|
|
70225
|
+
};
|
|
69069
70226
|
export declare type MutationDisableExperimentArgs = {
|
|
69070
70227
|
experimentKey: Scalars['String']['input'];
|
|
69071
70228
|
};
|
|
@@ -69120,6 +70277,27 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
69120
70277
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
69121
70278
|
input: InvokePolarisObjectInput;
|
|
69122
70279
|
};
|
|
70280
|
+
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
70281
|
+
input: JiraReorderBoardViewColumnInput;
|
|
70282
|
+
};
|
|
70283
|
+
export declare type MutationJira_SetBoardViewCardFieldSelectedArgs = {
|
|
70284
|
+
input: JiraSetBoardViewCardFieldSelectedInput;
|
|
70285
|
+
};
|
|
70286
|
+
export declare type MutationJira_SetBoardViewColumnStateArgs = {
|
|
70287
|
+
input: JiraSetBoardViewColumnStateInput;
|
|
70288
|
+
};
|
|
70289
|
+
export declare type MutationJira_SetBoardViewCompletedIssueSearchCutOffArgs = {
|
|
70290
|
+
input: JiraSetBoardViewCompletedIssueSearchCutOffInput;
|
|
70291
|
+
};
|
|
70292
|
+
export declare type MutationJira_SetViewFilterArgs = {
|
|
70293
|
+
input: JiraSetViewFilterInput;
|
|
70294
|
+
};
|
|
70295
|
+
export declare type MutationJira_SetViewGroupByArgs = {
|
|
70296
|
+
input: JiraSetViewGroupByInput;
|
|
70297
|
+
};
|
|
70298
|
+
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
70299
|
+
input: JiraUpdateBackgroundInput;
|
|
70300
|
+
};
|
|
69123
70301
|
export declare type MutationKnowledgeBaseArgs = {
|
|
69124
70302
|
cloudId: Scalars['ID']['input'];
|
|
69125
70303
|
};
|
|
@@ -70142,10 +71320,11 @@ export declare type PeapProgram = {
|
|
|
70142
71320
|
status: PeapProgramStatus;
|
|
70143
71321
|
updatedAt: Scalars['Date']['output'];
|
|
70144
71322
|
};
|
|
70145
|
-
export declare type PeapProgramConnection = HasPageInfo & {
|
|
71323
|
+
export declare type PeapProgramConnection = HasPageInfo & HasTotal & {
|
|
70146
71324
|
__typename?: 'PEAPProgramConnection';
|
|
70147
71325
|
edges?: Maybe<Array<Maybe<PeapProgramEdge>>>;
|
|
70148
71326
|
pageInfo: PageInfo;
|
|
71327
|
+
totalCount: Scalars['Int']['output'];
|
|
70149
71328
|
};
|
|
70150
71329
|
export declare type PeapProgramEdge = {
|
|
70151
71330
|
__typename?: 'PEAPProgramEdge';
|
|
@@ -72487,6 +73666,7 @@ export declare type Query = {
|
|
|
72487
73666
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
72488
73667
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
72489
73668
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
73669
|
+
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
72490
73670
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
72491
73671
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
72492
73672
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -72582,6 +73762,8 @@ export declare type Query = {
|
|
|
72582
73762
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
72583
73763
|
jiraReleases?: Maybe<JiraReleases>;
|
|
72584
73764
|
jiraServers?: Maybe<JiraServersResult>;
|
|
73765
|
+
jira_boardView?: Maybe<JiraBoardView>;
|
|
73766
|
+
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
72585
73767
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
72586
73768
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
72587
73769
|
jsw?: Maybe<JswQuery>;
|
|
@@ -74303,6 +75485,12 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
74303
75485
|
jobId: Scalars['ID']['input'];
|
|
74304
75486
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
74305
75487
|
};
|
|
75488
|
+
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
75489
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
75490
|
+
cloudId: Scalars['ID']['input'];
|
|
75491
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75492
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
75493
|
+
};
|
|
74306
75494
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
74307
75495
|
appId: Scalars['ID']['input'];
|
|
74308
75496
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -74591,6 +75779,12 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
74591
75779
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
74592
75780
|
id: Scalars['ID']['input'];
|
|
74593
75781
|
};
|
|
75782
|
+
export declare type QueryJira_BoardViewArgs = {
|
|
75783
|
+
input: JiraBoardViewInput;
|
|
75784
|
+
};
|
|
75785
|
+
export declare type QueryJira_IssueSearchViewsByIdsArgs = {
|
|
75786
|
+
ids: Array<Scalars['ID']['input']>;
|
|
75787
|
+
};
|
|
74594
75788
|
export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
74595
75789
|
cloudId: Scalars['ID']['input'];
|
|
74596
75790
|
idOrKey: Scalars['String']['input'];
|
|
@@ -77893,7 +79087,9 @@ export declare enum SearchSortOrder {
|
|
|
77893
79087
|
Desc = "DESC"
|
|
77894
79088
|
}
|
|
77895
79089
|
export declare type SearchThirdPartyFilter = {
|
|
79090
|
+
ancestorAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
77896
79091
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
79092
|
+
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
77897
79093
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
77898
79094
|
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
77899
79095
|
subtypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|