@forge/cli-shared 5.4.1-next.5 → 5.5.0-next.6-experimental-22c15de
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 +33 -0
- package/out/config/config-file.d.ts +1 -1
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +1 -1
- package/out/graphql/graphql-types.d.ts +527 -138
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +12 -6
- package/package.json +2 -2
|
@@ -19501,6 +19501,7 @@ export declare type ExternalDocument = Node & {
|
|
|
19501
19501
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
19502
19502
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
19503
19503
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
19504
|
+
parent?: Maybe<ExternalEntity>;
|
|
19504
19505
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
19505
19506
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
19506
19507
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -19648,6 +19649,7 @@ export declare type ExternalMessage = Node & {
|
|
|
19648
19649
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
19649
19650
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
19650
19651
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
19652
|
+
parent?: Maybe<ExternalEntity>;
|
|
19651
19653
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
19652
19654
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
19653
19655
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24565,6 +24567,7 @@ export declare type GraphStore = {
|
|
|
24565
24567
|
atlasProjectIsTrackedOnJiraEpicInverseRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24566
24568
|
atlasProjectIsTrackedOnJiraEpicRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24567
24569
|
componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
|
|
24570
|
+
componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
|
|
24568
24571
|
componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
24569
24572
|
componentAssociatedDocumentRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
24570
24573
|
componentImpactedByIncident?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentConnection>;
|
|
@@ -24587,6 +24590,18 @@ export declare type GraphStore = {
|
|
|
24587
24590
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
24588
24591
|
focusAreaAssociatedToProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseConnection>;
|
|
24589
24592
|
focusAreaAssociatedToProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
24593
|
+
focusAreaHasAtlasGoal?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection>;
|
|
24594
|
+
focusAreaHasAtlasGoalBatch?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalConnection>;
|
|
24595
|
+
focusAreaHasAtlasGoalInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection>;
|
|
24596
|
+
focusAreaHasAtlasGoalInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalConnection>;
|
|
24597
|
+
focusAreaHasFocusArea?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaConnection>;
|
|
24598
|
+
focusAreaHasFocusAreaBatch?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaConnection>;
|
|
24599
|
+
focusAreaHasFocusAreaInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection>;
|
|
24600
|
+
focusAreaHasFocusAreaInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaConnection>;
|
|
24601
|
+
focusAreaHasProject?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectConnection>;
|
|
24602
|
+
focusAreaHasProjectBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
24603
|
+
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
24604
|
+
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
24590
24605
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
24591
24606
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
24592
24607
|
incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
|
|
@@ -24649,6 +24664,7 @@ export declare type GraphStore = {
|
|
|
24649
24664
|
issueAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection>;
|
|
24650
24665
|
issueAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
24651
24666
|
issueAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
24667
|
+
issueChangesComponent?: Maybe<GraphStoreSimplifiedIssueChangesComponentConnection>;
|
|
24652
24668
|
issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
|
|
24653
24669
|
issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
24654
24670
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
@@ -24813,6 +24829,8 @@ export declare type GraphStore = {
|
|
|
24813
24829
|
securityContainerAssociatedToVulnerabilityInverseBatch?: Maybe<GraphStoreBatchSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24814
24830
|
securityContainerAssociatedToVulnerabilityInverseRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24815
24831
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24832
|
+
serviceAssociatedDeployment?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentConnection>;
|
|
24833
|
+
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
24816
24834
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
24817
24835
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
24818
24836
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -24850,6 +24868,7 @@ export declare type GraphStore = {
|
|
|
24850
24868
|
sprintRetrospectiveWhiteboard?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection>;
|
|
24851
24869
|
sprintRetrospectiveWhiteboardInverseRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
24852
24870
|
sprintRetrospectiveWhiteboardRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
24871
|
+
teamOwnsComponent?: Maybe<GraphStoreSimplifiedTeamOwnsComponentConnection>;
|
|
24853
24872
|
teamWorksOnProject?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectConnection>;
|
|
24854
24873
|
teamWorksOnProjectInverseRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
24855
24874
|
teamWorksOnProjectRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
@@ -24866,8 +24885,6 @@ export declare type GraphStore = {
|
|
|
24866
24885
|
testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
|
|
24867
24886
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
24868
24887
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
24869
|
-
userIsInTeamInverseRelationship?: Maybe<GraphStoreFullUserIsInTeamConnection>;
|
|
24870
|
-
userIsInTeamRelationship?: Maybe<GraphStoreFullUserIsInTeamConnection>;
|
|
24871
24888
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
24872
24889
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
24873
24890
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -24953,31 +24970,25 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalRelationshipArgs
|
|
|
24953
24970
|
};
|
|
24954
24971
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
|
|
24955
24972
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24956
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24957
24973
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24958
24974
|
id: Scalars['ID']['input'];
|
|
24959
24975
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24960
24976
|
};
|
|
24961
24977
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseArgs = {
|
|
24962
24978
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24963
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24964
24979
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24965
24980
|
id: Scalars['ID']['input'];
|
|
24966
24981
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24967
24982
|
};
|
|
24968
24983
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseRelationshipArgs = {
|
|
24969
24984
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24970
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24971
24985
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24972
24986
|
id: Scalars['ID']['input'];
|
|
24973
|
-
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24974
24987
|
};
|
|
24975
24988
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicRelationshipArgs = {
|
|
24976
24989
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24977
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24978
24990
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24979
24991
|
id: Scalars['ID']['input'];
|
|
24980
|
-
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24981
24992
|
};
|
|
24982
24993
|
export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
24983
24994
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -24985,6 +24996,12 @@ export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
|
24985
24996
|
id: Scalars['ID']['input'];
|
|
24986
24997
|
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
24987
24998
|
};
|
|
24999
|
+
export declare type GraphStoreComponentAssociatedDocumentInverseArgs = {
|
|
25000
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25001
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25002
|
+
id: Scalars['ID']['input'];
|
|
25003
|
+
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
25004
|
+
};
|
|
24988
25005
|
export declare type GraphStoreComponentAssociatedDocumentInverseRelationshipArgs = {
|
|
24989
25006
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24990
25007
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25105,6 +25122,72 @@ export declare type GraphStoreFocusAreaAssociatedToProjectInverseBatchArgs = {
|
|
|
25105
25122
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25106
25123
|
ids: Array<Scalars['ID']['input']>;
|
|
25107
25124
|
};
|
|
25125
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalArgs = {
|
|
25126
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25127
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25128
|
+
id: Scalars['ID']['input'];
|
|
25129
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25130
|
+
};
|
|
25131
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalBatchArgs = {
|
|
25132
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25133
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25134
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25135
|
+
};
|
|
25136
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalInverseArgs = {
|
|
25137
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25138
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25139
|
+
id: Scalars['ID']['input'];
|
|
25140
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25141
|
+
};
|
|
25142
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalInverseBatchArgs = {
|
|
25143
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25144
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25145
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25146
|
+
};
|
|
25147
|
+
export declare type GraphStoreFocusAreaHasFocusAreaArgs = {
|
|
25148
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25149
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25150
|
+
id: Scalars['ID']['input'];
|
|
25151
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25152
|
+
};
|
|
25153
|
+
export declare type GraphStoreFocusAreaHasFocusAreaBatchArgs = {
|
|
25154
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25155
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25156
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25157
|
+
};
|
|
25158
|
+
export declare type GraphStoreFocusAreaHasFocusAreaInverseArgs = {
|
|
25159
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25160
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25161
|
+
id: Scalars['ID']['input'];
|
|
25162
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25163
|
+
};
|
|
25164
|
+
export declare type GraphStoreFocusAreaHasFocusAreaInverseBatchArgs = {
|
|
25165
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25166
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25167
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25168
|
+
};
|
|
25169
|
+
export declare type GraphStoreFocusAreaHasProjectArgs = {
|
|
25170
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25171
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25172
|
+
id: Scalars['ID']['input'];
|
|
25173
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25174
|
+
};
|
|
25175
|
+
export declare type GraphStoreFocusAreaHasProjectBatchArgs = {
|
|
25176
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25177
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25178
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25179
|
+
};
|
|
25180
|
+
export declare type GraphStoreFocusAreaHasProjectInverseArgs = {
|
|
25181
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25182
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25183
|
+
id: Scalars['ID']['input'];
|
|
25184
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25185
|
+
};
|
|
25186
|
+
export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
|
|
25187
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25188
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25189
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25190
|
+
};
|
|
25108
25191
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
25109
25192
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25110
25193
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25437,6 +25520,12 @@ export declare type GraphStoreIssueAssociatedRemoteLinkRelationshipArgs = {
|
|
|
25437
25520
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25438
25521
|
id: Scalars['ID']['input'];
|
|
25439
25522
|
};
|
|
25523
|
+
export declare type GraphStoreIssueChangesComponentArgs = {
|
|
25524
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25525
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25526
|
+
id: Scalars['ID']['input'];
|
|
25527
|
+
sort?: InputMaybe<GraphStoreIssueChangesComponentSortInput>;
|
|
25528
|
+
};
|
|
25440
25529
|
export declare type GraphStoreIssueChangesComponentInverseArgs = {
|
|
25441
25530
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25442
25531
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26378,6 +26467,18 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityRelation
|
|
|
26378
26467
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26379
26468
|
id: Scalars['ID']['input'];
|
|
26380
26469
|
};
|
|
26470
|
+
export declare type GraphStoreServiceAssociatedDeploymentArgs = {
|
|
26471
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26472
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26473
|
+
id: Scalars['ID']['input'];
|
|
26474
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
26475
|
+
};
|
|
26476
|
+
export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
|
|
26477
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26478
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26479
|
+
id: Scalars['ID']['input'];
|
|
26480
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
26481
|
+
};
|
|
26381
26482
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
26382
26483
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26383
26484
|
filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
|
|
@@ -26612,6 +26713,12 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardRelationshipArgs = {
|
|
|
26612
26713
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26613
26714
|
id: Scalars['ID']['input'];
|
|
26614
26715
|
};
|
|
26716
|
+
export declare type GraphStoreTeamOwnsComponentArgs = {
|
|
26717
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26718
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26719
|
+
id: Scalars['ID']['input'];
|
|
26720
|
+
sort?: InputMaybe<GraphStoreTeamOwnsComponentSortInput>;
|
|
26721
|
+
};
|
|
26615
26722
|
export declare type GraphStoreTeamWorksOnProjectArgs = {
|
|
26616
26723
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26617
26724
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26696,16 +26803,6 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
|
|
|
26696
26803
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26697
26804
|
id: Scalars['ID']['input'];
|
|
26698
26805
|
};
|
|
26699
|
-
export declare type GraphStoreUserIsInTeamInverseRelationshipArgs = {
|
|
26700
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
26701
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26702
|
-
id: Scalars['ID']['input'];
|
|
26703
|
-
};
|
|
26704
|
-
export declare type GraphStoreUserIsInTeamRelationshipArgs = {
|
|
26705
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
26706
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26707
|
-
id: Scalars['ID']['input'];
|
|
26708
|
-
};
|
|
26709
26806
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
26710
26807
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26711
26808
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26963,25 +27060,8 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
26963
27060
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
26964
27061
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26965
27062
|
};
|
|
26966
|
-
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput = {
|
|
26967
|
-
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
26968
|
-
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
26969
|
-
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
26970
|
-
relationship_syncLabels?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
26971
|
-
relationship_synced?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
26972
|
-
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
26973
|
-
};
|
|
26974
|
-
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput = {
|
|
26975
|
-
and?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
26976
|
-
or?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
26977
|
-
};
|
|
26978
27063
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput = {
|
|
26979
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
26980
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
26981
27064
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26982
|
-
relationship_syncLabels?: InputMaybe<GraphStoreSortInput>;
|
|
26983
|
-
relationship_synced?: InputMaybe<GraphStoreSortInput>;
|
|
26984
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
26985
27065
|
};
|
|
26986
27066
|
export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
|
|
26987
27067
|
__typename?: 'GraphStoreBatchContentReferencedEntityConnection';
|
|
@@ -26998,7 +27078,7 @@ export declare type GraphStoreBatchContentReferencedEntityEndNode = Node & {
|
|
|
26998
27078
|
data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
|
|
26999
27079
|
id: Scalars['ID']['output'];
|
|
27000
27080
|
};
|
|
27001
|
-
export declare type GraphStoreBatchContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
|
|
27081
|
+
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
27002
27082
|
export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
|
|
27003
27083
|
__typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
|
|
27004
27084
|
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
|
|
@@ -27065,6 +27145,129 @@ export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartNode = Node
|
|
|
27065
27145
|
id: Scalars['ID']['output'];
|
|
27066
27146
|
};
|
|
27067
27147
|
export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartUnion = MercuryFocusArea;
|
|
27148
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalConnection = HasPageInfo & {
|
|
27149
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalConnection';
|
|
27150
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEdge>>;
|
|
27151
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalNode>>;
|
|
27152
|
+
pageInfo: PageInfo;
|
|
27153
|
+
};
|
|
27154
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEdge = {
|
|
27155
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEdge';
|
|
27156
|
+
node: GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection;
|
|
27157
|
+
};
|
|
27158
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndNode = Node & {
|
|
27159
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEndNode';
|
|
27160
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEndUnion>;
|
|
27161
|
+
id: Scalars['ID']['output'];
|
|
27162
|
+
};
|
|
27163
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndUnion = TownsquareGoal;
|
|
27164
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection = {
|
|
27165
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection';
|
|
27166
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge>>;
|
|
27167
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalNode>>;
|
|
27168
|
+
requestedId: Scalars['ID']['output'];
|
|
27169
|
+
};
|
|
27170
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge = {
|
|
27171
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge';
|
|
27172
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27173
|
+
node: GraphStoreBatchFocusAreaHasAtlasGoalNode;
|
|
27174
|
+
};
|
|
27175
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalNode = Node & {
|
|
27176
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalNode';
|
|
27177
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27178
|
+
from: GraphStoreBatchFocusAreaHasAtlasGoalStartNode;
|
|
27179
|
+
id: Scalars['ID']['output'];
|
|
27180
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27181
|
+
to: GraphStoreBatchFocusAreaHasAtlasGoalEndNode;
|
|
27182
|
+
};
|
|
27183
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartNode = Node & {
|
|
27184
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalStartNode';
|
|
27185
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalStartUnion>;
|
|
27186
|
+
id: Scalars['ID']['output'];
|
|
27187
|
+
};
|
|
27188
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartUnion = MercuryFocusArea;
|
|
27189
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaConnection = HasPageInfo & {
|
|
27190
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaConnection';
|
|
27191
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaEdge>>;
|
|
27192
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaNode>>;
|
|
27193
|
+
pageInfo: PageInfo;
|
|
27194
|
+
};
|
|
27195
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEdge = {
|
|
27196
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEdge';
|
|
27197
|
+
node: GraphStoreBatchFocusAreaHasFocusAreaInnerConnection;
|
|
27198
|
+
};
|
|
27199
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEndNode = Node & {
|
|
27200
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEndNode';
|
|
27201
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaEndUnion>;
|
|
27202
|
+
id: Scalars['ID']['output'];
|
|
27203
|
+
};
|
|
27204
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEndUnion = MercuryFocusArea;
|
|
27205
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaInnerConnection = {
|
|
27206
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaInnerConnection';
|
|
27207
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaInnerEdge>>;
|
|
27208
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaNode>>;
|
|
27209
|
+
requestedId: Scalars['ID']['output'];
|
|
27210
|
+
};
|
|
27211
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaInnerEdge = {
|
|
27212
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaInnerEdge';
|
|
27213
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27214
|
+
node: GraphStoreBatchFocusAreaHasFocusAreaNode;
|
|
27215
|
+
};
|
|
27216
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaNode = Node & {
|
|
27217
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaNode';
|
|
27218
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27219
|
+
from: GraphStoreBatchFocusAreaHasFocusAreaStartNode;
|
|
27220
|
+
id: Scalars['ID']['output'];
|
|
27221
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27222
|
+
to: GraphStoreBatchFocusAreaHasFocusAreaEndNode;
|
|
27223
|
+
};
|
|
27224
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaStartNode = Node & {
|
|
27225
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaStartNode';
|
|
27226
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaStartUnion>;
|
|
27227
|
+
id: Scalars['ID']['output'];
|
|
27228
|
+
};
|
|
27229
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaStartUnion = MercuryFocusArea;
|
|
27230
|
+
export declare type GraphStoreBatchFocusAreaHasProjectConnection = HasPageInfo & {
|
|
27231
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectConnection';
|
|
27232
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectEdge>>;
|
|
27233
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
|
|
27234
|
+
pageInfo: PageInfo;
|
|
27235
|
+
};
|
|
27236
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEdge = {
|
|
27237
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectEdge';
|
|
27238
|
+
node: GraphStoreBatchFocusAreaHasProjectInnerConnection;
|
|
27239
|
+
};
|
|
27240
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndNode = Node & {
|
|
27241
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectEndNode';
|
|
27242
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
|
|
27243
|
+
id: Scalars['ID']['output'];
|
|
27244
|
+
};
|
|
27245
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | TownsquareProject;
|
|
27246
|
+
export declare type GraphStoreBatchFocusAreaHasProjectInnerConnection = {
|
|
27247
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerConnection';
|
|
27248
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectInnerEdge>>;
|
|
27249
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
|
|
27250
|
+
requestedId: Scalars['ID']['output'];
|
|
27251
|
+
};
|
|
27252
|
+
export declare type GraphStoreBatchFocusAreaHasProjectInnerEdge = {
|
|
27253
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerEdge';
|
|
27254
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27255
|
+
node: GraphStoreBatchFocusAreaHasProjectNode;
|
|
27256
|
+
};
|
|
27257
|
+
export declare type GraphStoreBatchFocusAreaHasProjectNode = Node & {
|
|
27258
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectNode';
|
|
27259
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27260
|
+
from: GraphStoreBatchFocusAreaHasProjectStartNode;
|
|
27261
|
+
id: Scalars['ID']['output'];
|
|
27262
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27263
|
+
to: GraphStoreBatchFocusAreaHasProjectEndNode;
|
|
27264
|
+
};
|
|
27265
|
+
export declare type GraphStoreBatchFocusAreaHasProjectStartNode = Node & {
|
|
27266
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectStartNode';
|
|
27267
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasProjectStartUnion>;
|
|
27268
|
+
id: Scalars['ID']['output'];
|
|
27269
|
+
};
|
|
27270
|
+
export declare type GraphStoreBatchFocusAreaHasProjectStartUnion = MercuryFocusArea;
|
|
27068
27271
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & {
|
|
27069
27272
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection';
|
|
27070
27273
|
edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -27569,6 +27772,20 @@ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjec
|
|
|
27569
27772
|
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
27570
27773
|
status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
|
|
27571
27774
|
};
|
|
27775
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalInput = {
|
|
27776
|
+
relationships: Array<GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput>;
|
|
27777
|
+
};
|
|
27778
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalPayload = Payload & {
|
|
27779
|
+
__typename?: 'GraphStoreCreateFocusAreaHasAtlasGoalPayload';
|
|
27780
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27781
|
+
success: Scalars['Boolean']['output'];
|
|
27782
|
+
};
|
|
27783
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput = {
|
|
27784
|
+
from: Scalars['ID']['input'];
|
|
27785
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
27786
|
+
to: Scalars['ID']['input'];
|
|
27787
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27788
|
+
};
|
|
27572
27789
|
export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
27573
27790
|
relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
27574
27791
|
};
|
|
@@ -27765,20 +27982,6 @@ export declare type GraphStoreCreateProjectHasVersionRelationshipInput = {
|
|
|
27765
27982
|
to: Scalars['ID']['input'];
|
|
27766
27983
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27767
27984
|
};
|
|
27768
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectInput = {
|
|
27769
|
-
relationships: Array<GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput>;
|
|
27770
|
-
};
|
|
27771
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectPayload = Payload & {
|
|
27772
|
-
__typename?: 'GraphStoreCreateSpaceAssociatedWithProjectPayload';
|
|
27773
|
-
errors?: Maybe<Array<MutationError>>;
|
|
27774
|
-
success: Scalars['Boolean']['output'];
|
|
27775
|
-
};
|
|
27776
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput = {
|
|
27777
|
-
from: Scalars['ID']['input'];
|
|
27778
|
-
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
27779
|
-
to: Scalars['ID']['input'];
|
|
27780
|
-
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27781
|
-
};
|
|
27782
27985
|
export declare type GraphStoreCreateSprintRetrospectivePageInput = {
|
|
27783
27986
|
relationships: Array<GraphStoreCreateSprintRetrospectivePageRelationshipInput>;
|
|
27784
27987
|
};
|
|
@@ -27917,6 +28120,18 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
|
|
|
27917
28120
|
from: Scalars['ID']['input'];
|
|
27918
28121
|
to: Scalars['ID']['input'];
|
|
27919
28122
|
};
|
|
28123
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
|
|
28124
|
+
relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28125
|
+
};
|
|
28126
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28127
|
+
__typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
|
|
28128
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28129
|
+
success: Scalars['Boolean']['output'];
|
|
28130
|
+
};
|
|
28131
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28132
|
+
from: Scalars['ID']['input'];
|
|
28133
|
+
to: Scalars['ID']['input'];
|
|
28134
|
+
};
|
|
27920
28135
|
export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
27921
28136
|
relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
27922
28137
|
};
|
|
@@ -28085,18 +28300,6 @@ export declare type GraphStoreDeleteProjectHasVersionRelationshipInput = {
|
|
|
28085
28300
|
from: Scalars['ID']['input'];
|
|
28086
28301
|
to: Scalars['ID']['input'];
|
|
28087
28302
|
};
|
|
28088
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectInput = {
|
|
28089
|
-
relationships: Array<GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput>;
|
|
28090
|
-
};
|
|
28091
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectPayload = Payload & {
|
|
28092
|
-
__typename?: 'GraphStoreDeleteSpaceAssociatedWithProjectPayload';
|
|
28093
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28094
|
-
success: Scalars['Boolean']['output'];
|
|
28095
|
-
};
|
|
28096
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput = {
|
|
28097
|
-
from: Scalars['ID']['input'];
|
|
28098
|
-
to: Scalars['ID']['input'];
|
|
28099
|
-
};
|
|
28100
28303
|
export declare type GraphStoreDeleteSprintRetrospectivePageInput = {
|
|
28101
28304
|
relationships: Array<GraphStoreDeleteSprintRetrospectivePageRelationshipInput>;
|
|
28102
28305
|
};
|
|
@@ -28180,6 +28383,18 @@ export declare type GraphStoreFloatFilterInput = {
|
|
|
28180
28383
|
export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
|
|
28181
28384
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28182
28385
|
};
|
|
28386
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalSortInput = {
|
|
28387
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
28388
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
28389
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28390
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28391
|
+
};
|
|
28392
|
+
export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
|
|
28393
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28394
|
+
};
|
|
28395
|
+
export declare type GraphStoreFocusAreaHasProjectSortInput = {
|
|
28396
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28397
|
+
};
|
|
28183
28398
|
export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
|
|
28184
28399
|
__typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
|
|
28185
28400
|
edges: Array<Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceEdge>>;
|
|
@@ -28329,8 +28544,10 @@ export declare type GraphStoreFullComponentAssociatedDocumentNode = Node & {
|
|
|
28329
28544
|
};
|
|
28330
28545
|
export declare type GraphStoreFullComponentAssociatedDocumentStartNode = {
|
|
28331
28546
|
__typename?: 'GraphStoreFullComponentAssociatedDocumentStartNode';
|
|
28547
|
+
data?: Maybe<GraphStoreFullComponentAssociatedDocumentStartUnion>;
|
|
28332
28548
|
id: Scalars['ID']['output'];
|
|
28333
28549
|
};
|
|
28550
|
+
export declare type GraphStoreFullComponentAssociatedDocumentStartUnion = CompassComponent;
|
|
28334
28551
|
export declare type GraphStoreFullComponentImpactedByIncidentConnection = HasPageInfo & {
|
|
28335
28552
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentConnection';
|
|
28336
28553
|
edges: Array<Maybe<GraphStoreFullComponentImpactedByIncidentEdge>>;
|
|
@@ -28388,7 +28605,7 @@ export declare type GraphStoreFullComponentImpactedByIncidentStartNode = {
|
|
|
28388
28605
|
data?: Maybe<GraphStoreFullComponentImpactedByIncidentStartUnion>;
|
|
28389
28606
|
id: Scalars['ID']['output'];
|
|
28390
28607
|
};
|
|
28391
|
-
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = DevOpsOperationsComponentDetails;
|
|
28608
|
+
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
28392
28609
|
export declare type GraphStoreFullComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
28393
28610
|
__typename?: 'GraphStoreFullComponentLinkedJswIssueConnection';
|
|
28394
28611
|
edges: Array<Maybe<GraphStoreFullComponentLinkedJswIssueEdge>>;
|
|
@@ -28421,7 +28638,7 @@ export declare type GraphStoreFullComponentLinkedJswIssueStartNode = {
|
|
|
28421
28638
|
data?: Maybe<GraphStoreFullComponentLinkedJswIssueStartUnion>;
|
|
28422
28639
|
id: Scalars['ID']['output'];
|
|
28423
28640
|
};
|
|
28424
|
-
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
28641
|
+
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
28425
28642
|
export declare type GraphStoreFullContentReferencedEntityConnection = HasPageInfo & {
|
|
28426
28643
|
__typename?: 'GraphStoreFullContentReferencedEntityConnection';
|
|
28427
28644
|
edges: Array<Maybe<GraphStoreFullContentReferencedEntityEdge>>;
|
|
@@ -28438,7 +28655,7 @@ export declare type GraphStoreFullContentReferencedEntityEndNode = {
|
|
|
28438
28655
|
data?: Maybe<GraphStoreFullContentReferencedEntityEndUnion>;
|
|
28439
28656
|
id: Scalars['ID']['output'];
|
|
28440
28657
|
};
|
|
28441
|
-
export declare type GraphStoreFullContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
|
|
28658
|
+
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
28442
28659
|
export declare type GraphStoreFullContentReferencedEntityNode = Node & {
|
|
28443
28660
|
__typename?: 'GraphStoreFullContentReferencedEntityNode';
|
|
28444
28661
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -28698,11 +28915,13 @@ export declare type GraphStoreFullIssueAssociatedDeploymentAuthorOutput = {
|
|
|
28698
28915
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentAuthorOutput';
|
|
28699
28916
|
authorAri?: Maybe<Scalars['String']['output']>;
|
|
28700
28917
|
};
|
|
28701
|
-
export declare type GraphStoreFullIssueAssociatedDeploymentConnection = HasPageInfo & {
|
|
28918
|
+
export declare type GraphStoreFullIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
28702
28919
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentConnection';
|
|
28703
28920
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedDeploymentEdge>>;
|
|
28921
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
28704
28922
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedDeploymentNode>>;
|
|
28705
28923
|
pageInfo: PageInfo;
|
|
28924
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
28706
28925
|
};
|
|
28707
28926
|
export declare enum GraphStoreFullIssueAssociatedDeploymentDeploymentStateOutput {
|
|
28708
28927
|
Cancelled = "CANCELLED",
|
|
@@ -29014,8 +29233,10 @@ export declare type GraphStoreFullIssueChangesComponentEdge = {
|
|
|
29014
29233
|
};
|
|
29015
29234
|
export declare type GraphStoreFullIssueChangesComponentEndNode = {
|
|
29016
29235
|
__typename?: 'GraphStoreFullIssueChangesComponentEndNode';
|
|
29236
|
+
data?: Maybe<GraphStoreFullIssueChangesComponentEndUnion>;
|
|
29017
29237
|
id: Scalars['ID']['output'];
|
|
29018
29238
|
};
|
|
29239
|
+
export declare type GraphStoreFullIssueChangesComponentEndUnion = CompassComponent;
|
|
29019
29240
|
export declare type GraphStoreFullIssueChangesComponentNode = Node & {
|
|
29020
29241
|
__typename?: 'GraphStoreFullIssueChangesComponentNode';
|
|
29021
29242
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -29277,7 +29498,7 @@ export declare type GraphStoreFullJswProjectAssociatedComponentEndNode = {
|
|
|
29277
29498
|
data?: Maybe<GraphStoreFullJswProjectAssociatedComponentEndUnion>;
|
|
29278
29499
|
id: Scalars['ID']['output'];
|
|
29279
29500
|
};
|
|
29280
|
-
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
29501
|
+
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
29281
29502
|
export declare type GraphStoreFullJswProjectAssociatedComponentNode = Node & {
|
|
29282
29503
|
__typename?: 'GraphStoreFullJswProjectAssociatedComponentNode';
|
|
29283
29504
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -31159,33 +31380,6 @@ export declare type GraphStoreFullTestPerfhammerRelationshipStartNode = {
|
|
|
31159
31380
|
id: Scalars['ID']['output'];
|
|
31160
31381
|
};
|
|
31161
31382
|
export declare type GraphStoreFullTestPerfhammerRelationshipStartUnion = JiraIssue;
|
|
31162
|
-
export declare type GraphStoreFullUserIsInTeamConnection = HasPageInfo & {
|
|
31163
|
-
__typename?: 'GraphStoreFullUserIsInTeamConnection';
|
|
31164
|
-
edges: Array<Maybe<GraphStoreFullUserIsInTeamEdge>>;
|
|
31165
|
-
nodes: Array<Maybe<GraphStoreFullUserIsInTeamNode>>;
|
|
31166
|
-
pageInfo: PageInfo;
|
|
31167
|
-
};
|
|
31168
|
-
export declare type GraphStoreFullUserIsInTeamEdge = {
|
|
31169
|
-
__typename?: 'GraphStoreFullUserIsInTeamEdge';
|
|
31170
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
31171
|
-
node: GraphStoreFullUserIsInTeamNode;
|
|
31172
|
-
};
|
|
31173
|
-
export declare type GraphStoreFullUserIsInTeamEndNode = {
|
|
31174
|
-
__typename?: 'GraphStoreFullUserIsInTeamEndNode';
|
|
31175
|
-
id: Scalars['ID']['output'];
|
|
31176
|
-
};
|
|
31177
|
-
export declare type GraphStoreFullUserIsInTeamNode = Node & {
|
|
31178
|
-
__typename?: 'GraphStoreFullUserIsInTeamNode';
|
|
31179
|
-
createdAt: Scalars['DateTime']['output'];
|
|
31180
|
-
from: GraphStoreFullUserIsInTeamStartNode;
|
|
31181
|
-
id: Scalars['ID']['output'];
|
|
31182
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
31183
|
-
to: GraphStoreFullUserIsInTeamEndNode;
|
|
31184
|
-
};
|
|
31185
|
-
export declare type GraphStoreFullUserIsInTeamStartNode = {
|
|
31186
|
-
__typename?: 'GraphStoreFullUserIsInTeamStartNode';
|
|
31187
|
-
id: Scalars['ID']['output'];
|
|
31188
|
-
};
|
|
31189
31383
|
export declare type GraphStoreFullVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
31190
31384
|
__typename?: 'GraphStoreFullVersionAssociatedBranchConnection';
|
|
31191
31385
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedBranchEdge>>;
|
|
@@ -31635,8 +31829,17 @@ export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
|
31635
31829
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
31636
31830
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31637
31831
|
};
|
|
31832
|
+
export declare type GraphStoreIssueAssociatedDeploymentAuthorSortInput = {
|
|
31833
|
+
authorAri?: InputMaybe<GraphStoreSortInput>;
|
|
31834
|
+
};
|
|
31638
31835
|
export declare type GraphStoreIssueAssociatedDeploymentSortInput = {
|
|
31836
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
31837
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
31639
31838
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31839
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
31840
|
+
to_author?: InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorSortInput>;
|
|
31841
|
+
to_environmentType?: InputMaybe<GraphStoreSortInput>;
|
|
31842
|
+
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
31640
31843
|
};
|
|
31641
31844
|
export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
31642
31845
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -31783,6 +31986,7 @@ export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
|
31783
31986
|
export declare type GraphStoreMutation = {
|
|
31784
31987
|
__typename?: 'GraphStoreMutation';
|
|
31785
31988
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
31989
|
+
createFocusAreaHasAtlasGoal?: Maybe<GraphStoreCreateFocusAreaHasAtlasGoalPayload>;
|
|
31786
31990
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
31787
31991
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
31788
31992
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
@@ -31797,7 +32001,6 @@ export declare type GraphStoreMutation = {
|
|
|
31797
32001
|
createProjectHasRelatedWorkWithProject?: Maybe<GraphStoreCreateProjectHasRelatedWorkWithProjectPayload>;
|
|
31798
32002
|
createProjectHasSharedVersionWith?: Maybe<GraphStoreCreateProjectHasSharedVersionWithPayload>;
|
|
31799
32003
|
createProjectHasVersion?: Maybe<GraphStoreCreateProjectHasVersionPayload>;
|
|
31800
|
-
createSpaceAssociatedWithProject?: Maybe<GraphStoreCreateSpaceAssociatedWithProjectPayload>;
|
|
31801
32004
|
createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
|
|
31802
32005
|
createSprintRetrospectiveWhiteboard?: Maybe<GraphStoreCreateSprintRetrospectiveWhiteboardPayload>;
|
|
31803
32006
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
@@ -31805,6 +32008,7 @@ export declare type GraphStoreMutation = {
|
|
|
31805
32008
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
31806
32009
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
31807
32010
|
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
32011
|
+
deleteFocusAreaHasAtlasGoal?: Maybe<GraphStoreDeleteFocusAreaHasAtlasGoalPayload>;
|
|
31808
32012
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
31809
32013
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
31810
32014
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
@@ -31819,7 +32023,6 @@ export declare type GraphStoreMutation = {
|
|
|
31819
32023
|
deleteProjectHasRelatedWorkWithProject?: Maybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload>;
|
|
31820
32024
|
deleteProjectHasSharedVersionWith?: Maybe<GraphStoreDeleteProjectHasSharedVersionWithPayload>;
|
|
31821
32025
|
deleteProjectHasVersion?: Maybe<GraphStoreDeleteProjectHasVersionPayload>;
|
|
31822
|
-
deleteSpaceAssociatedWithProject?: Maybe<GraphStoreDeleteSpaceAssociatedWithProjectPayload>;
|
|
31823
32026
|
deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
|
|
31824
32027
|
deleteSprintRetrospectiveWhiteboard?: Maybe<GraphStoreDeleteSprintRetrospectiveWhiteboardPayload>;
|
|
31825
32028
|
deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
|
|
@@ -31830,6 +32033,9 @@ export declare type GraphStoreMutation = {
|
|
|
31830
32033
|
export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
|
|
31831
32034
|
input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
|
|
31832
32035
|
};
|
|
32036
|
+
export declare type GraphStoreMutationCreateFocusAreaHasAtlasGoalArgs = {
|
|
32037
|
+
input?: InputMaybe<GraphStoreCreateFocusAreaHasAtlasGoalInput>;
|
|
32038
|
+
};
|
|
31833
32039
|
export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
31834
32040
|
input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
31835
32041
|
};
|
|
@@ -31872,9 +32078,6 @@ export declare type GraphStoreMutationCreateProjectHasSharedVersionWithArgs = {
|
|
|
31872
32078
|
export declare type GraphStoreMutationCreateProjectHasVersionArgs = {
|
|
31873
32079
|
input?: InputMaybe<GraphStoreCreateProjectHasVersionInput>;
|
|
31874
32080
|
};
|
|
31875
|
-
export declare type GraphStoreMutationCreateSpaceAssociatedWithProjectArgs = {
|
|
31876
|
-
input?: InputMaybe<GraphStoreCreateSpaceAssociatedWithProjectInput>;
|
|
31877
|
-
};
|
|
31878
32081
|
export declare type GraphStoreMutationCreateSprintRetrospectivePageArgs = {
|
|
31879
32082
|
input?: InputMaybe<GraphStoreCreateSprintRetrospectivePageInput>;
|
|
31880
32083
|
};
|
|
@@ -31896,6 +32099,9 @@ export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
|
|
|
31896
32099
|
export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
|
|
31897
32100
|
input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
|
|
31898
32101
|
};
|
|
32102
|
+
export declare type GraphStoreMutationDeleteFocusAreaHasAtlasGoalArgs = {
|
|
32103
|
+
input?: InputMaybe<GraphStoreDeleteFocusAreaHasAtlasGoalInput>;
|
|
32104
|
+
};
|
|
31899
32105
|
export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
31900
32106
|
input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
31901
32107
|
};
|
|
@@ -31938,9 +32144,6 @@ export declare type GraphStoreMutationDeleteProjectHasSharedVersionWithArgs = {
|
|
|
31938
32144
|
export declare type GraphStoreMutationDeleteProjectHasVersionArgs = {
|
|
31939
32145
|
input?: InputMaybe<GraphStoreDeleteProjectHasVersionInput>;
|
|
31940
32146
|
};
|
|
31941
|
-
export declare type GraphStoreMutationDeleteSpaceAssociatedWithProjectArgs = {
|
|
31942
|
-
input?: InputMaybe<GraphStoreDeleteSpaceAssociatedWithProjectInput>;
|
|
31943
|
-
};
|
|
31944
32147
|
export declare type GraphStoreMutationDeleteSprintRetrospectivePageArgs = {
|
|
31945
32148
|
input?: InputMaybe<GraphStoreDeleteSprintRetrospectivePageInput>;
|
|
31946
32149
|
};
|
|
@@ -32409,6 +32612,9 @@ export declare type GraphStoreProjectLinkedToCompassComponentSortInput = {
|
|
|
32409
32612
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput = {
|
|
32410
32613
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32411
32614
|
};
|
|
32615
|
+
export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
32616
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32617
|
+
};
|
|
32412
32618
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
32413
32619
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
32414
32620
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -32506,12 +32712,10 @@ export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInvers
|
|
|
32506
32712
|
};
|
|
32507
32713
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInverseUnion = TownsquareProject;
|
|
32508
32714
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalUnion = TownsquareGoal;
|
|
32509
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo &
|
|
32715
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo & {
|
|
32510
32716
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection';
|
|
32511
32717
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge>>>;
|
|
32512
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32513
32718
|
pageInfo: PageInfo;
|
|
32514
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32515
32719
|
};
|
|
32516
32720
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
32517
32721
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge';
|
|
@@ -32521,12 +32725,10 @@ export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
|
32521
32725
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32522
32726
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicUnion>;
|
|
32523
32727
|
};
|
|
32524
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo &
|
|
32728
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo & {
|
|
32525
32729
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection';
|
|
32526
32730
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge>>>;
|
|
32527
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32528
32731
|
pageInfo: PageInfo;
|
|
32529
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32530
32732
|
};
|
|
32531
32733
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge = {
|
|
32532
32734
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge';
|
|
@@ -32551,6 +32753,20 @@ export declare type GraphStoreSimplifiedComponentAssociatedDocumentEdge = {
|
|
|
32551
32753
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32552
32754
|
node?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentUnion>;
|
|
32553
32755
|
};
|
|
32756
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection = HasPageInfo & {
|
|
32757
|
+
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection';
|
|
32758
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge>>>;
|
|
32759
|
+
pageInfo: PageInfo;
|
|
32760
|
+
};
|
|
32761
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge = {
|
|
32762
|
+
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge';
|
|
32763
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32764
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32765
|
+
id: Scalars['ID']['output'];
|
|
32766
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32767
|
+
node?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion>;
|
|
32768
|
+
};
|
|
32769
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion = CompassComponent;
|
|
32554
32770
|
export declare type GraphStoreSimplifiedComponentAssociatedDocumentUnion = DevOpsDocument;
|
|
32555
32771
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentConnection = HasPageInfo & {
|
|
32556
32772
|
__typename?: 'GraphStoreSimplifiedComponentImpactedByIncidentConnection';
|
|
@@ -32578,7 +32794,7 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge =
|
|
|
32578
32794
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32579
32795
|
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion>;
|
|
32580
32796
|
};
|
|
32581
|
-
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = DevOpsOperationsComponentDetails;
|
|
32797
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
32582
32798
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
32583
32799
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectConnection = HasPageInfo & {
|
|
32584
32800
|
__typename?: 'GraphStoreSimplifiedComponentLinkIsJiraProjectConnection';
|
|
@@ -32624,7 +32840,7 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
32624
32840
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32625
32841
|
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion>;
|
|
32626
32842
|
};
|
|
32627
|
-
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
32843
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
32628
32844
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
32629
32845
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
32630
32846
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
@@ -32653,7 +32869,7 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
32653
32869
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
32654
32870
|
};
|
|
32655
32871
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluencePage | JiraIssue;
|
|
32656
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = ConfluencePage | JiraIssue;
|
|
32872
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
32657
32873
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
32658
32874
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
32659
32875
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -32682,6 +32898,94 @@ export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseEdge
|
|
|
32682
32898
|
};
|
|
32683
32899
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseUnion = MercuryFocusArea;
|
|
32684
32900
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectUnion = DevOpsProjectDetails;
|
|
32901
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & HasTotal & {
|
|
32902
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection';
|
|
32903
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge>>>;
|
|
32904
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32905
|
+
pageInfo: PageInfo;
|
|
32906
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32907
|
+
};
|
|
32908
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
32909
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge';
|
|
32910
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32911
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32912
|
+
id: Scalars['ID']['output'];
|
|
32913
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32914
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion>;
|
|
32915
|
+
};
|
|
32916
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & HasTotal & {
|
|
32917
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection';
|
|
32918
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge>>>;
|
|
32919
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32920
|
+
pageInfo: PageInfo;
|
|
32921
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32922
|
+
};
|
|
32923
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge = {
|
|
32924
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge';
|
|
32925
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32926
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32927
|
+
id: Scalars['ID']['output'];
|
|
32928
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32929
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseUnion>;
|
|
32930
|
+
};
|
|
32931
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseUnion = MercuryFocusArea;
|
|
32932
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion = TownsquareGoal;
|
|
32933
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaConnection = HasPageInfo & {
|
|
32934
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaConnection';
|
|
32935
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaEdge>>>;
|
|
32936
|
+
pageInfo: PageInfo;
|
|
32937
|
+
};
|
|
32938
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaEdge = {
|
|
32939
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaEdge';
|
|
32940
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32941
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32942
|
+
id: Scalars['ID']['output'];
|
|
32943
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32944
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaUnion>;
|
|
32945
|
+
};
|
|
32946
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection = HasPageInfo & {
|
|
32947
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection';
|
|
32948
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge>>>;
|
|
32949
|
+
pageInfo: PageInfo;
|
|
32950
|
+
};
|
|
32951
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge = {
|
|
32952
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge';
|
|
32953
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32954
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32955
|
+
id: Scalars['ID']['output'];
|
|
32956
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32957
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion>;
|
|
32958
|
+
};
|
|
32959
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion = MercuryFocusArea;
|
|
32960
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaUnion = MercuryFocusArea;
|
|
32961
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectConnection = HasPageInfo & {
|
|
32962
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectConnection';
|
|
32963
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectEdge>>>;
|
|
32964
|
+
pageInfo: PageInfo;
|
|
32965
|
+
};
|
|
32966
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectEdge = {
|
|
32967
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectEdge';
|
|
32968
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32969
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32970
|
+
id: Scalars['ID']['output'];
|
|
32971
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32972
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectUnion>;
|
|
32973
|
+
};
|
|
32974
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseConnection = HasPageInfo & {
|
|
32975
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseConnection';
|
|
32976
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseEdge>>>;
|
|
32977
|
+
pageInfo: PageInfo;
|
|
32978
|
+
};
|
|
32979
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
|
|
32980
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseEdge';
|
|
32981
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32982
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32983
|
+
id: Scalars['ID']['output'];
|
|
32984
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32985
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseUnion>;
|
|
32986
|
+
};
|
|
32987
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
|
|
32988
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | TownsquareProject;
|
|
32685
32989
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
32686
32990
|
__typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
|
|
32687
32991
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewEdge>>>;
|
|
@@ -32852,10 +33156,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
|
32852
33156
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseUnion>;
|
|
32853
33157
|
};
|
|
32854
33158
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseUnion = JiraIssue;
|
|
32855
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & {
|
|
33159
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
32856
33160
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentConnection';
|
|
32857
33161
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentEdge>>>;
|
|
33162
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32858
33163
|
pageInfo: PageInfo;
|
|
33164
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32859
33165
|
};
|
|
32860
33166
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentEdge = {
|
|
32861
33167
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentEdge';
|
|
@@ -32865,10 +33171,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentEdge = {
|
|
|
32865
33171
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32866
33172
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentUnion>;
|
|
32867
33173
|
};
|
|
32868
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
33174
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection = HasPageInfo & HasTotal & {
|
|
32869
33175
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection';
|
|
32870
33176
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge>>>;
|
|
33177
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32871
33178
|
pageInfo: PageInfo;
|
|
33179
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32872
33180
|
};
|
|
32873
33181
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
32874
33182
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge';
|
|
@@ -33006,6 +33314,21 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
|
33006
33314
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion>;
|
|
33007
33315
|
};
|
|
33008
33316
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion = JiraIssue;
|
|
33317
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentConnection = HasPageInfo & HasTotal & {
|
|
33318
|
+
__typename?: 'GraphStoreSimplifiedIssueChangesComponentConnection';
|
|
33319
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentEdge>>>;
|
|
33320
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33321
|
+
pageInfo: PageInfo;
|
|
33322
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33323
|
+
};
|
|
33324
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentEdge = {
|
|
33325
|
+
__typename?: 'GraphStoreSimplifiedIssueChangesComponentEdge';
|
|
33326
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33327
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33328
|
+
id: Scalars['ID']['output'];
|
|
33329
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33330
|
+
node?: Maybe<GraphStoreSimplifiedIssueChangesComponentUnion>;
|
|
33331
|
+
};
|
|
33009
33332
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseConnection = HasPageInfo & HasTotal & {
|
|
33010
33333
|
__typename?: 'GraphStoreSimplifiedIssueChangesComponentInverseConnection';
|
|
33011
33334
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentInverseEdge>>>;
|
|
@@ -33022,6 +33345,7 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
|
|
|
33022
33345
|
node?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseUnion>;
|
|
33023
33346
|
};
|
|
33024
33347
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
|
|
33348
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentUnion = CompassComponent;
|
|
33025
33349
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
33026
33350
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
33027
33351
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -33273,7 +33597,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseEdge
|
|
|
33273
33597
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion>;
|
|
33274
33598
|
};
|
|
33275
33599
|
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion = JiraProject;
|
|
33276
|
-
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
33600
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
33277
33601
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentConnection = HasPageInfo & HasTotal & {
|
|
33278
33602
|
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedIncidentConnection';
|
|
33279
33603
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentEdge>>>;
|
|
@@ -34254,6 +34578,34 @@ export declare type GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabili
|
|
|
34254
34578
|
node?: Maybe<GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabilityUnion>;
|
|
34255
34579
|
};
|
|
34256
34580
|
export declare type GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabilityUnion = DevOpsSecurityVulnerabilityDetails;
|
|
34581
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentConnection = HasPageInfo & {
|
|
34582
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentConnection';
|
|
34583
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentEdge>>>;
|
|
34584
|
+
pageInfo: PageInfo;
|
|
34585
|
+
};
|
|
34586
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentEdge = {
|
|
34587
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentEdge';
|
|
34588
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34589
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34590
|
+
id: Scalars['ID']['output'];
|
|
34591
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34592
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentUnion>;
|
|
34593
|
+
};
|
|
34594
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
34595
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection';
|
|
34596
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge>>>;
|
|
34597
|
+
pageInfo: PageInfo;
|
|
34598
|
+
};
|
|
34599
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge = {
|
|
34600
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge';
|
|
34601
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34602
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34603
|
+
id: Scalars['ID']['output'];
|
|
34604
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34605
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion>;
|
|
34606
|
+
};
|
|
34607
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion = DevOpsService;
|
|
34608
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary;
|
|
34257
34609
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
34258
34610
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
34259
34611
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -34406,12 +34758,10 @@ export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseEdg
|
|
|
34406
34758
|
};
|
|
34407
34759
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseUnion = DevOpsPullRequestDetails;
|
|
34408
34760
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageUnion = ConfluencePage;
|
|
34409
|
-
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo &
|
|
34761
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo & {
|
|
34410
34762
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectConnection';
|
|
34411
34763
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectEdge>>>;
|
|
34412
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
34413
34764
|
pageInfo: PageInfo;
|
|
34414
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
34415
34765
|
};
|
|
34416
34766
|
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
34417
34767
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectEdge';
|
|
@@ -34421,12 +34771,10 @@ export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
|
34421
34771
|
lastUpdated: Scalars['DateTime']['output'];
|
|
34422
34772
|
node?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectUnion>;
|
|
34423
34773
|
};
|
|
34424
|
-
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo &
|
|
34774
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo & {
|
|
34425
34775
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection';
|
|
34426
34776
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge>>>;
|
|
34427
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
34428
34777
|
pageInfo: PageInfo;
|
|
34429
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
34430
34778
|
};
|
|
34431
34779
|
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge = {
|
|
34432
34780
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge';
|
|
@@ -34550,6 +34898,20 @@ export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardEdge = {
|
|
|
34550
34898
|
node?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion>;
|
|
34551
34899
|
};
|
|
34552
34900
|
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion = ConfluenceWhiteboard;
|
|
34901
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentConnection = HasPageInfo & {
|
|
34902
|
+
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentConnection';
|
|
34903
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamOwnsComponentEdge>>>;
|
|
34904
|
+
pageInfo: PageInfo;
|
|
34905
|
+
};
|
|
34906
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentEdge = {
|
|
34907
|
+
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentEdge';
|
|
34908
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34909
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34910
|
+
id: Scalars['ID']['output'];
|
|
34911
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34912
|
+
node?: Maybe<GraphStoreSimplifiedTeamOwnsComponentUnion>;
|
|
34913
|
+
};
|
|
34914
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentUnion = CompassComponent;
|
|
34553
34915
|
export declare type GraphStoreSimplifiedTeamWorksOnProjectConnection = HasPageInfo & HasTotal & {
|
|
34554
34916
|
__typename?: 'GraphStoreSimplifiedTeamWorksOnProjectConnection';
|
|
34555
34917
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamWorksOnProjectEdge>>>;
|
|
@@ -34899,10 +35261,7 @@ export declare type GraphStoreSortInput = {
|
|
|
34899
35261
|
priority: Scalars['Int']['input'];
|
|
34900
35262
|
};
|
|
34901
35263
|
export declare type GraphStoreSpaceAssociatedWithProjectSortInput = {
|
|
34902
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
34903
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
34904
35264
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34905
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34906
35265
|
};
|
|
34907
35266
|
export declare enum GraphStoreSprintAssociatedBuildBuildState {
|
|
34908
35267
|
Cancelled = "CANCELLED",
|
|
@@ -35225,6 +35584,9 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardSortInput = {
|
|
|
35225
35584
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35226
35585
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
35227
35586
|
};
|
|
35587
|
+
export declare type GraphStoreTeamOwnsComponentSortInput = {
|
|
35588
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35589
|
+
};
|
|
35228
35590
|
export declare type GraphStoreTeamWorksOnProjectSortInput = {
|
|
35229
35591
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
35230
35592
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -36509,6 +36871,7 @@ export declare type HelpLayoutConnectElement = HelpLayoutVisualEntity & Node & {
|
|
|
36509
36871
|
connectElementType: HelpLayoutConnectElementType;
|
|
36510
36872
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
36511
36873
|
id: Scalars['ID']['output'];
|
|
36874
|
+
isInstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
36512
36875
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
36513
36876
|
};
|
|
36514
36877
|
export declare enum HelpLayoutConnectElementPages {
|
|
@@ -36609,6 +36972,7 @@ export declare type HelpLayoutForgeElement = HelpLayoutVisualEntity & Node & {
|
|
|
36609
36972
|
forgeElementPage: HelpLayoutForgeElementPages;
|
|
36610
36973
|
forgeElementType: HelpLayoutForgeElementType;
|
|
36611
36974
|
id: Scalars['ID']['output'];
|
|
36975
|
+
isInstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
36612
36976
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
36613
36977
|
};
|
|
36614
36978
|
export declare enum HelpLayoutForgeElementPages {
|
|
@@ -37742,6 +38106,7 @@ export declare type InstallationSummaryApp = {
|
|
|
37742
38106
|
installationId?: Maybe<Scalars['ID']['output']>;
|
|
37743
38107
|
isSystemApp?: Maybe<Scalars['Boolean']['output']>;
|
|
37744
38108
|
name?: Maybe<Scalars['String']['output']>;
|
|
38109
|
+
oauthClientId?: Maybe<Scalars['String']['output']>;
|
|
37745
38110
|
};
|
|
37746
38111
|
export declare type InstallationSummaryAppEnvironment = {
|
|
37747
38112
|
__typename?: 'InstallationSummaryAppEnvironment';
|
|
@@ -38288,6 +38653,7 @@ export declare type JiraAdditionalIssueFields = {
|
|
|
38288
38653
|
export declare type JiraAdditionalIssueFieldsConnection = {
|
|
38289
38654
|
__typename?: 'JiraAdditionalIssueFieldsConnection';
|
|
38290
38655
|
edges?: Maybe<Array<Maybe<JiraAdditionalIssueFieldsEdge>>>;
|
|
38656
|
+
errors?: Maybe<Array<QueryError>>;
|
|
38291
38657
|
pageInfo: PageInfo;
|
|
38292
38658
|
totalCount: Scalars['Int']['output'];
|
|
38293
38659
|
};
|
|
@@ -46752,6 +47118,15 @@ export declare type JiraProjectWithIssueTypeIdsFieldAssociationWithIssueTypesArg
|
|
|
46752
47118
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46753
47119
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46754
47120
|
};
|
|
47121
|
+
export declare enum JiraProjectsHelpCenterMappingStatus {
|
|
47122
|
+
All = "ALL",
|
|
47123
|
+
Linked = "LINKED",
|
|
47124
|
+
Unlinked = "UNLINKED"
|
|
47125
|
+
}
|
|
47126
|
+
export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
47127
|
+
helpCenterId: Scalars['ID']['input'];
|
|
47128
|
+
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
47129
|
+
};
|
|
46755
47130
|
export declare type JiraPullRequestReviewer = {
|
|
46756
47131
|
__typename?: 'JiraPullRequestReviewer';
|
|
46757
47132
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -46860,6 +47235,7 @@ export declare type JiraQuery = {
|
|
|
46860
47235
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
46861
47236
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
46862
47237
|
jiraProjectsByJql?: Maybe<JiraProjectConnection>;
|
|
47238
|
+
jiraProjectsMappedToHelpCenter?: Maybe<JiraProjectConnection>;
|
|
46863
47239
|
jiraSoftwareNavigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
46864
47240
|
jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
|
|
46865
47241
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
@@ -47379,6 +47755,14 @@ export declare type JiraQueryJiraProjectsByJqlArgs = {
|
|
|
47379
47755
|
cloudId: Scalars['ID']['input'];
|
|
47380
47756
|
query: Scalars['String']['input'];
|
|
47381
47757
|
};
|
|
47758
|
+
export declare type JiraQueryJiraProjectsMappedToHelpCenterArgs = {
|
|
47759
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
47760
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
47761
|
+
cloudId: Scalars['ID']['input'];
|
|
47762
|
+
filter: JiraProjectsMappedToHelpCenterFilterInput;
|
|
47763
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47764
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47765
|
+
};
|
|
47382
47766
|
export declare type JiraQueryJiraSoftwareNavigationItemsArgs = {
|
|
47383
47767
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
47384
47768
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -67701,22 +68085,28 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
67701
68085
|
};
|
|
67702
68086
|
export declare type TrelloQueryApi = {
|
|
67703
68087
|
__typename?: 'TrelloQueryApi';
|
|
68088
|
+
allPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67704
68089
|
board?: Maybe<TrelloBoard>;
|
|
67705
68090
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
67706
68091
|
card?: Maybe<TrelloCard>;
|
|
67707
68092
|
echo?: Maybe<Scalars['String']['output']>;
|
|
67708
68093
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
68094
|
+
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67709
68095
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
67710
68096
|
list?: Maybe<TrelloList>;
|
|
67711
68097
|
member?: Maybe<TrelloMember>;
|
|
67712
68098
|
plannerAccountsByMemberId?: Maybe<TrelloPlannerAccountConnection>;
|
|
67713
|
-
plannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67714
68099
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
67715
68100
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
67716
68101
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
67717
68102
|
templateLanguages?: Maybe<Array<TrelloTemplateGalleryLanguage>>;
|
|
67718
68103
|
workspace?: Maybe<TrelloWorkspace>;
|
|
67719
68104
|
};
|
|
68105
|
+
export declare type TrelloQueryApiAllPlannerCalendarsByAccountIdArgs = {
|
|
68106
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68107
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68108
|
+
id: Scalars['ID']['input'];
|
|
68109
|
+
};
|
|
67720
68110
|
export declare type TrelloQueryApiBoardArgs = {
|
|
67721
68111
|
id: Scalars['ID']['input'];
|
|
67722
68112
|
};
|
|
@@ -67729,6 +68119,11 @@ export declare type TrelloQueryApiCardArgs = {
|
|
|
67729
68119
|
export declare type TrelloQueryApiEchosArgs = {
|
|
67730
68120
|
echo: Array<Scalars['String']['input']>;
|
|
67731
68121
|
};
|
|
68122
|
+
export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
|
|
68123
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68124
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68125
|
+
id: Scalars['ID']['input'];
|
|
68126
|
+
};
|
|
67732
68127
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
67733
68128
|
id: Scalars['ID']['input'];
|
|
67734
68129
|
};
|
|
@@ -67743,11 +68138,6 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
67743
68138
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67744
68139
|
id: Scalars['ID']['input'];
|
|
67745
68140
|
};
|
|
67746
|
-
export declare type TrelloQueryApiPlannerCalendarsByAccountIdArgs = {
|
|
67747
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
67748
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67749
|
-
id: Scalars['ID']['input'];
|
|
67750
|
-
};
|
|
67751
68141
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
67752
68142
|
ids: Array<Scalars['ID']['input']>;
|
|
67753
68143
|
};
|
|
@@ -67942,8 +68332,8 @@ export declare type TrelloWatchCardPayload = Payload & {
|
|
|
67942
68332
|
export declare type TrelloWorkspace = Node & {
|
|
67943
68333
|
__typename?: 'TrelloWorkspace';
|
|
67944
68334
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
67945
|
-
description
|
|
67946
|
-
displayName
|
|
68335
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
68336
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
67947
68337
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
67948
68338
|
id: Scalars['ID']['output'];
|
|
67949
68339
|
jwmLink?: Maybe<TrelloJwmWorkspaceLink>;
|
|
@@ -67951,13 +68341,13 @@ export declare type TrelloWorkspace = Node & {
|
|
|
67951
68341
|
logoHash?: Maybe<Scalars['String']['output']>;
|
|
67952
68342
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
67953
68343
|
members?: Maybe<TrelloWorkspaceMembershipsConnection>;
|
|
67954
|
-
name
|
|
67955
|
-
objectId
|
|
68344
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
68345
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
67956
68346
|
offering?: Maybe<Scalars['String']['output']>;
|
|
67957
|
-
prefs
|
|
68347
|
+
prefs?: Maybe<TrelloWorkspacePrefs>;
|
|
67958
68348
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
67959
68349
|
tags?: Maybe<TrelloTagConnection>;
|
|
67960
|
-
url
|
|
68350
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
67961
68351
|
website?: Maybe<Scalars['String']['output']>;
|
|
67962
68352
|
};
|
|
67963
68353
|
export declare type TrelloWorkspaceMembersArgs = {
|
|
@@ -68293,12 +68683,11 @@ export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
|
68293
68683
|
parentAccountInternalId: Scalars['String']['input'];
|
|
68294
68684
|
};
|
|
68295
68685
|
export declare type UnifiedMutationCreateParentAccountArgs = {
|
|
68296
|
-
|
|
68686
|
+
aaid: Scalars['String']['input'];
|
|
68297
68687
|
};
|
|
68298
68688
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
68299
68689
|
aaid: Scalars['String']['input'];
|
|
68300
68690
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68301
|
-
parentAccountEmailId: Scalars['String']['input'];
|
|
68302
68691
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
68303
68692
|
};
|
|
68304
68693
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
@@ -68323,8 +68712,8 @@ export declare type UnifiedPageInfo = {
|
|
|
68323
68712
|
};
|
|
68324
68713
|
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
68325
68714
|
__typename?: 'UnifiedParentAccount';
|
|
68715
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
68326
68716
|
id: Scalars['ID']['output'];
|
|
68327
|
-
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
68328
68717
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
68329
68718
|
};
|
|
68330
68719
|
export declare type UnifiedParentAccountPayload = UnifiedPayload & {
|