@forge/cli-shared 6.5.1-next.1 → 6.5.1-next.2-experimental-d6acbbd
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 +16 -0
- package/out/graphql/graphql-types.d.ts +1573 -54
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +55 -16
- package/package.json +2 -2
|
@@ -583,7 +583,7 @@ export declare type ActivityObject = {
|
|
|
583
583
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
584
584
|
type: Scalars['String']['output'];
|
|
585
585
|
};
|
|
586
|
-
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
586
|
+
export declare type ActivityObjectData = BitbucketPullRequest | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
587
587
|
export declare enum ActivityObjectType {
|
|
588
588
|
Blogpost = "BLOGPOST",
|
|
589
589
|
Comment = "COMMENT",
|
|
@@ -699,12 +699,43 @@ export declare enum AdminAnnouncementBannerSettingsByCriteriaOrder {
|
|
|
699
699
|
ScheduledStartDate = "SCHEDULED_START_DATE",
|
|
700
700
|
Visibility = "VISIBILITY"
|
|
701
701
|
}
|
|
702
|
+
export declare type AgentAiContextPanelResponse = {
|
|
703
|
+
__typename?: 'AgentAIContextPanelResponse';
|
|
704
|
+
nextSteps?: Maybe<Scalars['String']['output']>;
|
|
705
|
+
reporterDetails?: Maybe<Scalars['String']['output']>;
|
|
706
|
+
suggestedActions?: Maybe<Array<Maybe<AgentAiSuggestAction>>>;
|
|
707
|
+
suggestedEscalation?: Maybe<Scalars['String']['output']>;
|
|
708
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
709
|
+
};
|
|
702
710
|
export declare type AgentAiIssueSummary = {
|
|
703
711
|
__typename?: 'AgentAIIssueSummary';
|
|
704
712
|
createdAt?: Maybe<Scalars['Long']['output']>;
|
|
705
713
|
id?: Maybe<Scalars['String']['output']>;
|
|
706
714
|
summary?: Maybe<AgentAiSummary>;
|
|
707
715
|
};
|
|
716
|
+
export declare type AgentAiSuggestAction = {
|
|
717
|
+
__typename?: 'AgentAISuggestAction';
|
|
718
|
+
content?: Maybe<AgentAiSuggestedActionContent>;
|
|
719
|
+
context?: Maybe<AgentAiSuggestedActionContext>;
|
|
720
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
721
|
+
};
|
|
722
|
+
export declare type AgentAiSuggestActionContextForPriority = {
|
|
723
|
+
__typename?: 'AgentAISuggestActionContextForPriority';
|
|
724
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
725
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
726
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
727
|
+
};
|
|
728
|
+
export declare type AgentAiSuggestedActionContent = {
|
|
729
|
+
__typename?: 'AgentAISuggestedActionContent';
|
|
730
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
731
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
732
|
+
};
|
|
733
|
+
export declare type AgentAiSuggestedActionContext = {
|
|
734
|
+
__typename?: 'AgentAISuggestedActionContext';
|
|
735
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
736
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
737
|
+
suggestion?: Maybe<AgentAiSuggestActionContextForPriority>;
|
|
738
|
+
};
|
|
708
739
|
export declare type AgentAiSummary = {
|
|
709
740
|
__typename?: 'AgentAISummary';
|
|
710
741
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -1091,6 +1122,7 @@ export declare type AppEnvironmentVersion = {
|
|
|
1091
1122
|
isLatest: Scalars['Boolean']['output'];
|
|
1092
1123
|
migrationKeys?: Maybe<MigrationKeys>;
|
|
1093
1124
|
permissions: Array<AppPermission>;
|
|
1125
|
+
primaryProduct?: Maybe<EcosystemPrimaryProduct>;
|
|
1094
1126
|
requiresLicense: Scalars['Boolean']['output'];
|
|
1095
1127
|
storage: Storage;
|
|
1096
1128
|
trustSignal: TrustSignal;
|
|
@@ -1541,7 +1573,7 @@ export declare type AppStorageSqlDatabaseMigration = {
|
|
|
1541
1573
|
__typename?: 'AppStorageSqlDatabaseMigration';
|
|
1542
1574
|
id: Scalars['Int']['output'];
|
|
1543
1575
|
migratedAt: Scalars['String']['output'];
|
|
1544
|
-
name
|
|
1576
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1545
1577
|
};
|
|
1546
1578
|
export declare type AppStorageSqlDatabasePayload = {
|
|
1547
1579
|
__typename?: 'AppStorageSqlDatabasePayload';
|
|
@@ -2233,12 +2265,24 @@ export declare enum BillingSourceSystem {
|
|
|
2233
2265
|
export declare enum BitbucketPermission {
|
|
2234
2266
|
Admin = "ADMIN"
|
|
2235
2267
|
}
|
|
2268
|
+
export declare type BitbucketPullRequest = Node & {
|
|
2269
|
+
__typename?: 'BitbucketPullRequest';
|
|
2270
|
+
author?: Maybe<User>;
|
|
2271
|
+
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
2272
|
+
id: Scalars['ID']['output'];
|
|
2273
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
2274
|
+
title: Scalars['String']['output'];
|
|
2275
|
+
};
|
|
2236
2276
|
export declare type BitbucketQuery = {
|
|
2237
2277
|
__typename?: 'BitbucketQuery';
|
|
2278
|
+
bitbucketPullRequests?: Maybe<Array<Maybe<BitbucketPullRequest>>>;
|
|
2238
2279
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
2239
2280
|
bitbucketRepository?: Maybe<BitbucketRepository>;
|
|
2240
2281
|
bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
|
|
2241
2282
|
};
|
|
2283
|
+
export declare type BitbucketQueryBitbucketPullRequestsArgs = {
|
|
2284
|
+
ids: Array<Scalars['ID']['input']>;
|
|
2285
|
+
};
|
|
2242
2286
|
export declare type BitbucketQueryBitbucketRepositoriesArgs = {
|
|
2243
2287
|
ids: Array<Scalars['ID']['input']>;
|
|
2244
2288
|
};
|
|
@@ -3924,6 +3968,22 @@ export declare type CompassAssistantAnswer = Node & {
|
|
|
3924
3968
|
status?: Maybe<Scalars['String']['output']>;
|
|
3925
3969
|
value?: Maybe<Scalars['String']['output']>;
|
|
3926
3970
|
};
|
|
3971
|
+
export declare type CompassAssistantConversation = {
|
|
3972
|
+
__typename?: 'CompassAssistantConversation';
|
|
3973
|
+
createdAt: Scalars['DateTime']['output'];
|
|
3974
|
+
id: Scalars['ID']['output'];
|
|
3975
|
+
messages: Array<CompassAssistantMessage>;
|
|
3976
|
+
state: Scalars['String']['output'];
|
|
3977
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
3978
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
3979
|
+
};
|
|
3980
|
+
export declare type CompassAssistantMessage = {
|
|
3981
|
+
__typename?: 'CompassAssistantMessage';
|
|
3982
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
3983
|
+
messageType: Scalars['String']['output'];
|
|
3984
|
+
role: Scalars['String']['output'];
|
|
3985
|
+
timestamp: Scalars['DateTime']['output'];
|
|
3986
|
+
};
|
|
3927
3987
|
export declare type CompassAttentionItem = Node & {
|
|
3928
3988
|
__typename?: 'CompassAttentionItem';
|
|
3929
3989
|
actionLabel: Scalars['String']['output'];
|
|
@@ -4054,6 +4114,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4054
4114
|
applyScorecardToComponent?: Maybe<ApplyCompassScorecardToComponentPayload>;
|
|
4055
4115
|
attachComponentDataManager?: Maybe<AttachCompassComponentDataManagerPayload>;
|
|
4056
4116
|
attachEventSource?: Maybe<AttachEventSourcePayload>;
|
|
4117
|
+
continueChat?: Maybe<CompassAssistantConversation>;
|
|
4057
4118
|
createAnnouncement?: Maybe<CompassCreateAnnouncementPayload>;
|
|
4058
4119
|
createAssistantAnswer?: Maybe<CompassCreateAssistantAnswerPayload>;
|
|
4059
4120
|
createCampaign?: Maybe<CompassCreateCampaignPayload>;
|
|
@@ -4107,6 +4168,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4107
4168
|
removeTeamLabels?: Maybe<CompassRemoveTeamLabelsPayload>;
|
|
4108
4169
|
revokeJqlMetricSourceUser?: Maybe<CompassRevokeJqlMetricSourceUserPayload>;
|
|
4109
4170
|
setEntityProperty?: Maybe<CompassSetEntityPropertyPayload>;
|
|
4171
|
+
startChat?: Maybe<CompassAssistantConversation>;
|
|
4110
4172
|
synchronizeLinkAssociations?: Maybe<CompassSynchronizeLinkAssociationsPayload>;
|
|
4111
4173
|
unlinkExternalSource?: Maybe<UnlinkExternalSourcePayload>;
|
|
4112
4174
|
unsetEntityProperty?: Maybe<CompassUnsetEntityPropertyPayload>;
|
|
@@ -4153,6 +4215,11 @@ export declare type CompassCatalogMutationApiAttachComponentDataManagerArgs = {
|
|
|
4153
4215
|
export declare type CompassCatalogMutationApiAttachEventSourceArgs = {
|
|
4154
4216
|
input: AttachEventSourceInput;
|
|
4155
4217
|
};
|
|
4218
|
+
export declare type CompassCatalogMutationApiContinueChatArgs = {
|
|
4219
|
+
cloudId: Scalars['ID']['input'];
|
|
4220
|
+
conversationId: Scalars['ID']['input'];
|
|
4221
|
+
message: Scalars['String']['input'];
|
|
4222
|
+
};
|
|
4156
4223
|
export declare type CompassCatalogMutationApiCreateAnnouncementArgs = {
|
|
4157
4224
|
input: CompassCreateAnnouncementInput;
|
|
4158
4225
|
};
|
|
@@ -4321,6 +4388,10 @@ export declare type CompassCatalogMutationApiRevokeJqlMetricSourceUserArgs = {
|
|
|
4321
4388
|
export declare type CompassCatalogMutationApiSetEntityPropertyArgs = {
|
|
4322
4389
|
input: CompassSetEntityPropertyInput;
|
|
4323
4390
|
};
|
|
4391
|
+
export declare type CompassCatalogMutationApiStartChatArgs = {
|
|
4392
|
+
cloudId: Scalars['ID']['input'];
|
|
4393
|
+
message: Scalars['String']['input'];
|
|
4394
|
+
};
|
|
4324
4395
|
export declare type CompassCatalogMutationApiSynchronizeLinkAssociationsArgs = {
|
|
4325
4396
|
input?: InputMaybe<CompassSynchronizeLinkAssociationsInput>;
|
|
4326
4397
|
};
|
|
@@ -4410,6 +4481,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
4410
4481
|
componentTypes?: Maybe<CompassComponentTypesQueryResult>;
|
|
4411
4482
|
components?: Maybe<Array<CompassComponent>>;
|
|
4412
4483
|
componentsByReferences?: Maybe<Array<CompassComponent>>;
|
|
4484
|
+
conversation?: Maybe<CompassAssistantConversation>;
|
|
4413
4485
|
customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
|
|
4414
4486
|
customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
|
|
4415
4487
|
customPermissionConfigs?: Maybe<CompassCustomPermissionConfigsResult>;
|
|
@@ -4491,6 +4563,10 @@ export declare type CompassCatalogQueryApiComponentsArgs = {
|
|
|
4491
4563
|
export declare type CompassCatalogQueryApiComponentsByReferencesArgs = {
|
|
4492
4564
|
references: Array<ComponentReferenceInput>;
|
|
4493
4565
|
};
|
|
4566
|
+
export declare type CompassCatalogQueryApiConversationArgs = {
|
|
4567
|
+
cloudId: Scalars['ID']['input'];
|
|
4568
|
+
conversationId: Scalars['ID']['input'];
|
|
4569
|
+
};
|
|
4494
4570
|
export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
|
|
4495
4571
|
query: CompassCustomFieldDefinitionQuery;
|
|
4496
4572
|
};
|
|
@@ -5184,6 +5260,7 @@ export declare type CompassCreateDeploymentEventPropertiesInput = {
|
|
|
5184
5260
|
};
|
|
5185
5261
|
export declare type CompassCreateEventInput = {
|
|
5186
5262
|
cloudId: Scalars['ID']['input'];
|
|
5263
|
+
componentId?: InputMaybe<Scalars['String']['input']>;
|
|
5187
5264
|
event: CompassEventInput;
|
|
5188
5265
|
};
|
|
5189
5266
|
export declare type CompassCreateEventsPayload = Payload & {
|
|
@@ -7757,6 +7834,7 @@ export declare type CompassUpdateJqlMetricSourceUserPayload = Payload & {
|
|
|
7757
7834
|
};
|
|
7758
7835
|
export declare type CompassUpdateMetricDefinitionInput = {
|
|
7759
7836
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
7837
|
+
configuration?: InputMaybe<CompassMetricDefinitionConfigurationInput>;
|
|
7760
7838
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
7761
7839
|
format?: InputMaybe<CompassMetricDefinitionFormatInput>;
|
|
7762
7840
|
id: Scalars['ID']['input'];
|
|
@@ -21999,6 +22077,11 @@ export declare type EcosystemOnEventBody = {
|
|
|
21999
22077
|
__typename?: 'EcosystemOnEventBody';
|
|
22000
22078
|
payload?: Maybe<Scalars['String']['output']>;
|
|
22001
22079
|
};
|
|
22080
|
+
export declare enum EcosystemPrimaryProduct {
|
|
22081
|
+
Compass = "COMPASS",
|
|
22082
|
+
Confluence = "CONFLUENCE",
|
|
22083
|
+
Jira = "JIRA"
|
|
22084
|
+
}
|
|
22002
22085
|
export declare type EcosystemPublishEventBody = {
|
|
22003
22086
|
__typename?: 'EcosystemPublishEventBody';
|
|
22004
22087
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
@@ -22451,7 +22534,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
22451
22534
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
22452
22535
|
node?: Maybe<ExternalAssociation>;
|
|
22453
22536
|
};
|
|
22454
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
22537
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
22455
22538
|
export declare type ExternalAttachment = {
|
|
22456
22539
|
__typename?: 'ExternalAttachment';
|
|
22457
22540
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -22622,6 +22705,11 @@ export declare type ExternalCommit = Node & {
|
|
|
22622
22705
|
export declare enum ExternalCommitFlags {
|
|
22623
22706
|
MergeCommit = "MERGE_COMMIT"
|
|
22624
22707
|
}
|
|
22708
|
+
export declare type ExternalContributor = {
|
|
22709
|
+
__typename?: 'ExternalContributor';
|
|
22710
|
+
interactionCount?: Maybe<Scalars['Long']['output']>;
|
|
22711
|
+
user?: Maybe<ExternalUser>;
|
|
22712
|
+
};
|
|
22625
22713
|
export declare type ExternalConversation = Node & {
|
|
22626
22714
|
__typename?: 'ExternalConversation';
|
|
22627
22715
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -22782,6 +22870,8 @@ export declare type ExternalEntities = {
|
|
|
22782
22870
|
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
22783
22871
|
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
22784
22872
|
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
22873
|
+
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
22874
|
+
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
22785
22875
|
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
22786
22876
|
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
22787
22877
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
@@ -22789,8 +22879,9 @@ export declare type ExternalEntities = {
|
|
|
22789
22879
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
22790
22880
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
22791
22881
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
22882
|
+
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
22792
22883
|
};
|
|
22793
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem;
|
|
22884
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
22794
22885
|
export declare type ExternalEnvironment = {
|
|
22795
22886
|
__typename?: 'ExternalEnvironment';
|
|
22796
22887
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -22922,12 +23013,47 @@ export declare type ExternalMessage = Node & {
|
|
|
22922
23013
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
22923
23014
|
url?: Maybe<Scalars['String']['output']>;
|
|
22924
23015
|
};
|
|
23016
|
+
export declare type ExternalOrganisation = Node & {
|
|
23017
|
+
__typename?: 'ExternalOrganisation';
|
|
23018
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23019
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23020
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23021
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
23022
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23023
|
+
id: Scalars['ID']['output'];
|
|
23024
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23025
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23026
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23027
|
+
parent?: Maybe<ExternalEntity>;
|
|
23028
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23029
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23030
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23031
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
23032
|
+
};
|
|
22925
23033
|
export declare type ExternalPipeline = {
|
|
22926
23034
|
__typename?: 'ExternalPipeline';
|
|
22927
23035
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
22928
23036
|
id?: Maybe<Scalars['String']['output']>;
|
|
22929
23037
|
url?: Maybe<Scalars['String']['output']>;
|
|
22930
23038
|
};
|
|
23039
|
+
export declare type ExternalPosition = Node & {
|
|
23040
|
+
__typename?: 'ExternalPosition';
|
|
23041
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23042
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23043
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23044
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
23045
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23046
|
+
id: Scalars['ID']['output'];
|
|
23047
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23048
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23049
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23050
|
+
parent?: Maybe<ExternalEntity>;
|
|
23051
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23052
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
23053
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23054
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23055
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
23056
|
+
};
|
|
22931
23057
|
export declare type ExternalProject = {
|
|
22932
23058
|
__typename?: 'ExternalProject';
|
|
22933
23059
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -23065,6 +23191,7 @@ export declare type ExternalVideo = Node & {
|
|
|
23065
23191
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23066
23192
|
chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
|
|
23067
23193
|
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
23194
|
+
contributors?: Maybe<Array<Maybe<ExternalContributor>>>;
|
|
23068
23195
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23069
23196
|
createdBy?: Maybe<ExternalUser>;
|
|
23070
23197
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -23181,6 +23308,23 @@ export declare enum ExternalWorkItemSubtype {
|
|
|
23181
23308
|
Task = "TASK",
|
|
23182
23309
|
WorkItem = "WORK_ITEM"
|
|
23183
23310
|
}
|
|
23311
|
+
export declare type ExternalWorker = Node & {
|
|
23312
|
+
__typename?: 'ExternalWorker';
|
|
23313
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23314
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23315
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23316
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
23317
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23318
|
+
hiredAt?: Maybe<Scalars['String']['output']>;
|
|
23319
|
+
id: Scalars['ID']['output'];
|
|
23320
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23321
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23322
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23323
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23324
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23325
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
23326
|
+
workerUser?: Maybe<ExternalUser>;
|
|
23327
|
+
};
|
|
23184
23328
|
export declare type FailedRoles = {
|
|
23185
23329
|
__typename?: 'FailedRoles';
|
|
23186
23330
|
reason: Scalars['String']['output'];
|
|
@@ -28159,6 +28303,8 @@ export declare type GraphStore = {
|
|
|
28159
28303
|
contentReferencedEntityInverseBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
28160
28304
|
contentReferencedEntityInverseRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
28161
28305
|
contentReferencedEntityRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
28306
|
+
conversationHasMessage?: Maybe<GraphStoreSimplifiedConversationHasMessageConnection>;
|
|
28307
|
+
conversationHasMessageInverse?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseConnection>;
|
|
28162
28308
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
28163
28309
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
28164
28310
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
@@ -28203,6 +28349,7 @@ export declare type GraphStore = {
|
|
|
28203
28349
|
incidentLinkedJswIssueInverseBatch?: Maybe<GraphStoreBatchIncidentLinkedJswIssueConnection>;
|
|
28204
28350
|
incidentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullIncidentLinkedJswIssueConnection>;
|
|
28205
28351
|
incidentLinkedJswIssueRelationship?: Maybe<GraphStoreFullIncidentLinkedJswIssueConnection>;
|
|
28352
|
+
issueAssociatedBranch?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchConnection>;
|
|
28206
28353
|
issueAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseConnection>;
|
|
28207
28354
|
issueAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
28208
28355
|
issueAssociatedBranchRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
@@ -28240,6 +28387,7 @@ export declare type GraphStore = {
|
|
|
28240
28387
|
issueAssociatedPrInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedPrInverseConnection>;
|
|
28241
28388
|
issueAssociatedPrInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedPrConnection>;
|
|
28242
28389
|
issueAssociatedPrRelationship?: Maybe<GraphStoreFullIssueAssociatedPrConnection>;
|
|
28390
|
+
issueAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection>;
|
|
28243
28391
|
issueAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection>;
|
|
28244
28392
|
issueAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
28245
28393
|
issueAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
@@ -28317,10 +28465,15 @@ export declare type GraphStore = {
|
|
|
28317
28465
|
parentIssueHasChildIssueInverse?: Maybe<GraphStoreSimplifiedParentIssueHasChildIssueInverseConnection>;
|
|
28318
28466
|
parentIssueHasChildIssueInverseRelationship?: Maybe<GraphStoreFullParentIssueHasChildIssueConnection>;
|
|
28319
28467
|
parentIssueHasChildIssueRelationship?: Maybe<GraphStoreFullParentIssueHasChildIssueConnection>;
|
|
28468
|
+
parentMessageHasChildMessage?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageConnection>;
|
|
28469
|
+
parentMessageHasChildMessageInverse?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageInverseConnection>;
|
|
28470
|
+
positionAllocatedToFocusArea?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaConnection>;
|
|
28471
|
+
positionAllocatedToFocusAreaInverse?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseConnection>;
|
|
28320
28472
|
prInRepo?: Maybe<GraphStoreSimplifiedPrInRepoConnection>;
|
|
28321
28473
|
prInRepoInverse?: Maybe<GraphStoreSimplifiedPrInRepoInverseConnection>;
|
|
28322
28474
|
prInRepoInverseRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
28323
28475
|
prInRepoRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
28476
|
+
projectAssociatedBranch?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchConnection>;
|
|
28324
28477
|
projectAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseConnection>;
|
|
28325
28478
|
projectAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
28326
28479
|
projectAssociatedBranchRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
@@ -28414,6 +28567,8 @@ export declare type GraphStore = {
|
|
|
28414
28567
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
28415
28568
|
serviceAssociatedDeployment?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentConnection>;
|
|
28416
28569
|
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
28570
|
+
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
28571
|
+
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
28417
28572
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
28418
28573
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
28419
28574
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -28476,26 +28631,58 @@ export declare type GraphStore = {
|
|
|
28476
28631
|
testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
|
|
28477
28632
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
28478
28633
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
28634
|
+
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
28635
|
+
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
28636
|
+
userAttendedCalendarEvent?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventConnection>;
|
|
28637
|
+
userAttendedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventInverseConnection>;
|
|
28638
|
+
userAuthoredCommit?: Maybe<GraphStoreSimplifiedUserAuthoredCommitConnection>;
|
|
28639
|
+
userAuthoredCommitInverse?: Maybe<GraphStoreSimplifiedUserAuthoredCommitInverseConnection>;
|
|
28479
28640
|
userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
|
|
28480
28641
|
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
28642
|
+
userCreatedBranch?: Maybe<GraphStoreSimplifiedUserCreatedBranchConnection>;
|
|
28643
|
+
userCreatedBranchInverse?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseConnection>;
|
|
28481
28644
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
28482
28645
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
28483
28646
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
28484
28647
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
28648
|
+
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
28649
|
+
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
28650
|
+
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
28651
|
+
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
28652
|
+
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
28653
|
+
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
28485
28654
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
28486
28655
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
28487
28656
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
28488
28657
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28489
28658
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28490
28659
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28660
|
+
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
28661
|
+
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
28491
28662
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
28492
28663
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
28664
|
+
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
28665
|
+
userOwnedBranchInverse?: Maybe<GraphStoreSimplifiedUserOwnedBranchInverseConnection>;
|
|
28666
|
+
userOwnedCalendarEvent?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventConnection>;
|
|
28667
|
+
userOwnedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection>;
|
|
28668
|
+
userOwnedRemoteLink?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkConnection>;
|
|
28669
|
+
userOwnedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection>;
|
|
28670
|
+
userOwnedRepository?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryConnection>;
|
|
28671
|
+
userOwnedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryInverseConnection>;
|
|
28493
28672
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
28494
28673
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
28674
|
+
userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
|
|
28675
|
+
userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
|
|
28495
28676
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
28496
28677
|
userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
|
|
28497
28678
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
28498
28679
|
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
28680
|
+
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
28681
|
+
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
28682
|
+
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
28683
|
+
userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
|
|
28684
|
+
userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
|
|
28685
|
+
userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
|
|
28499
28686
|
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
|
|
28500
28687
|
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
|
|
28501
28688
|
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
|
|
@@ -28506,6 +28693,7 @@ export declare type GraphStore = {
|
|
|
28506
28693
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
28507
28694
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
28508
28695
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
28696
|
+
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
28509
28697
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
28510
28698
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
28511
28699
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -28537,6 +28725,7 @@ export declare type GraphStore = {
|
|
|
28537
28725
|
versionAssociatedPullRequestInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedPullRequestInverseConnection>;
|
|
28538
28726
|
versionAssociatedPullRequestInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedPullRequestConnection>;
|
|
28539
28727
|
versionAssociatedPullRequestRelationship?: Maybe<GraphStoreFullVersionAssociatedPullRequestConnection>;
|
|
28728
|
+
versionAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection>;
|
|
28540
28729
|
versionAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection>;
|
|
28541
28730
|
versionAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkConnection>;
|
|
28542
28731
|
versionAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkConnection>;
|
|
@@ -28627,6 +28816,7 @@ export declare type GraphStoreAtlasGoalHasSubAtlasGoalInverseArgs = {
|
|
|
28627
28816
|
};
|
|
28628
28817
|
export declare type GraphStoreAtlasHomeFeedArgs = {
|
|
28629
28818
|
container_ids: Array<Scalars['ID']['input']>;
|
|
28819
|
+
ranking_criteria?: InputMaybe<GraphStoreAtlasHomeRankingCriteria>;
|
|
28630
28820
|
};
|
|
28631
28821
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
28632
28822
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -28875,6 +29065,20 @@ export declare type GraphStoreContentReferencedEntityRelationshipArgs = {
|
|
|
28875
29065
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28876
29066
|
id: Scalars['ID']['input'];
|
|
28877
29067
|
};
|
|
29068
|
+
export declare type GraphStoreConversationHasMessageArgs = {
|
|
29069
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29070
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29071
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29072
|
+
id: Scalars['ID']['input'];
|
|
29073
|
+
sort?: InputMaybe<GraphStoreConversationHasMessageSortInput>;
|
|
29074
|
+
};
|
|
29075
|
+
export declare type GraphStoreConversationHasMessageInverseArgs = {
|
|
29076
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29077
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29078
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29079
|
+
id: Scalars['ID']['input'];
|
|
29080
|
+
sort?: InputMaybe<GraphStoreConversationHasMessageSortInput>;
|
|
29081
|
+
};
|
|
28878
29082
|
export declare type GraphStoreCypherQueryArgs = {
|
|
28879
29083
|
additionalInputs?: InputMaybe<Scalars['JSON']['input']>;
|
|
28880
29084
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29149,6 +29353,13 @@ export declare type GraphStoreIncidentLinkedJswIssueRelationshipArgs = {
|
|
|
29149
29353
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29150
29354
|
id: Scalars['ID']['input'];
|
|
29151
29355
|
};
|
|
29356
|
+
export declare type GraphStoreIssueAssociatedBranchArgs = {
|
|
29357
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29358
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29359
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29360
|
+
id: Scalars['ID']['input'];
|
|
29361
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBranchSortInput>;
|
|
29362
|
+
};
|
|
29152
29363
|
export declare type GraphStoreIssueAssociatedBranchInverseArgs = {
|
|
29153
29364
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29154
29365
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29378,6 +29589,13 @@ export declare type GraphStoreIssueAssociatedPrRelationshipArgs = {
|
|
|
29378
29589
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29379
29590
|
id: Scalars['ID']['input'];
|
|
29380
29591
|
};
|
|
29592
|
+
export declare type GraphStoreIssueAssociatedRemoteLinkArgs = {
|
|
29593
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
29594
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29595
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29596
|
+
id: Scalars['ID']['input'];
|
|
29597
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedRemoteLinkSortInput>;
|
|
29598
|
+
};
|
|
29381
29599
|
export declare type GraphStoreIssueAssociatedRemoteLinkInverseArgs = {
|
|
29382
29600
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29383
29601
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29851,6 +30069,34 @@ export declare type GraphStoreParentIssueHasChildIssueRelationshipArgs = {
|
|
|
29851
30069
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29852
30070
|
id: Scalars['ID']['input'];
|
|
29853
30071
|
};
|
|
30072
|
+
export declare type GraphStoreParentMessageHasChildMessageArgs = {
|
|
30073
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30074
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30075
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30076
|
+
id: Scalars['ID']['input'];
|
|
30077
|
+
sort?: InputMaybe<GraphStoreParentMessageHasChildMessageSortInput>;
|
|
30078
|
+
};
|
|
30079
|
+
export declare type GraphStoreParentMessageHasChildMessageInverseArgs = {
|
|
30080
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30081
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30082
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30083
|
+
id: Scalars['ID']['input'];
|
|
30084
|
+
sort?: InputMaybe<GraphStoreParentMessageHasChildMessageSortInput>;
|
|
30085
|
+
};
|
|
30086
|
+
export declare type GraphStorePositionAllocatedToFocusAreaArgs = {
|
|
30087
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30088
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30089
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30090
|
+
id: Scalars['ID']['input'];
|
|
30091
|
+
sort?: InputMaybe<GraphStorePositionAllocatedToFocusAreaSortInput>;
|
|
30092
|
+
};
|
|
30093
|
+
export declare type GraphStorePositionAllocatedToFocusAreaInverseArgs = {
|
|
30094
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30095
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30096
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30097
|
+
id: Scalars['ID']['input'];
|
|
30098
|
+
sort?: InputMaybe<GraphStorePositionAllocatedToFocusAreaSortInput>;
|
|
30099
|
+
};
|
|
29854
30100
|
export declare type GraphStorePrInRepoArgs = {
|
|
29855
30101
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29856
30102
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29875,6 +30121,13 @@ export declare type GraphStorePrInRepoRelationshipArgs = {
|
|
|
29875
30121
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29876
30122
|
id: Scalars['ID']['input'];
|
|
29877
30123
|
};
|
|
30124
|
+
export declare type GraphStoreProjectAssociatedBranchArgs = {
|
|
30125
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30126
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30127
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30128
|
+
id: Scalars['ID']['input'];
|
|
30129
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedBranchSortInput>;
|
|
30130
|
+
};
|
|
29878
30131
|
export declare type GraphStoreProjectAssociatedBranchInverseArgs = {
|
|
29879
30132
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29880
30133
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30472,6 +30725,20 @@ export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
|
|
|
30472
30725
|
id: Scalars['ID']['input'];
|
|
30473
30726
|
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
30474
30727
|
};
|
|
30728
|
+
export declare type GraphStoreServiceAssociatedRemoteLinkArgs = {
|
|
30729
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30730
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30731
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30732
|
+
id: Scalars['ID']['input'];
|
|
30733
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedRemoteLinkSortInput>;
|
|
30734
|
+
};
|
|
30735
|
+
export declare type GraphStoreServiceAssociatedRemoteLinkInverseArgs = {
|
|
30736
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30737
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30738
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30739
|
+
id: Scalars['ID']['input'];
|
|
30740
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedRemoteLinkSortInput>;
|
|
30741
|
+
};
|
|
30475
30742
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
30476
30743
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30477
30744
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30879,6 +31146,48 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
|
|
|
30879
31146
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30880
31147
|
id: Scalars['ID']['input'];
|
|
30881
31148
|
};
|
|
31149
|
+
export declare type GraphStoreUserAssignedIncidentArgs = {
|
|
31150
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31151
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31152
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31153
|
+
id: Scalars['ID']['input'];
|
|
31154
|
+
sort?: InputMaybe<GraphStoreUserAssignedIncidentSortInput>;
|
|
31155
|
+
};
|
|
31156
|
+
export declare type GraphStoreUserAssignedIncidentInverseArgs = {
|
|
31157
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31158
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31159
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31160
|
+
id: Scalars['ID']['input'];
|
|
31161
|
+
sort?: InputMaybe<GraphStoreUserAssignedIncidentSortInput>;
|
|
31162
|
+
};
|
|
31163
|
+
export declare type GraphStoreUserAttendedCalendarEventArgs = {
|
|
31164
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31165
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31166
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31167
|
+
id: Scalars['ID']['input'];
|
|
31168
|
+
sort?: InputMaybe<GraphStoreUserAttendedCalendarEventSortInput>;
|
|
31169
|
+
};
|
|
31170
|
+
export declare type GraphStoreUserAttendedCalendarEventInverseArgs = {
|
|
31171
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31172
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31173
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31174
|
+
id: Scalars['ID']['input'];
|
|
31175
|
+
sort?: InputMaybe<GraphStoreUserAttendedCalendarEventSortInput>;
|
|
31176
|
+
};
|
|
31177
|
+
export declare type GraphStoreUserAuthoredCommitArgs = {
|
|
31178
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31179
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31180
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31181
|
+
id: Scalars['ID']['input'];
|
|
31182
|
+
sort?: InputMaybe<GraphStoreUserAuthoredCommitSortInput>;
|
|
31183
|
+
};
|
|
31184
|
+
export declare type GraphStoreUserAuthoredCommitInverseArgs = {
|
|
31185
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31186
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31187
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31188
|
+
id: Scalars['ID']['input'];
|
|
31189
|
+
sort?: InputMaybe<GraphStoreUserAuthoredCommitSortInput>;
|
|
31190
|
+
};
|
|
30882
31191
|
export declare type GraphStoreUserAuthoredPrArgs = {
|
|
30883
31192
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30884
31193
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30893,6 +31202,20 @@ export declare type GraphStoreUserAuthoredPrInverseArgs = {
|
|
|
30893
31202
|
id: Scalars['ID']['input'];
|
|
30894
31203
|
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
30895
31204
|
};
|
|
31205
|
+
export declare type GraphStoreUserCreatedBranchArgs = {
|
|
31206
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31207
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31208
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31209
|
+
id: Scalars['ID']['input'];
|
|
31210
|
+
sort?: InputMaybe<GraphStoreUserCreatedBranchSortInput>;
|
|
31211
|
+
};
|
|
31212
|
+
export declare type GraphStoreUserCreatedBranchInverseArgs = {
|
|
31213
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31214
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31215
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31216
|
+
id: Scalars['ID']['input'];
|
|
31217
|
+
sort?: InputMaybe<GraphStoreUserCreatedBranchSortInput>;
|
|
31218
|
+
};
|
|
30896
31219
|
export declare type GraphStoreUserCreatedConfluenceBlogpostArgs = {
|
|
30897
31220
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30898
31221
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30921,6 +31244,48 @@ export declare type GraphStoreUserCreatedConfluencePageInverseArgs = {
|
|
|
30921
31244
|
id: Scalars['ID']['input'];
|
|
30922
31245
|
sort?: InputMaybe<GraphStoreUserCreatedConfluencePageSortInput>;
|
|
30923
31246
|
};
|
|
31247
|
+
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
31248
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31249
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31250
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31251
|
+
id: Scalars['ID']['input'];
|
|
31252
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
31253
|
+
};
|
|
31254
|
+
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
31255
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31256
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31257
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31258
|
+
id: Scalars['ID']['input'];
|
|
31259
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
31260
|
+
};
|
|
31261
|
+
export declare type GraphStoreUserCreatedMessageArgs = {
|
|
31262
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31263
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31264
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31265
|
+
id: Scalars['ID']['input'];
|
|
31266
|
+
sort?: InputMaybe<GraphStoreUserCreatedMessageSortInput>;
|
|
31267
|
+
};
|
|
31268
|
+
export declare type GraphStoreUserCreatedMessageInverseArgs = {
|
|
31269
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31270
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31271
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31272
|
+
id: Scalars['ID']['input'];
|
|
31273
|
+
sort?: InputMaybe<GraphStoreUserCreatedMessageSortInput>;
|
|
31274
|
+
};
|
|
31275
|
+
export declare type GraphStoreUserCreatedRepositoryArgs = {
|
|
31276
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31277
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31278
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31279
|
+
id: Scalars['ID']['input'];
|
|
31280
|
+
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
31281
|
+
};
|
|
31282
|
+
export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
31283
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31284
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31285
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31286
|
+
id: Scalars['ID']['input'];
|
|
31287
|
+
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
31288
|
+
};
|
|
30924
31289
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
30925
31290
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30926
31291
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30963,6 +31328,20 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
30963
31328
|
id: Scalars['ID']['input'];
|
|
30964
31329
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
30965
31330
|
};
|
|
31331
|
+
export declare type GraphStoreUserMemberOfConversationArgs = {
|
|
31332
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31333
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31334
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31335
|
+
id: Scalars['ID']['input'];
|
|
31336
|
+
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
31337
|
+
};
|
|
31338
|
+
export declare type GraphStoreUserMemberOfConversationInverseArgs = {
|
|
31339
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31340
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31341
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31342
|
+
id: Scalars['ID']['input'];
|
|
31343
|
+
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
31344
|
+
};
|
|
30966
31345
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
30967
31346
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30968
31347
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30977,6 +31356,62 @@ export declare type GraphStoreUserMergedPullRequestInverseArgs = {
|
|
|
30977
31356
|
id: Scalars['ID']['input'];
|
|
30978
31357
|
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
30979
31358
|
};
|
|
31359
|
+
export declare type GraphStoreUserOwnedBranchArgs = {
|
|
31360
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31361
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31362
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31363
|
+
id: Scalars['ID']['input'];
|
|
31364
|
+
sort?: InputMaybe<GraphStoreUserOwnedBranchSortInput>;
|
|
31365
|
+
};
|
|
31366
|
+
export declare type GraphStoreUserOwnedBranchInverseArgs = {
|
|
31367
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31368
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31369
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31370
|
+
id: Scalars['ID']['input'];
|
|
31371
|
+
sort?: InputMaybe<GraphStoreUserOwnedBranchSortInput>;
|
|
31372
|
+
};
|
|
31373
|
+
export declare type GraphStoreUserOwnedCalendarEventArgs = {
|
|
31374
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31375
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31376
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31377
|
+
id: Scalars['ID']['input'];
|
|
31378
|
+
sort?: InputMaybe<GraphStoreUserOwnedCalendarEventSortInput>;
|
|
31379
|
+
};
|
|
31380
|
+
export declare type GraphStoreUserOwnedCalendarEventInverseArgs = {
|
|
31381
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31382
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31383
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31384
|
+
id: Scalars['ID']['input'];
|
|
31385
|
+
sort?: InputMaybe<GraphStoreUserOwnedCalendarEventSortInput>;
|
|
31386
|
+
};
|
|
31387
|
+
export declare type GraphStoreUserOwnedRemoteLinkArgs = {
|
|
31388
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31389
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31390
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31391
|
+
id: Scalars['ID']['input'];
|
|
31392
|
+
sort?: InputMaybe<GraphStoreUserOwnedRemoteLinkSortInput>;
|
|
31393
|
+
};
|
|
31394
|
+
export declare type GraphStoreUserOwnedRemoteLinkInverseArgs = {
|
|
31395
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31396
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31397
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31398
|
+
id: Scalars['ID']['input'];
|
|
31399
|
+
sort?: InputMaybe<GraphStoreUserOwnedRemoteLinkSortInput>;
|
|
31400
|
+
};
|
|
31401
|
+
export declare type GraphStoreUserOwnedRepositoryArgs = {
|
|
31402
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31403
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31404
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31405
|
+
id: Scalars['ID']['input'];
|
|
31406
|
+
sort?: InputMaybe<GraphStoreUserOwnedRepositorySortInput>;
|
|
31407
|
+
};
|
|
31408
|
+
export declare type GraphStoreUserOwnedRepositoryInverseArgs = {
|
|
31409
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31410
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31411
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31412
|
+
id: Scalars['ID']['input'];
|
|
31413
|
+
sort?: InputMaybe<GraphStoreUserOwnedRepositorySortInput>;
|
|
31414
|
+
};
|
|
30980
31415
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
30981
31416
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30982
31417
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30991,6 +31426,20 @@ export declare type GraphStoreUserOwnsComponentInverseArgs = {
|
|
|
30991
31426
|
id: Scalars['ID']['input'];
|
|
30992
31427
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
30993
31428
|
};
|
|
31429
|
+
export declare type GraphStoreUserReportedIncidentArgs = {
|
|
31430
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31431
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31432
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31433
|
+
id: Scalars['ID']['input'];
|
|
31434
|
+
sort?: InputMaybe<GraphStoreUserReportedIncidentSortInput>;
|
|
31435
|
+
};
|
|
31436
|
+
export declare type GraphStoreUserReportedIncidentInverseArgs = {
|
|
31437
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31438
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31439
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31440
|
+
id: Scalars['ID']['input'];
|
|
31441
|
+
sort?: InputMaybe<GraphStoreUserReportedIncidentSortInput>;
|
|
31442
|
+
};
|
|
30994
31443
|
export declare type GraphStoreUserReportsIssueArgs = {
|
|
30995
31444
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30996
31445
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31019,6 +31468,48 @@ export declare type GraphStoreUserReviewsPrInverseArgs = {
|
|
|
31019
31468
|
id: Scalars['ID']['input'];
|
|
31020
31469
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
31021
31470
|
};
|
|
31471
|
+
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
31472
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31473
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31474
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31475
|
+
id: Scalars['ID']['input'];
|
|
31476
|
+
sort?: InputMaybe<GraphStoreUserTriggeredDeploymentSortInput>;
|
|
31477
|
+
};
|
|
31478
|
+
export declare type GraphStoreUserTriggeredDeploymentInverseArgs = {
|
|
31479
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31480
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31481
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31482
|
+
id: Scalars['ID']['input'];
|
|
31483
|
+
sort?: InputMaybe<GraphStoreUserTriggeredDeploymentSortInput>;
|
|
31484
|
+
};
|
|
31485
|
+
export declare type GraphStoreUserUpdatedConfluenceBlogpostArgs = {
|
|
31486
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31487
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31488
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31489
|
+
id: Scalars['ID']['input'];
|
|
31490
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
|
|
31491
|
+
};
|
|
31492
|
+
export declare type GraphStoreUserUpdatedConfluenceBlogpostInverseArgs = {
|
|
31493
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31494
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31495
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31496
|
+
id: Scalars['ID']['input'];
|
|
31497
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
|
|
31498
|
+
};
|
|
31499
|
+
export declare type GraphStoreUserUpdatedConfluencePageArgs = {
|
|
31500
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31501
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31502
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31503
|
+
id: Scalars['ID']['input'];
|
|
31504
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluencePageSortInput>;
|
|
31505
|
+
};
|
|
31506
|
+
export declare type GraphStoreUserUpdatedConfluencePageInverseArgs = {
|
|
31507
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31508
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31509
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31510
|
+
id: Scalars['ID']['input'];
|
|
31511
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluencePageSortInput>;
|
|
31512
|
+
};
|
|
31022
31513
|
export declare type GraphStoreUserViewedAtlasGoalArgs = {
|
|
31023
31514
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31024
31515
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31089,6 +31580,13 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
31089
31580
|
id: Scalars['ID']['input'];
|
|
31090
31581
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
31091
31582
|
};
|
|
31583
|
+
export declare type GraphStoreVersionAssociatedBranchArgs = {
|
|
31584
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31585
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31586
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31587
|
+
id: Scalars['ID']['input'];
|
|
31588
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedBranchSortInput>;
|
|
31589
|
+
};
|
|
31092
31590
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
31093
31591
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31094
31592
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31280,6 +31778,13 @@ export declare type GraphStoreVersionAssociatedPullRequestRelationshipArgs = {
|
|
|
31280
31778
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31281
31779
|
id: Scalars['ID']['input'];
|
|
31282
31780
|
};
|
|
31781
|
+
export declare type GraphStoreVersionAssociatedRemoteLinkArgs = {
|
|
31782
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31783
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31784
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31785
|
+
id: Scalars['ID']['input'];
|
|
31786
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedRemoteLinkSortInput>;
|
|
31787
|
+
};
|
|
31283
31788
|
export declare type GraphStoreVersionAssociatedRemoteLinkInverseArgs = {
|
|
31284
31789
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31285
31790
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31393,11 +31898,23 @@ export declare type GraphStoreAtlasHomeQueryConnection = {
|
|
|
31393
31898
|
nodes: Array<GraphStoreAtlasHomeQueryNode>;
|
|
31394
31899
|
pageInfo: PageInfo;
|
|
31395
31900
|
};
|
|
31396
|
-
export declare type
|
|
31397
|
-
__typename?: '
|
|
31901
|
+
export declare type GraphStoreAtlasHomeQueryItem = {
|
|
31902
|
+
__typename?: 'GraphStoreAtlasHomeQueryItem';
|
|
31398
31903
|
data?: Maybe<GraphStoreAtlasHomeFeedQueryToNodeUnion>;
|
|
31399
31904
|
id: Scalars['ID']['output'];
|
|
31400
31905
|
};
|
|
31906
|
+
export declare type GraphStoreAtlasHomeQueryNode = {
|
|
31907
|
+
__typename?: 'GraphStoreAtlasHomeQueryNode';
|
|
31908
|
+
item?: Maybe<GraphStoreAtlasHomeQueryItem>;
|
|
31909
|
+
source: Scalars['String']['output'];
|
|
31910
|
+
};
|
|
31911
|
+
export declare type GraphStoreAtlasHomeRankingCriteria = {
|
|
31912
|
+
criteria: GraphStoreAtlasHomeRankingCriteriaEnum;
|
|
31913
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
31914
|
+
};
|
|
31915
|
+
export declare enum GraphStoreAtlasHomeRankingCriteriaEnum {
|
|
31916
|
+
RoundRobinRandom = "ROUND_ROBIN_RANDOM"
|
|
31917
|
+
}
|
|
31401
31918
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
31402
31919
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31403
31920
|
};
|
|
@@ -31844,7 +32361,7 @@ export declare type GraphStoreBatchIssueAssociatedDeploymentEndNode = {
|
|
|
31844
32361
|
data?: Maybe<GraphStoreBatchIssueAssociatedDeploymentEndUnion>;
|
|
31845
32362
|
id: Scalars['ID']['output'];
|
|
31846
32363
|
};
|
|
31847
|
-
export declare type GraphStoreBatchIssueAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
32364
|
+
export declare type GraphStoreBatchIssueAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
31848
32365
|
export declare type GraphStoreBatchIssueAssociatedDeploymentInnerConnection = {
|
|
31849
32366
|
__typename?: 'GraphStoreBatchIssueAssociatedDeploymentInnerConnection';
|
|
31850
32367
|
edges: Array<Maybe<GraphStoreBatchIssueAssociatedDeploymentInnerEdge>>;
|
|
@@ -32095,6 +32612,9 @@ export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
|
32095
32612
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
32096
32613
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32097
32614
|
};
|
|
32615
|
+
export declare type GraphStoreConversationHasMessageSortInput = {
|
|
32616
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32617
|
+
};
|
|
32098
32618
|
export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
|
|
32099
32619
|
relationships: Array<GraphStoreCreateComponentImpactedByIncidentRelationshipInput>;
|
|
32100
32620
|
};
|
|
@@ -32495,7 +33015,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
32495
33015
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
32496
33016
|
id: Scalars['ID']['output'];
|
|
32497
33017
|
};
|
|
32498
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBuildInfo | ExternalCommit | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalPullRequest | ExternalRepository | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | MercuryJiraAlignEpic | OpsgenieTeam | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
33018
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | MercuryJiraAlignEpic | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
32499
33019
|
export declare type GraphStoreCypherQueryNode = {
|
|
32500
33020
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
32501
33021
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -32506,7 +33026,7 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
32506
33026
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
32507
33027
|
id: Scalars['ID']['output'];
|
|
32508
33028
|
};
|
|
32509
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBuildInfo | ExternalCommit | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalPullRequest | ExternalRepository | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | MercuryJiraAlignEpic | OpsgenieTeam | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
33029
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | MercuryJiraAlignEpic | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
32510
33030
|
export declare type GraphStoreDateFilterInput = {
|
|
32511
33031
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
32512
33032
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -33253,8 +33773,10 @@ export declare type GraphStoreFullIssueAssociatedBranchEdge = {
|
|
|
33253
33773
|
};
|
|
33254
33774
|
export declare type GraphStoreFullIssueAssociatedBranchEndNode = {
|
|
33255
33775
|
__typename?: 'GraphStoreFullIssueAssociatedBranchEndNode';
|
|
33776
|
+
data?: Maybe<GraphStoreFullIssueAssociatedBranchEndUnion>;
|
|
33256
33777
|
id: Scalars['ID']['output'];
|
|
33257
33778
|
};
|
|
33779
|
+
export declare type GraphStoreFullIssueAssociatedBranchEndUnion = ExternalBranch;
|
|
33258
33780
|
export declare type GraphStoreFullIssueAssociatedBranchNode = Node & {
|
|
33259
33781
|
__typename?: 'GraphStoreFullIssueAssociatedBranchNode';
|
|
33260
33782
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -33386,7 +33908,7 @@ export declare type GraphStoreFullIssueAssociatedDeploymentEndNode = {
|
|
|
33386
33908
|
id: Scalars['ID']['output'];
|
|
33387
33909
|
metadata?: Maybe<GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
33388
33910
|
};
|
|
33389
|
-
export declare type GraphStoreFullIssueAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
33911
|
+
export declare type GraphStoreFullIssueAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
33390
33912
|
export declare enum GraphStoreFullIssueAssociatedDeploymentEnvironmentTypeOutput {
|
|
33391
33913
|
Development = "DEVELOPMENT",
|
|
33392
33914
|
NotSet = "NOT_SET",
|
|
@@ -33644,8 +34166,10 @@ export declare type GraphStoreFullIssueAssociatedRemoteLinkEdge = {
|
|
|
33644
34166
|
};
|
|
33645
34167
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkEndNode = {
|
|
33646
34168
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkEndNode';
|
|
34169
|
+
data?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkEndUnion>;
|
|
33647
34170
|
id: Scalars['ID']['output'];
|
|
33648
34171
|
};
|
|
34172
|
+
export declare type GraphStoreFullIssueAssociatedRemoteLinkEndUnion = ExternalRemoteLink;
|
|
33649
34173
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkNode = Node & {
|
|
33650
34174
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkNode';
|
|
33651
34175
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -33711,7 +34235,7 @@ export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndNode = {
|
|
|
33711
34235
|
data?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion>;
|
|
33712
34236
|
id: Scalars['ID']['output'];
|
|
33713
34237
|
};
|
|
33714
|
-
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
34238
|
+
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
33715
34239
|
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentNode = Node & {
|
|
33716
34240
|
__typename?: 'GraphStoreFullIssueRecursiveAssociatedDeploymentNode';
|
|
33717
34241
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34284,8 +34808,10 @@ export declare type GraphStoreFullProjectAssociatedBranchEdge = {
|
|
|
34284
34808
|
};
|
|
34285
34809
|
export declare type GraphStoreFullProjectAssociatedBranchEndNode = {
|
|
34286
34810
|
__typename?: 'GraphStoreFullProjectAssociatedBranchEndNode';
|
|
34811
|
+
data?: Maybe<GraphStoreFullProjectAssociatedBranchEndUnion>;
|
|
34287
34812
|
id: Scalars['ID']['output'];
|
|
34288
34813
|
};
|
|
34814
|
+
export declare type GraphStoreFullProjectAssociatedBranchEndUnion = ExternalBranch;
|
|
34289
34815
|
export declare type GraphStoreFullProjectAssociatedBranchNode = Node & {
|
|
34290
34816
|
__typename?: 'GraphStoreFullProjectAssociatedBranchNode';
|
|
34291
34817
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34398,7 +34924,7 @@ export declare type GraphStoreFullProjectAssociatedDeploymentEndNode = {
|
|
|
34398
34924
|
id: Scalars['ID']['output'];
|
|
34399
34925
|
metadata?: Maybe<GraphStoreFullProjectAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
34400
34926
|
};
|
|
34401
|
-
export declare type GraphStoreFullProjectAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
34927
|
+
export declare type GraphStoreFullProjectAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
34402
34928
|
export declare enum GraphStoreFullProjectAssociatedDeploymentEnvironmentTypeOutput {
|
|
34403
34929
|
Development = "DEVELOPMENT",
|
|
34404
34930
|
NotSet = "NOT_SET",
|
|
@@ -35350,7 +35876,7 @@ export declare type GraphStoreFullSprintAssociatedDeploymentEndNode = {
|
|
|
35350
35876
|
id: Scalars['ID']['output'];
|
|
35351
35877
|
metadata?: Maybe<GraphStoreFullSprintAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
35352
35878
|
};
|
|
35353
|
-
export declare type GraphStoreFullSprintAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
35879
|
+
export declare type GraphStoreFullSprintAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
35354
35880
|
export declare enum GraphStoreFullSprintAssociatedDeploymentEnvironmentTypeOutput {
|
|
35355
35881
|
Development = "DEVELOPMENT",
|
|
35356
35882
|
NotSet = "NOT_SET",
|
|
@@ -35849,8 +36375,10 @@ export declare type GraphStoreFullVersionAssociatedBranchEdge = {
|
|
|
35849
36375
|
};
|
|
35850
36376
|
export declare type GraphStoreFullVersionAssociatedBranchEndNode = {
|
|
35851
36377
|
__typename?: 'GraphStoreFullVersionAssociatedBranchEndNode';
|
|
36378
|
+
data?: Maybe<GraphStoreFullVersionAssociatedBranchEndUnion>;
|
|
35852
36379
|
id: Scalars['ID']['output'];
|
|
35853
36380
|
};
|
|
36381
|
+
export declare type GraphStoreFullVersionAssociatedBranchEndUnion = ExternalBranch;
|
|
35854
36382
|
export declare type GraphStoreFullVersionAssociatedBranchNode = Node & {
|
|
35855
36383
|
__typename?: 'GraphStoreFullVersionAssociatedBranchNode';
|
|
35856
36384
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -35949,7 +36477,7 @@ export declare type GraphStoreFullVersionAssociatedDeploymentEndNode = {
|
|
|
35949
36477
|
data?: Maybe<GraphStoreFullVersionAssociatedDeploymentEndUnion>;
|
|
35950
36478
|
id: Scalars['ID']['output'];
|
|
35951
36479
|
};
|
|
35952
|
-
export declare type GraphStoreFullVersionAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
36480
|
+
export declare type GraphStoreFullVersionAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
35953
36481
|
export declare type GraphStoreFullVersionAssociatedDeploymentNode = Node & {
|
|
35954
36482
|
__typename?: 'GraphStoreFullVersionAssociatedDeploymentNode';
|
|
35955
36483
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -36129,8 +36657,10 @@ export declare type GraphStoreFullVersionAssociatedRemoteLinkEdge = {
|
|
|
36129
36657
|
};
|
|
36130
36658
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkEndNode = {
|
|
36131
36659
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkEndNode';
|
|
36660
|
+
data?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkEndUnion>;
|
|
36132
36661
|
id: Scalars['ID']['output'];
|
|
36133
36662
|
};
|
|
36663
|
+
export declare type GraphStoreFullVersionAssociatedRemoteLinkEndUnion = ExternalRemoteLink;
|
|
36134
36664
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkNode = Node & {
|
|
36135
36665
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkNode';
|
|
36136
36666
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -36693,6 +37223,12 @@ export declare type GraphStoreParentDocumentHasChildDocumentSortInput = {
|
|
|
36693
37223
|
export declare type GraphStoreParentIssueHasChildIssueSortInput = {
|
|
36694
37224
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36695
37225
|
};
|
|
37226
|
+
export declare type GraphStoreParentMessageHasChildMessageSortInput = {
|
|
37227
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37228
|
+
};
|
|
37229
|
+
export declare type GraphStorePositionAllocatedToFocusAreaSortInput = {
|
|
37230
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37231
|
+
};
|
|
36696
37232
|
export declare type GraphStorePrInRepoSortInput = {
|
|
36697
37233
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36698
37234
|
};
|
|
@@ -37131,6 +37667,9 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInpu
|
|
|
37131
37667
|
export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
37132
37668
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37133
37669
|
};
|
|
37670
|
+
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
37671
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37672
|
+
};
|
|
37134
37673
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
37135
37674
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
37136
37675
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -37666,6 +38205,34 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
37666
38205
|
};
|
|
37667
38206
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
37668
38207
|
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
38208
|
+
export declare type GraphStoreSimplifiedConversationHasMessageConnection = HasPageInfo & {
|
|
38209
|
+
__typename?: 'GraphStoreSimplifiedConversationHasMessageConnection';
|
|
38210
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConversationHasMessageEdge>>>;
|
|
38211
|
+
pageInfo: PageInfo;
|
|
38212
|
+
};
|
|
38213
|
+
export declare type GraphStoreSimplifiedConversationHasMessageEdge = {
|
|
38214
|
+
__typename?: 'GraphStoreSimplifiedConversationHasMessageEdge';
|
|
38215
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38216
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38217
|
+
id: Scalars['ID']['output'];
|
|
38218
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38219
|
+
node?: Maybe<GraphStoreSimplifiedConversationHasMessageUnion>;
|
|
38220
|
+
};
|
|
38221
|
+
export declare type GraphStoreSimplifiedConversationHasMessageInverseConnection = HasPageInfo & {
|
|
38222
|
+
__typename?: 'GraphStoreSimplifiedConversationHasMessageInverseConnection';
|
|
38223
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConversationHasMessageInverseEdge>>>;
|
|
38224
|
+
pageInfo: PageInfo;
|
|
38225
|
+
};
|
|
38226
|
+
export declare type GraphStoreSimplifiedConversationHasMessageInverseEdge = {
|
|
38227
|
+
__typename?: 'GraphStoreSimplifiedConversationHasMessageInverseEdge';
|
|
38228
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38229
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38230
|
+
id: Scalars['ID']['output'];
|
|
38231
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38232
|
+
node?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseUnion>;
|
|
38233
|
+
};
|
|
38234
|
+
export declare type GraphStoreSimplifiedConversationHasMessageInverseUnion = ExternalConversation;
|
|
38235
|
+
export declare type GraphStoreSimplifiedConversationHasMessageUnion = ExternalMessage;
|
|
37669
38236
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
|
|
37670
38237
|
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
|
|
37671
38238
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
|
|
@@ -37692,7 +38259,7 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
37692
38259
|
lastUpdated: Scalars['DateTime']['output'];
|
|
37693
38260
|
node?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseUnion>;
|
|
37694
38261
|
};
|
|
37695
|
-
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary;
|
|
38262
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
37696
38263
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
37697
38264
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
37698
38265
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
@@ -37934,6 +38501,19 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
37934
38501
|
};
|
|
37935
38502
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
37936
38503
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueUnion = JiraIssue;
|
|
38504
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & {
|
|
38505
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchConnection';
|
|
38506
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchEdge>>>;
|
|
38507
|
+
pageInfo: PageInfo;
|
|
38508
|
+
};
|
|
38509
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
38510
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchEdge';
|
|
38511
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38512
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38513
|
+
id: Scalars['ID']['output'];
|
|
38514
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38515
|
+
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchUnion>;
|
|
38516
|
+
};
|
|
37937
38517
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
37938
38518
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
37939
38519
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseEdge>>>;
|
|
@@ -37948,6 +38528,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseEdge = {
|
|
|
37948
38528
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseUnion>;
|
|
37949
38529
|
};
|
|
37950
38530
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseUnion = JiraIssue;
|
|
38531
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchUnion = ExternalBranch;
|
|
37951
38532
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildConnection = HasPageInfo & {
|
|
37952
38533
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBuildConnection';
|
|
37953
38534
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBuildEdge>>>;
|
|
@@ -38035,7 +38616,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
|
38035
38616
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion>;
|
|
38036
38617
|
};
|
|
38037
38618
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion = JiraIssue;
|
|
38038
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary;
|
|
38619
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
38039
38620
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignConnection = HasPageInfo & {
|
|
38040
38621
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignConnection';
|
|
38041
38622
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDesignEdge>>>;
|
|
@@ -38148,6 +38729,19 @@ export declare type GraphStoreSimplifiedIssueAssociatedPrInverseEdge = {
|
|
|
38148
38729
|
};
|
|
38149
38730
|
export declare type GraphStoreSimplifiedIssueAssociatedPrInverseUnion = JiraIssue;
|
|
38150
38731
|
export declare type GraphStoreSimplifiedIssueAssociatedPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
38732
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
38733
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection';
|
|
38734
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge>>>;
|
|
38735
|
+
pageInfo: PageInfo;
|
|
38736
|
+
};
|
|
38737
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
38738
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge';
|
|
38739
|
+
createdAt: Scalars['DateTime']['output'];
|
|
38740
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
38741
|
+
id: Scalars['ID']['output'];
|
|
38742
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
38743
|
+
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion>;
|
|
38744
|
+
};
|
|
38151
38745
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
38152
38746
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection';
|
|
38153
38747
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge>>>;
|
|
@@ -38162,6 +38756,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
|
38162
38756
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion>;
|
|
38163
38757
|
};
|
|
38164
38758
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion = JiraIssue;
|
|
38759
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
38165
38760
|
export declare type GraphStoreSimplifiedIssueChangesComponentConnection = HasPageInfo & HasTotal & {
|
|
38166
38761
|
__typename?: 'GraphStoreSimplifiedIssueChangesComponentConnection';
|
|
38167
38762
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentEdge>>>;
|
|
@@ -38267,7 +38862,7 @@ export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInvers
|
|
|
38267
38862
|
node?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseUnion>;
|
|
38268
38863
|
};
|
|
38269
38864
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseUnion = JiraIssue;
|
|
38270
|
-
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentUnion = DeploymentSummary;
|
|
38865
|
+
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
38271
38866
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
38272
38867
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagConnection';
|
|
38273
38868
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagEdge>>>;
|
|
@@ -38738,6 +39333,62 @@ export declare type GraphStoreSimplifiedParentIssueHasChildIssueInverseEdge = {
|
|
|
38738
39333
|
};
|
|
38739
39334
|
export declare type GraphStoreSimplifiedParentIssueHasChildIssueInverseUnion = JiraIssue;
|
|
38740
39335
|
export declare type GraphStoreSimplifiedParentIssueHasChildIssueUnion = JiraIssue;
|
|
39336
|
+
export declare type GraphStoreSimplifiedParentMessageHasChildMessageConnection = HasPageInfo & {
|
|
39337
|
+
__typename?: 'GraphStoreSimplifiedParentMessageHasChildMessageConnection';
|
|
39338
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedParentMessageHasChildMessageEdge>>>;
|
|
39339
|
+
pageInfo: PageInfo;
|
|
39340
|
+
};
|
|
39341
|
+
export declare type GraphStoreSimplifiedParentMessageHasChildMessageEdge = {
|
|
39342
|
+
__typename?: 'GraphStoreSimplifiedParentMessageHasChildMessageEdge';
|
|
39343
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39344
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39345
|
+
id: Scalars['ID']['output'];
|
|
39346
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39347
|
+
node?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageUnion>;
|
|
39348
|
+
};
|
|
39349
|
+
export declare type GraphStoreSimplifiedParentMessageHasChildMessageInverseConnection = HasPageInfo & {
|
|
39350
|
+
__typename?: 'GraphStoreSimplifiedParentMessageHasChildMessageInverseConnection';
|
|
39351
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedParentMessageHasChildMessageInverseEdge>>>;
|
|
39352
|
+
pageInfo: PageInfo;
|
|
39353
|
+
};
|
|
39354
|
+
export declare type GraphStoreSimplifiedParentMessageHasChildMessageInverseEdge = {
|
|
39355
|
+
__typename?: 'GraphStoreSimplifiedParentMessageHasChildMessageInverseEdge';
|
|
39356
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39357
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39358
|
+
id: Scalars['ID']['output'];
|
|
39359
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39360
|
+
node?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageInverseUnion>;
|
|
39361
|
+
};
|
|
39362
|
+
export declare type GraphStoreSimplifiedParentMessageHasChildMessageInverseUnion = ExternalMessage;
|
|
39363
|
+
export declare type GraphStoreSimplifiedParentMessageHasChildMessageUnion = ExternalMessage;
|
|
39364
|
+
export declare type GraphStoreSimplifiedPositionAllocatedToFocusAreaConnection = HasPageInfo & {
|
|
39365
|
+
__typename?: 'GraphStoreSimplifiedPositionAllocatedToFocusAreaConnection';
|
|
39366
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaEdge>>>;
|
|
39367
|
+
pageInfo: PageInfo;
|
|
39368
|
+
};
|
|
39369
|
+
export declare type GraphStoreSimplifiedPositionAllocatedToFocusAreaEdge = {
|
|
39370
|
+
__typename?: 'GraphStoreSimplifiedPositionAllocatedToFocusAreaEdge';
|
|
39371
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39372
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39373
|
+
id: Scalars['ID']['output'];
|
|
39374
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39375
|
+
node?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaUnion>;
|
|
39376
|
+
};
|
|
39377
|
+
export declare type GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseConnection = HasPageInfo & {
|
|
39378
|
+
__typename?: 'GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseConnection';
|
|
39379
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseEdge>>>;
|
|
39380
|
+
pageInfo: PageInfo;
|
|
39381
|
+
};
|
|
39382
|
+
export declare type GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseEdge = {
|
|
39383
|
+
__typename?: 'GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseEdge';
|
|
39384
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39385
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39386
|
+
id: Scalars['ID']['output'];
|
|
39387
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39388
|
+
node?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseUnion>;
|
|
39389
|
+
};
|
|
39390
|
+
export declare type GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseUnion = RadarPosition;
|
|
39391
|
+
export declare type GraphStoreSimplifiedPositionAllocatedToFocusAreaUnion = MercuryFocusArea;
|
|
38741
39392
|
export declare type GraphStoreSimplifiedPrInRepoConnection = HasPageInfo & {
|
|
38742
39393
|
__typename?: 'GraphStoreSimplifiedPrInRepoConnection';
|
|
38743
39394
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedPrInRepoEdge>>>;
|
|
@@ -38766,6 +39417,21 @@ export declare type GraphStoreSimplifiedPrInRepoInverseEdge = {
|
|
|
38766
39417
|
};
|
|
38767
39418
|
export declare type GraphStoreSimplifiedPrInRepoInverseUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
38768
39419
|
export declare type GraphStoreSimplifiedPrInRepoUnion = DevOpsRepository | ExternalRepository;
|
|
39420
|
+
export declare type GraphStoreSimplifiedProjectAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
39421
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedBranchConnection';
|
|
39422
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBranchEdge>>>;
|
|
39423
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39424
|
+
pageInfo: PageInfo;
|
|
39425
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39426
|
+
};
|
|
39427
|
+
export declare type GraphStoreSimplifiedProjectAssociatedBranchEdge = {
|
|
39428
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedBranchEdge';
|
|
39429
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39430
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39431
|
+
id: Scalars['ID']['output'];
|
|
39432
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39433
|
+
node?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchUnion>;
|
|
39434
|
+
};
|
|
38769
39435
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
38770
39436
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBranchInverseConnection';
|
|
38771
39437
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseEdge>>>;
|
|
@@ -38782,6 +39448,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseEdge = {
|
|
|
38782
39448
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseUnion>;
|
|
38783
39449
|
};
|
|
38784
39450
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseUnion = JiraProject;
|
|
39451
|
+
export declare type GraphStoreSimplifiedProjectAssociatedBranchUnion = ExternalBranch;
|
|
38785
39452
|
export declare type GraphStoreSimplifiedProjectAssociatedBuildConnection = HasPageInfo & HasTotal & {
|
|
38786
39453
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBuildConnection';
|
|
38787
39454
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBuildEdge>>>;
|
|
@@ -38845,7 +39512,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedDeploymentInverseEdge =
|
|
|
38845
39512
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedDeploymentInverseUnion>;
|
|
38846
39513
|
};
|
|
38847
39514
|
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentInverseUnion = JiraProject;
|
|
38848
|
-
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentUnion = DeploymentSummary;
|
|
39515
|
+
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
38849
39516
|
export declare type GraphStoreSimplifiedProjectAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
38850
39517
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedFeatureFlagConnection';
|
|
38851
39518
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedFeatureFlagEdge>>>;
|
|
@@ -39511,7 +40178,35 @@ export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge =
|
|
|
39511
40178
|
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion>;
|
|
39512
40179
|
};
|
|
39513
40180
|
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion = DevOpsService;
|
|
39514
|
-
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary;
|
|
40181
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
40182
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
40183
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection';
|
|
40184
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkEdge>>>;
|
|
40185
|
+
pageInfo: PageInfo;
|
|
40186
|
+
};
|
|
40187
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkEdge = {
|
|
40188
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRemoteLinkEdge';
|
|
40189
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40190
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40191
|
+
id: Scalars['ID']['output'];
|
|
40192
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40193
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkUnion>;
|
|
40194
|
+
};
|
|
40195
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
40196
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection';
|
|
40197
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge>>>;
|
|
40198
|
+
pageInfo: PageInfo;
|
|
40199
|
+
};
|
|
40200
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge = {
|
|
40201
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge';
|
|
40202
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40203
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40204
|
+
id: Scalars['ID']['output'];
|
|
40205
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40206
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseUnion>;
|
|
40207
|
+
};
|
|
40208
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseUnion = DevOpsService;
|
|
40209
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
39515
40210
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
39516
40211
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
39517
40212
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -39723,7 +40418,7 @@ export declare type GraphStoreSimplifiedSprintAssociatedDeploymentEdge = {
|
|
|
39723
40418
|
lastUpdated: Scalars['DateTime']['output'];
|
|
39724
40419
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentUnion>;
|
|
39725
40420
|
};
|
|
39726
|
-
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary;
|
|
40421
|
+
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
39727
40422
|
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
39728
40423
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection';
|
|
39729
40424
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagEdge>>>;
|
|
@@ -40004,6 +40699,90 @@ export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseEdge =
|
|
|
40004
40699
|
};
|
|
40005
40700
|
export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion = JiraIssue;
|
|
40006
40701
|
export declare type GraphStoreSimplifiedTestPerfhammerRelationshipUnion = ExternalBuildInfo;
|
|
40702
|
+
export declare type GraphStoreSimplifiedUserAssignedIncidentConnection = HasPageInfo & {
|
|
40703
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentConnection';
|
|
40704
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIncidentEdge>>>;
|
|
40705
|
+
pageInfo: PageInfo;
|
|
40706
|
+
};
|
|
40707
|
+
export declare type GraphStoreSimplifiedUserAssignedIncidentEdge = {
|
|
40708
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentEdge';
|
|
40709
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40710
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40711
|
+
id: Scalars['ID']['output'];
|
|
40712
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40713
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedIncidentUnion>;
|
|
40714
|
+
};
|
|
40715
|
+
export declare type GraphStoreSimplifiedUserAssignedIncidentInverseConnection = HasPageInfo & {
|
|
40716
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentInverseConnection';
|
|
40717
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseEdge>>>;
|
|
40718
|
+
pageInfo: PageInfo;
|
|
40719
|
+
};
|
|
40720
|
+
export declare type GraphStoreSimplifiedUserAssignedIncidentInverseEdge = {
|
|
40721
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentInverseEdge';
|
|
40722
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40723
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40724
|
+
id: Scalars['ID']['output'];
|
|
40725
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40726
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseUnion>;
|
|
40727
|
+
};
|
|
40728
|
+
export declare type GraphStoreSimplifiedUserAssignedIncidentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40729
|
+
export declare type GraphStoreSimplifiedUserAssignedIncidentUnion = JiraIssue;
|
|
40730
|
+
export declare type GraphStoreSimplifiedUserAttendedCalendarEventConnection = HasPageInfo & {
|
|
40731
|
+
__typename?: 'GraphStoreSimplifiedUserAttendedCalendarEventConnection';
|
|
40732
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAttendedCalendarEventEdge>>>;
|
|
40733
|
+
pageInfo: PageInfo;
|
|
40734
|
+
};
|
|
40735
|
+
export declare type GraphStoreSimplifiedUserAttendedCalendarEventEdge = {
|
|
40736
|
+
__typename?: 'GraphStoreSimplifiedUserAttendedCalendarEventEdge';
|
|
40737
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40738
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40739
|
+
id: Scalars['ID']['output'];
|
|
40740
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40741
|
+
node?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventUnion>;
|
|
40742
|
+
};
|
|
40743
|
+
export declare type GraphStoreSimplifiedUserAttendedCalendarEventInverseConnection = HasPageInfo & {
|
|
40744
|
+
__typename?: 'GraphStoreSimplifiedUserAttendedCalendarEventInverseConnection';
|
|
40745
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAttendedCalendarEventInverseEdge>>>;
|
|
40746
|
+
pageInfo: PageInfo;
|
|
40747
|
+
};
|
|
40748
|
+
export declare type GraphStoreSimplifiedUserAttendedCalendarEventInverseEdge = {
|
|
40749
|
+
__typename?: 'GraphStoreSimplifiedUserAttendedCalendarEventInverseEdge';
|
|
40750
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40751
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40752
|
+
id: Scalars['ID']['output'];
|
|
40753
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40754
|
+
node?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventInverseUnion>;
|
|
40755
|
+
};
|
|
40756
|
+
export declare type GraphStoreSimplifiedUserAttendedCalendarEventInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
40757
|
+
export declare type GraphStoreSimplifiedUserAttendedCalendarEventUnion = ExternalCalendarEvent;
|
|
40758
|
+
export declare type GraphStoreSimplifiedUserAuthoredCommitConnection = HasPageInfo & {
|
|
40759
|
+
__typename?: 'GraphStoreSimplifiedUserAuthoredCommitConnection';
|
|
40760
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredCommitEdge>>>;
|
|
40761
|
+
pageInfo: PageInfo;
|
|
40762
|
+
};
|
|
40763
|
+
export declare type GraphStoreSimplifiedUserAuthoredCommitEdge = {
|
|
40764
|
+
__typename?: 'GraphStoreSimplifiedUserAuthoredCommitEdge';
|
|
40765
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40766
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40767
|
+
id: Scalars['ID']['output'];
|
|
40768
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40769
|
+
node?: Maybe<GraphStoreSimplifiedUserAuthoredCommitUnion>;
|
|
40770
|
+
};
|
|
40771
|
+
export declare type GraphStoreSimplifiedUserAuthoredCommitInverseConnection = HasPageInfo & {
|
|
40772
|
+
__typename?: 'GraphStoreSimplifiedUserAuthoredCommitInverseConnection';
|
|
40773
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredCommitInverseEdge>>>;
|
|
40774
|
+
pageInfo: PageInfo;
|
|
40775
|
+
};
|
|
40776
|
+
export declare type GraphStoreSimplifiedUserAuthoredCommitInverseEdge = {
|
|
40777
|
+
__typename?: 'GraphStoreSimplifiedUserAuthoredCommitInverseEdge';
|
|
40778
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40779
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40780
|
+
id: Scalars['ID']['output'];
|
|
40781
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40782
|
+
node?: Maybe<GraphStoreSimplifiedUserAuthoredCommitInverseUnion>;
|
|
40783
|
+
};
|
|
40784
|
+
export declare type GraphStoreSimplifiedUserAuthoredCommitInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40785
|
+
export declare type GraphStoreSimplifiedUserAuthoredCommitUnion = ExternalCommit;
|
|
40007
40786
|
export declare type GraphStoreSimplifiedUserAuthoredPrConnection = HasPageInfo & {
|
|
40008
40787
|
__typename?: 'GraphStoreSimplifiedUserAuthoredPrConnection';
|
|
40009
40788
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrEdge>>>;
|
|
@@ -40032,6 +40811,34 @@ export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
|
|
|
40032
40811
|
};
|
|
40033
40812
|
export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40034
40813
|
export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
40814
|
+
export declare type GraphStoreSimplifiedUserCreatedBranchConnection = HasPageInfo & {
|
|
40815
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedBranchConnection';
|
|
40816
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedBranchEdge>>>;
|
|
40817
|
+
pageInfo: PageInfo;
|
|
40818
|
+
};
|
|
40819
|
+
export declare type GraphStoreSimplifiedUserCreatedBranchEdge = {
|
|
40820
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedBranchEdge';
|
|
40821
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40822
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40823
|
+
id: Scalars['ID']['output'];
|
|
40824
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40825
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedBranchUnion>;
|
|
40826
|
+
};
|
|
40827
|
+
export declare type GraphStoreSimplifiedUserCreatedBranchInverseConnection = HasPageInfo & {
|
|
40828
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedBranchInverseConnection';
|
|
40829
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedBranchInverseEdge>>>;
|
|
40830
|
+
pageInfo: PageInfo;
|
|
40831
|
+
};
|
|
40832
|
+
export declare type GraphStoreSimplifiedUserCreatedBranchInverseEdge = {
|
|
40833
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedBranchInverseEdge';
|
|
40834
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40835
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40836
|
+
id: Scalars['ID']['output'];
|
|
40837
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40838
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseUnion>;
|
|
40839
|
+
};
|
|
40840
|
+
export declare type GraphStoreSimplifiedUserCreatedBranchInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
40841
|
+
export declare type GraphStoreSimplifiedUserCreatedBranchUnion = ExternalBranch;
|
|
40035
40842
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
40036
40843
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection';
|
|
40037
40844
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge>>>;
|
|
@@ -40088,6 +40895,90 @@ export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseEdge = {
|
|
|
40088
40895
|
};
|
|
40089
40896
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40090
40897
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageUnion = ConfluencePage;
|
|
40898
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
40899
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
40900
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
40901
|
+
pageInfo: PageInfo;
|
|
40902
|
+
};
|
|
40903
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoEdge = {
|
|
40904
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoEdge';
|
|
40905
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40906
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40907
|
+
id: Scalars['ID']['output'];
|
|
40908
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40909
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoUnion>;
|
|
40910
|
+
};
|
|
40911
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection = HasPageInfo & {
|
|
40912
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection';
|
|
40913
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge>>>;
|
|
40914
|
+
pageInfo: PageInfo;
|
|
40915
|
+
};
|
|
40916
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge = {
|
|
40917
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge';
|
|
40918
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40919
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40920
|
+
id: Scalars['ID']['output'];
|
|
40921
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40922
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseUnion>;
|
|
40923
|
+
};
|
|
40924
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
40925
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoUnion = ExternalVideo;
|
|
40926
|
+
export declare type GraphStoreSimplifiedUserCreatedMessageConnection = HasPageInfo & {
|
|
40927
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedMessageConnection';
|
|
40928
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedMessageEdge>>>;
|
|
40929
|
+
pageInfo: PageInfo;
|
|
40930
|
+
};
|
|
40931
|
+
export declare type GraphStoreSimplifiedUserCreatedMessageEdge = {
|
|
40932
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedMessageEdge';
|
|
40933
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40934
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40935
|
+
id: Scalars['ID']['output'];
|
|
40936
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40937
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedMessageUnion>;
|
|
40938
|
+
};
|
|
40939
|
+
export declare type GraphStoreSimplifiedUserCreatedMessageInverseConnection = HasPageInfo & {
|
|
40940
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedMessageInverseConnection';
|
|
40941
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedMessageInverseEdge>>>;
|
|
40942
|
+
pageInfo: PageInfo;
|
|
40943
|
+
};
|
|
40944
|
+
export declare type GraphStoreSimplifiedUserCreatedMessageInverseEdge = {
|
|
40945
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedMessageInverseEdge';
|
|
40946
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40947
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40948
|
+
id: Scalars['ID']['output'];
|
|
40949
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40950
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseUnion>;
|
|
40951
|
+
};
|
|
40952
|
+
export declare type GraphStoreSimplifiedUserCreatedMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
40953
|
+
export declare type GraphStoreSimplifiedUserCreatedMessageUnion = ExternalMessage;
|
|
40954
|
+
export declare type GraphStoreSimplifiedUserCreatedRepositoryConnection = HasPageInfo & {
|
|
40955
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRepositoryConnection';
|
|
40956
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRepositoryEdge>>>;
|
|
40957
|
+
pageInfo: PageInfo;
|
|
40958
|
+
};
|
|
40959
|
+
export declare type GraphStoreSimplifiedUserCreatedRepositoryEdge = {
|
|
40960
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRepositoryEdge';
|
|
40961
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40962
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40963
|
+
id: Scalars['ID']['output'];
|
|
40964
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40965
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryUnion>;
|
|
40966
|
+
};
|
|
40967
|
+
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseConnection = HasPageInfo & {
|
|
40968
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRepositoryInverseConnection';
|
|
40969
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseEdge>>>;
|
|
40970
|
+
pageInfo: PageInfo;
|
|
40971
|
+
};
|
|
40972
|
+
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseEdge = {
|
|
40973
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedRepositoryInverseEdge';
|
|
40974
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40975
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40976
|
+
id: Scalars['ID']['output'];
|
|
40977
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40978
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseUnion>;
|
|
40979
|
+
};
|
|
40980
|
+
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
40981
|
+
export declare type GraphStoreSimplifiedUserCreatedRepositoryUnion = ExternalRepository;
|
|
40091
40982
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
40092
40983
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
40093
40984
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -40176,6 +41067,34 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
40176
41067
|
};
|
|
40177
41068
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40178
41069
|
export declare type GraphStoreSimplifiedUserIsInTeamUnion = TeamV2;
|
|
41070
|
+
export declare type GraphStoreSimplifiedUserMemberOfConversationConnection = HasPageInfo & {
|
|
41071
|
+
__typename?: 'GraphStoreSimplifiedUserMemberOfConversationConnection';
|
|
41072
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMemberOfConversationEdge>>>;
|
|
41073
|
+
pageInfo: PageInfo;
|
|
41074
|
+
};
|
|
41075
|
+
export declare type GraphStoreSimplifiedUserMemberOfConversationEdge = {
|
|
41076
|
+
__typename?: 'GraphStoreSimplifiedUserMemberOfConversationEdge';
|
|
41077
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41078
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41079
|
+
id: Scalars['ID']['output'];
|
|
41080
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41081
|
+
node?: Maybe<GraphStoreSimplifiedUserMemberOfConversationUnion>;
|
|
41082
|
+
};
|
|
41083
|
+
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseConnection = HasPageInfo & {
|
|
41084
|
+
__typename?: 'GraphStoreSimplifiedUserMemberOfConversationInverseConnection';
|
|
41085
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseEdge>>>;
|
|
41086
|
+
pageInfo: PageInfo;
|
|
41087
|
+
};
|
|
41088
|
+
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseEdge = {
|
|
41089
|
+
__typename?: 'GraphStoreSimplifiedUserMemberOfConversationInverseEdge';
|
|
41090
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41091
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41092
|
+
id: Scalars['ID']['output'];
|
|
41093
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41094
|
+
node?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseUnion>;
|
|
41095
|
+
};
|
|
41096
|
+
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41097
|
+
export declare type GraphStoreSimplifiedUserMemberOfConversationUnion = ExternalConversation;
|
|
40179
41098
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
40180
41099
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
40181
41100
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -40204,6 +41123,118 @@ export declare type GraphStoreSimplifiedUserMergedPullRequestInverseEdge = {
|
|
|
40204
41123
|
};
|
|
40205
41124
|
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40206
41125
|
export declare type GraphStoreSimplifiedUserMergedPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
41126
|
+
export declare type GraphStoreSimplifiedUserOwnedBranchConnection = HasPageInfo & {
|
|
41127
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedBranchConnection';
|
|
41128
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedBranchEdge>>>;
|
|
41129
|
+
pageInfo: PageInfo;
|
|
41130
|
+
};
|
|
41131
|
+
export declare type GraphStoreSimplifiedUserOwnedBranchEdge = {
|
|
41132
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedBranchEdge';
|
|
41133
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41134
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41135
|
+
id: Scalars['ID']['output'];
|
|
41136
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41137
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedBranchUnion>;
|
|
41138
|
+
};
|
|
41139
|
+
export declare type GraphStoreSimplifiedUserOwnedBranchInverseConnection = HasPageInfo & {
|
|
41140
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedBranchInverseConnection';
|
|
41141
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedBranchInverseEdge>>>;
|
|
41142
|
+
pageInfo: PageInfo;
|
|
41143
|
+
};
|
|
41144
|
+
export declare type GraphStoreSimplifiedUserOwnedBranchInverseEdge = {
|
|
41145
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedBranchInverseEdge';
|
|
41146
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41147
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41148
|
+
id: Scalars['ID']['output'];
|
|
41149
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41150
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedBranchInverseUnion>;
|
|
41151
|
+
};
|
|
41152
|
+
export declare type GraphStoreSimplifiedUserOwnedBranchInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41153
|
+
export declare type GraphStoreSimplifiedUserOwnedBranchUnion = ExternalBranch;
|
|
41154
|
+
export declare type GraphStoreSimplifiedUserOwnedCalendarEventConnection = HasPageInfo & {
|
|
41155
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedCalendarEventConnection';
|
|
41156
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedCalendarEventEdge>>>;
|
|
41157
|
+
pageInfo: PageInfo;
|
|
41158
|
+
};
|
|
41159
|
+
export declare type GraphStoreSimplifiedUserOwnedCalendarEventEdge = {
|
|
41160
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedCalendarEventEdge';
|
|
41161
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41162
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41163
|
+
id: Scalars['ID']['output'];
|
|
41164
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41165
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventUnion>;
|
|
41166
|
+
};
|
|
41167
|
+
export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection = HasPageInfo & {
|
|
41168
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection';
|
|
41169
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseEdge>>>;
|
|
41170
|
+
pageInfo: PageInfo;
|
|
41171
|
+
};
|
|
41172
|
+
export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseEdge = {
|
|
41173
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedCalendarEventInverseEdge';
|
|
41174
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41175
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41176
|
+
id: Scalars['ID']['output'];
|
|
41177
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41178
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseUnion>;
|
|
41179
|
+
};
|
|
41180
|
+
export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41181
|
+
export declare type GraphStoreSimplifiedUserOwnedCalendarEventUnion = ExternalCalendarEvent;
|
|
41182
|
+
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkConnection = HasPageInfo & {
|
|
41183
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkConnection';
|
|
41184
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkEdge>>>;
|
|
41185
|
+
pageInfo: PageInfo;
|
|
41186
|
+
};
|
|
41187
|
+
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkEdge = {
|
|
41188
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkEdge';
|
|
41189
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41190
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41191
|
+
id: Scalars['ID']['output'];
|
|
41192
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41193
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkUnion>;
|
|
41194
|
+
};
|
|
41195
|
+
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection = HasPageInfo & {
|
|
41196
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection';
|
|
41197
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseEdge>>>;
|
|
41198
|
+
pageInfo: PageInfo;
|
|
41199
|
+
};
|
|
41200
|
+
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkInverseEdge = {
|
|
41201
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkInverseEdge';
|
|
41202
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41203
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41204
|
+
id: Scalars['ID']['output'];
|
|
41205
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41206
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseUnion>;
|
|
41207
|
+
};
|
|
41208
|
+
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41209
|
+
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkUnion = ExternalRemoteLink;
|
|
41210
|
+
export declare type GraphStoreSimplifiedUserOwnedRepositoryConnection = HasPageInfo & {
|
|
41211
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRepositoryConnection';
|
|
41212
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRepositoryEdge>>>;
|
|
41213
|
+
pageInfo: PageInfo;
|
|
41214
|
+
};
|
|
41215
|
+
export declare type GraphStoreSimplifiedUserOwnedRepositoryEdge = {
|
|
41216
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRepositoryEdge';
|
|
41217
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41218
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41219
|
+
id: Scalars['ID']['output'];
|
|
41220
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41221
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryUnion>;
|
|
41222
|
+
};
|
|
41223
|
+
export declare type GraphStoreSimplifiedUserOwnedRepositoryInverseConnection = HasPageInfo & {
|
|
41224
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRepositoryInverseConnection';
|
|
41225
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRepositoryInverseEdge>>>;
|
|
41226
|
+
pageInfo: PageInfo;
|
|
41227
|
+
};
|
|
41228
|
+
export declare type GraphStoreSimplifiedUserOwnedRepositoryInverseEdge = {
|
|
41229
|
+
__typename?: 'GraphStoreSimplifiedUserOwnedRepositoryInverseEdge';
|
|
41230
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41231
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41232
|
+
id: Scalars['ID']['output'];
|
|
41233
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41234
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryInverseUnion>;
|
|
41235
|
+
};
|
|
41236
|
+
export declare type GraphStoreSimplifiedUserOwnedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41237
|
+
export declare type GraphStoreSimplifiedUserOwnedRepositoryUnion = ExternalRepository;
|
|
40207
41238
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
40208
41239
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
40209
41240
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -40236,6 +41267,34 @@ export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
|
|
|
40236
41267
|
};
|
|
40237
41268
|
export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40238
41269
|
export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
|
|
41270
|
+
export declare type GraphStoreSimplifiedUserReportedIncidentConnection = HasPageInfo & {
|
|
41271
|
+
__typename?: 'GraphStoreSimplifiedUserReportedIncidentConnection';
|
|
41272
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportedIncidentEdge>>>;
|
|
41273
|
+
pageInfo: PageInfo;
|
|
41274
|
+
};
|
|
41275
|
+
export declare type GraphStoreSimplifiedUserReportedIncidentEdge = {
|
|
41276
|
+
__typename?: 'GraphStoreSimplifiedUserReportedIncidentEdge';
|
|
41277
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41278
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41279
|
+
id: Scalars['ID']['output'];
|
|
41280
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41281
|
+
node?: Maybe<GraphStoreSimplifiedUserReportedIncidentUnion>;
|
|
41282
|
+
};
|
|
41283
|
+
export declare type GraphStoreSimplifiedUserReportedIncidentInverseConnection = HasPageInfo & {
|
|
41284
|
+
__typename?: 'GraphStoreSimplifiedUserReportedIncidentInverseConnection';
|
|
41285
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportedIncidentInverseEdge>>>;
|
|
41286
|
+
pageInfo: PageInfo;
|
|
41287
|
+
};
|
|
41288
|
+
export declare type GraphStoreSimplifiedUserReportedIncidentInverseEdge = {
|
|
41289
|
+
__typename?: 'GraphStoreSimplifiedUserReportedIncidentInverseEdge';
|
|
41290
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41291
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41292
|
+
id: Scalars['ID']['output'];
|
|
41293
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41294
|
+
node?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseUnion>;
|
|
41295
|
+
};
|
|
41296
|
+
export declare type GraphStoreSimplifiedUserReportedIncidentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41297
|
+
export declare type GraphStoreSimplifiedUserReportedIncidentUnion = JiraIssue;
|
|
40239
41298
|
export declare type GraphStoreSimplifiedUserReportsIssueConnection = HasPageInfo & {
|
|
40240
41299
|
__typename?: 'GraphStoreSimplifiedUserReportsIssueConnection';
|
|
40241
41300
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportsIssueEdge>>>;
|
|
@@ -40292,6 +41351,90 @@ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
|
|
|
40292
41351
|
};
|
|
40293
41352
|
export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40294
41353
|
export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
41354
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
41355
|
+
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
41356
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
41357
|
+
pageInfo: PageInfo;
|
|
41358
|
+
};
|
|
41359
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentEdge = {
|
|
41360
|
+
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentEdge';
|
|
41361
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41362
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41363
|
+
id: Scalars['ID']['output'];
|
|
41364
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41365
|
+
node?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentUnion>;
|
|
41366
|
+
};
|
|
41367
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection = HasPageInfo & {
|
|
41368
|
+
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection';
|
|
41369
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseEdge>>>;
|
|
41370
|
+
pageInfo: PageInfo;
|
|
41371
|
+
};
|
|
41372
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseEdge = {
|
|
41373
|
+
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentInverseEdge';
|
|
41374
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41375
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41376
|
+
id: Scalars['ID']['output'];
|
|
41377
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41378
|
+
node?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion>;
|
|
41379
|
+
};
|
|
41380
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41381
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
41382
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
41383
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection';
|
|
41384
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge>>>;
|
|
41385
|
+
pageInfo: PageInfo;
|
|
41386
|
+
};
|
|
41387
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge = {
|
|
41388
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge';
|
|
41389
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41390
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41391
|
+
id: Scalars['ID']['output'];
|
|
41392
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41393
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion>;
|
|
41394
|
+
};
|
|
41395
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection = HasPageInfo & {
|
|
41396
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection';
|
|
41397
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge>>>;
|
|
41398
|
+
pageInfo: PageInfo;
|
|
41399
|
+
};
|
|
41400
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge = {
|
|
41401
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge';
|
|
41402
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41403
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41404
|
+
id: Scalars['ID']['output'];
|
|
41405
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41406
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion>;
|
|
41407
|
+
};
|
|
41408
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41409
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
41410
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageConnection = HasPageInfo & {
|
|
41411
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageConnection';
|
|
41412
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageEdge>>>;
|
|
41413
|
+
pageInfo: PageInfo;
|
|
41414
|
+
};
|
|
41415
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageEdge = {
|
|
41416
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageEdge';
|
|
41417
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41418
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41419
|
+
id: Scalars['ID']['output'];
|
|
41420
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41421
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageUnion>;
|
|
41422
|
+
};
|
|
41423
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection = HasPageInfo & {
|
|
41424
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection';
|
|
41425
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge>>>;
|
|
41426
|
+
pageInfo: PageInfo;
|
|
41427
|
+
};
|
|
41428
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge = {
|
|
41429
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge';
|
|
41430
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41431
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41432
|
+
id: Scalars['ID']['output'];
|
|
41433
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41434
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseUnion>;
|
|
41435
|
+
};
|
|
41436
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41437
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageUnion = ConfluencePage;
|
|
40295
41438
|
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
|
|
40296
41439
|
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
|
|
40297
41440
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
|
|
@@ -40432,6 +41575,21 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
40432
41575
|
};
|
|
40433
41576
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40434
41577
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
41578
|
+
export declare type GraphStoreSimplifiedVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
41579
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchConnection';
|
|
41580
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchEdge>>>;
|
|
41581
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41582
|
+
pageInfo: PageInfo;
|
|
41583
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41584
|
+
};
|
|
41585
|
+
export declare type GraphStoreSimplifiedVersionAssociatedBranchEdge = {
|
|
41586
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchEdge';
|
|
41587
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41588
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41589
|
+
id: Scalars['ID']['output'];
|
|
41590
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41591
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchUnion>;
|
|
41592
|
+
};
|
|
40435
41593
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
40436
41594
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
|
|
40437
41595
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseEdge>>>;
|
|
@@ -40448,6 +41606,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseEdge = {
|
|
|
40448
41606
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseUnion>;
|
|
40449
41607
|
};
|
|
40450
41608
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseUnion = JiraVersion;
|
|
41609
|
+
export declare type GraphStoreSimplifiedVersionAssociatedBranchUnion = ExternalBranch;
|
|
40451
41610
|
export declare type GraphStoreSimplifiedVersionAssociatedBuildConnection = HasPageInfo & HasTotal & {
|
|
40452
41611
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBuildConnection';
|
|
40453
41612
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBuildEdge>>>;
|
|
@@ -40543,7 +41702,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseEdge =
|
|
|
40543
41702
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion>;
|
|
40544
41703
|
};
|
|
40545
41704
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion = JiraVersion;
|
|
40546
|
-
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary;
|
|
41705
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
40547
41706
|
export declare type GraphStoreSimplifiedVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
40548
41707
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignConnection';
|
|
40549
41708
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignEdge>>>;
|
|
@@ -40668,6 +41827,19 @@ export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseEdge
|
|
|
40668
41827
|
};
|
|
40669
41828
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseUnion = JiraVersion;
|
|
40670
41829
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
41830
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
41831
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection';
|
|
41832
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge>>>;
|
|
41833
|
+
pageInfo: PageInfo;
|
|
41834
|
+
};
|
|
41835
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
41836
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge';
|
|
41837
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41838
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41839
|
+
id: Scalars['ID']['output'];
|
|
41840
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41841
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion>;
|
|
41842
|
+
};
|
|
40671
41843
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
40672
41844
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection';
|
|
40673
41845
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge>>>;
|
|
@@ -40682,6 +41854,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge =
|
|
|
40682
41854
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseUnion>;
|
|
40683
41855
|
};
|
|
40684
41856
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseUnion = JiraVersion;
|
|
41857
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
40685
41858
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
40686
41859
|
__typename?: 'GraphStoreSimplifiedVersionUserAssociatedFeatureFlagConnection';
|
|
40687
41860
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionUserAssociatedFeatureFlagEdge>>>;
|
|
@@ -41110,15 +42283,36 @@ export declare type GraphStoreTestPerfhammerMaterializationSortInput = {
|
|
|
41110
42283
|
export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
|
|
41111
42284
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41112
42285
|
};
|
|
42286
|
+
export declare type GraphStoreUserAssignedIncidentSortInput = {
|
|
42287
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42288
|
+
};
|
|
42289
|
+
export declare type GraphStoreUserAttendedCalendarEventSortInput = {
|
|
42290
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42291
|
+
};
|
|
42292
|
+
export declare type GraphStoreUserAuthoredCommitSortInput = {
|
|
42293
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42294
|
+
};
|
|
41113
42295
|
export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
41114
42296
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41115
42297
|
};
|
|
42298
|
+
export declare type GraphStoreUserCreatedBranchSortInput = {
|
|
42299
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42300
|
+
};
|
|
41116
42301
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
41117
42302
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41118
42303
|
};
|
|
41119
42304
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
41120
42305
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41121
42306
|
};
|
|
42307
|
+
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
42308
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42309
|
+
};
|
|
42310
|
+
export declare type GraphStoreUserCreatedMessageSortInput = {
|
|
42311
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42312
|
+
};
|
|
42313
|
+
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
42314
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42315
|
+
};
|
|
41122
42316
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
41123
42317
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41124
42318
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -41131,21 +42325,48 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
41131
42325
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
41132
42326
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41133
42327
|
};
|
|
42328
|
+
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
42329
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42330
|
+
};
|
|
41134
42331
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
41135
42332
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41136
42333
|
};
|
|
42334
|
+
export declare type GraphStoreUserOwnedBranchSortInput = {
|
|
42335
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42336
|
+
};
|
|
42337
|
+
export declare type GraphStoreUserOwnedCalendarEventSortInput = {
|
|
42338
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42339
|
+
};
|
|
42340
|
+
export declare type GraphStoreUserOwnedRemoteLinkSortInput = {
|
|
42341
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42342
|
+
};
|
|
42343
|
+
export declare type GraphStoreUserOwnedRepositorySortInput = {
|
|
42344
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42345
|
+
};
|
|
41137
42346
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
41138
42347
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41139
42348
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
41140
42349
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41141
42350
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
41142
42351
|
};
|
|
42352
|
+
export declare type GraphStoreUserReportedIncidentSortInput = {
|
|
42353
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42354
|
+
};
|
|
41143
42355
|
export declare type GraphStoreUserReportsIssueSortInput = {
|
|
41144
42356
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41145
42357
|
};
|
|
41146
42358
|
export declare type GraphStoreUserReviewsPrSortInput = {
|
|
41147
42359
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41148
42360
|
};
|
|
42361
|
+
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
42362
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42363
|
+
};
|
|
42364
|
+
export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
|
|
42365
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42366
|
+
};
|
|
42367
|
+
export declare type GraphStoreUserUpdatedConfluencePageSortInput = {
|
|
42368
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42369
|
+
};
|
|
41149
42370
|
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
|
|
41150
42371
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41151
42372
|
};
|
|
@@ -41989,10 +43210,13 @@ export declare enum HelpCenterMediaConfigOperationType {
|
|
|
41989
43210
|
export declare type HelpCenterMutationApi = {
|
|
41990
43211
|
__typename?: 'HelpCenterMutationApi';
|
|
41991
43212
|
createHelpCenter?: Maybe<HelpCenterCreatePayload>;
|
|
43213
|
+
createHelpCenterPage?: Maybe<HelpCenterPageCreatePayload>;
|
|
41992
43214
|
createTopic?: Maybe<HelpCenterCreateTopicPayload>;
|
|
41993
43215
|
deleteHelpCenter?: Maybe<HelpCenterDeletePayload>;
|
|
43216
|
+
deleteHelpCenterPage?: Maybe<HelpCenterPageDeletePayload>;
|
|
41994
43217
|
deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
|
|
41995
43218
|
updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
|
|
43219
|
+
updateHelpCenterPage?: Maybe<HelpCenterPageUpdatePayload>;
|
|
41996
43220
|
updateHelpCenterPermissionSettings?: Maybe<HelpCenterPermissionSettingsPayload>;
|
|
41997
43221
|
updateHomePageAnnouncement?: Maybe<HelpCenterAnnouncementUpdatePayload>;
|
|
41998
43222
|
updateLoginAnnouncement?: Maybe<HelpCenterAnnouncementUpdatePayload>;
|
|
@@ -42004,18 +43228,27 @@ export declare type HelpCenterMutationApi = {
|
|
|
42004
43228
|
export declare type HelpCenterMutationApiCreateHelpCenterArgs = {
|
|
42005
43229
|
input: HelpCenterCreateInput;
|
|
42006
43230
|
};
|
|
43231
|
+
export declare type HelpCenterMutationApiCreateHelpCenterPageArgs = {
|
|
43232
|
+
input: HelpCenterPageCreateInput;
|
|
43233
|
+
};
|
|
42007
43234
|
export declare type HelpCenterMutationApiCreateTopicArgs = {
|
|
42008
43235
|
input: HelpCenterBulkCreateTopicsInput;
|
|
42009
43236
|
};
|
|
42010
43237
|
export declare type HelpCenterMutationApiDeleteHelpCenterArgs = {
|
|
42011
43238
|
input: HelpCenterDeleteInput;
|
|
42012
43239
|
};
|
|
43240
|
+
export declare type HelpCenterMutationApiDeleteHelpCenterPageArgs = {
|
|
43241
|
+
input: HelpCenterPageDeleteInput;
|
|
43242
|
+
};
|
|
42013
43243
|
export declare type HelpCenterMutationApiDeleteTopicArgs = {
|
|
42014
43244
|
input: HelpCenterBulkDeleteTopicInput;
|
|
42015
43245
|
};
|
|
42016
43246
|
export declare type HelpCenterMutationApiUpdateHelpCenterArgs = {
|
|
42017
43247
|
input: HelpCenterUpdateInput;
|
|
42018
43248
|
};
|
|
43249
|
+
export declare type HelpCenterMutationApiUpdateHelpCenterPageArgs = {
|
|
43250
|
+
input: HelpCenterPageUpdateInput;
|
|
43251
|
+
};
|
|
42019
43252
|
export declare type HelpCenterMutationApiUpdateHelpCenterPermissionSettingsArgs = {
|
|
42020
43253
|
input: HelpCenterPermissionSettingsInput;
|
|
42021
43254
|
};
|
|
@@ -42046,6 +43279,75 @@ export declare type HelpCenterNameInput = {
|
|
|
42046
43279
|
default: Scalars['String']['input'];
|
|
42047
43280
|
translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
|
|
42048
43281
|
};
|
|
43282
|
+
export declare type HelpCenterPage = Node & {
|
|
43283
|
+
__typename?: 'HelpCenterPage';
|
|
43284
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
43285
|
+
description?: Maybe<HelpCenterPageDescription>;
|
|
43286
|
+
helpCenterAri: Scalars['ID']['output'];
|
|
43287
|
+
id: Scalars['ID']['output'];
|
|
43288
|
+
name?: Maybe<HelpCenterPageName>;
|
|
43289
|
+
pageLayout?: Maybe<HelpCenterPageLayout>;
|
|
43290
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
43291
|
+
};
|
|
43292
|
+
export declare type HelpCenterPageCreateInput = {
|
|
43293
|
+
clonePageAri?: InputMaybe<Scalars['String']['input']>;
|
|
43294
|
+
description: Scalars['String']['input'];
|
|
43295
|
+
helpCenterAri: Scalars['String']['input'];
|
|
43296
|
+
name: Scalars['String']['input'];
|
|
43297
|
+
};
|
|
43298
|
+
export declare type HelpCenterPageCreatePayload = Payload & {
|
|
43299
|
+
__typename?: 'HelpCenterPageCreatePayload';
|
|
43300
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43301
|
+
helpCenterPage?: Maybe<HelpCenterPage>;
|
|
43302
|
+
success: Scalars['Boolean']['output'];
|
|
43303
|
+
};
|
|
43304
|
+
export declare type HelpCenterPageDeleteInput = {
|
|
43305
|
+
helpCenterPageAri: Scalars['String']['input'];
|
|
43306
|
+
};
|
|
43307
|
+
export declare type HelpCenterPageDeletePayload = Payload & {
|
|
43308
|
+
__typename?: 'HelpCenterPageDeletePayload';
|
|
43309
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43310
|
+
helpCenterPageAri?: Maybe<Scalars['ID']['output']>;
|
|
43311
|
+
success: Scalars['Boolean']['output'];
|
|
43312
|
+
};
|
|
43313
|
+
export declare type HelpCenterPageDescription = {
|
|
43314
|
+
__typename?: 'HelpCenterPageDescription';
|
|
43315
|
+
default: Scalars['String']['output'];
|
|
43316
|
+
};
|
|
43317
|
+
export declare type HelpCenterPageLayout = {
|
|
43318
|
+
__typename?: 'HelpCenterPageLayout';
|
|
43319
|
+
layoutAri: Scalars['ID']['output'];
|
|
43320
|
+
};
|
|
43321
|
+
export declare type HelpCenterPageName = {
|
|
43322
|
+
__typename?: 'HelpCenterPageName';
|
|
43323
|
+
default: Scalars['String']['output'];
|
|
43324
|
+
};
|
|
43325
|
+
export declare type HelpCenterPageQueryResult = HelpCenterPage | QueryError;
|
|
43326
|
+
export declare type HelpCenterPageQueryResultConnection = {
|
|
43327
|
+
__typename?: 'HelpCenterPageQueryResultConnection';
|
|
43328
|
+
edges?: Maybe<Array<HelpCenterPageQueryResultEdge>>;
|
|
43329
|
+
nodes?: Maybe<Array<HelpCenterPageQueryResult>>;
|
|
43330
|
+
pageInfo?: Maybe<PageInfo>;
|
|
43331
|
+
};
|
|
43332
|
+
export declare type HelpCenterPageQueryResultEdge = {
|
|
43333
|
+
__typename?: 'HelpCenterPageQueryResultEdge';
|
|
43334
|
+
cursor: Scalars['String']['output'];
|
|
43335
|
+
node?: Maybe<HelpCenterPageQueryResult>;
|
|
43336
|
+
};
|
|
43337
|
+
export declare enum HelpCenterPageType {
|
|
43338
|
+
Custom = "CUSTOM"
|
|
43339
|
+
}
|
|
43340
|
+
export declare type HelpCenterPageUpdateInput = {
|
|
43341
|
+
description: Scalars['String']['input'];
|
|
43342
|
+
helpCenterPageAri: Scalars['String']['input'];
|
|
43343
|
+
name: Scalars['String']['input'];
|
|
43344
|
+
};
|
|
43345
|
+
export declare type HelpCenterPageUpdatePayload = Payload & {
|
|
43346
|
+
__typename?: 'HelpCenterPageUpdatePayload';
|
|
43347
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43348
|
+
helpCenterPage?: Maybe<HelpCenterPage>;
|
|
43349
|
+
success: Scalars['Boolean']['output'];
|
|
43350
|
+
};
|
|
42049
43351
|
export declare type HelpCenterPermissionSettings = {
|
|
42050
43352
|
__typename?: 'HelpCenterPermissionSettings';
|
|
42051
43353
|
accessControlType: HelpCenterAccessControlType;
|
|
@@ -42142,6 +43444,8 @@ export declare type HelpCenterQueryApi = {
|
|
|
42142
43444
|
helpCenterByHoistedProjectId?: Maybe<HelpCenterQueryResult>;
|
|
42143
43445
|
helpCenterByHoistedProjectIdRouted?: Maybe<HelpCenterQueryResult>;
|
|
42144
43446
|
helpCenterById?: Maybe<HelpCenterQueryResult>;
|
|
43447
|
+
helpCenterPageById?: Maybe<HelpCenterPageQueryResult>;
|
|
43448
|
+
helpCenterPages?: Maybe<HelpCenterPageQueryResultConnection>;
|
|
42145
43449
|
helpCenterPermissionSettings?: Maybe<HelpCenterPermissionSettingsResult>;
|
|
42146
43450
|
helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
|
|
42147
43451
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
@@ -42161,6 +43465,14 @@ export declare type HelpCenterQueryApiHelpCenterByHoistedProjectIdRoutedArgs = {
|
|
|
42161
43465
|
export declare type HelpCenterQueryApiHelpCenterByIdArgs = {
|
|
42162
43466
|
helpCenterAri: Scalars['ID']['input'];
|
|
42163
43467
|
};
|
|
43468
|
+
export declare type HelpCenterQueryApiHelpCenterPageByIdArgs = {
|
|
43469
|
+
helpCenterPageAri: Scalars['ID']['input'];
|
|
43470
|
+
};
|
|
43471
|
+
export declare type HelpCenterQueryApiHelpCenterPagesArgs = {
|
|
43472
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43473
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43474
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
43475
|
+
};
|
|
42164
43476
|
export declare type HelpCenterQueryApiHelpCenterPermissionSettingsArgs = {
|
|
42165
43477
|
helpCenterAri: Scalars['ID']['input'];
|
|
42166
43478
|
};
|
|
@@ -42420,6 +43732,7 @@ export declare type HelpLayout = Node & {
|
|
|
42420
43732
|
id: Scalars['ID']['output'];
|
|
42421
43733
|
reloadOnPublish?: Maybe<Scalars['Boolean']['output']>;
|
|
42422
43734
|
sections?: Maybe<HelpLayoutSectionConnection>;
|
|
43735
|
+
type?: Maybe<HelpLayoutType>;
|
|
42423
43736
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
42424
43737
|
};
|
|
42425
43738
|
export declare type HelpLayoutSectionsArgs = {
|
|
@@ -42576,6 +43889,7 @@ export declare type HelpLayoutCreatePayload = Payload & {
|
|
|
42576
43889
|
export declare type HelpLayoutCreationInput = {
|
|
42577
43890
|
parentAri: Scalars['ID']['input'];
|
|
42578
43891
|
sections: Array<HelpLayoutSectionInput>;
|
|
43892
|
+
type?: InputMaybe<HelpLayoutType>;
|
|
42579
43893
|
};
|
|
42580
43894
|
export declare type HelpLayoutEditorElement = HelpLayoutVisualEntity & Node & {
|
|
42581
43895
|
__typename?: 'HelpLayoutEditorElement';
|
|
@@ -42855,12 +44169,17 @@ export declare type HelpLayoutQueryApi = {
|
|
|
42855
44169
|
__typename?: 'HelpLayoutQueryApi';
|
|
42856
44170
|
elementTypes?: Maybe<Array<HelpLayoutElementType>>;
|
|
42857
44171
|
layout?: Maybe<HelpLayoutResult>;
|
|
44172
|
+
layoutByParentId?: Maybe<HelpLayoutResult>;
|
|
42858
44173
|
mediaConfig?: Maybe<HelpLayoutMediaConfig>;
|
|
42859
44174
|
};
|
|
42860
44175
|
export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
42861
44176
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
42862
44177
|
id: Scalars['ID']['input'];
|
|
42863
44178
|
};
|
|
44179
|
+
export declare type HelpLayoutQueryApiLayoutByParentIdArgs = {
|
|
44180
|
+
filter?: InputMaybe<HelpLayoutFilter>;
|
|
44181
|
+
parentAri: Scalars['ID']['input'];
|
|
44182
|
+
};
|
|
42864
44183
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
42865
44184
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
42866
44185
|
parentAri: Scalars['ID']['input'];
|
|
@@ -42987,6 +44306,10 @@ export declare type HelpLayoutTopicsListInput = {
|
|
|
42987
44306
|
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
42988
44307
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
42989
44308
|
};
|
|
44309
|
+
export declare enum HelpLayoutType {
|
|
44310
|
+
CustomPage = "CUSTOM_PAGE",
|
|
44311
|
+
HomePage = "HOME_PAGE"
|
|
44312
|
+
}
|
|
42990
44313
|
export declare type HelpLayoutUpdateInput = {
|
|
42991
44314
|
layoutId: Scalars['ID']['input'];
|
|
42992
44315
|
sections: Array<HelpLayoutSectionInput>;
|
|
@@ -46205,15 +47528,24 @@ export declare enum JiraColorSchemeThemeSetting {
|
|
|
46205
47528
|
}
|
|
46206
47529
|
export declare type JiraComment = {
|
|
46207
47530
|
author?: Maybe<User>;
|
|
47531
|
+
childComments?: Maybe<JiraCommentConnection>;
|
|
46208
47532
|
commentId: Scalars['ID']['output'];
|
|
46209
47533
|
created: Scalars['DateTime']['output'];
|
|
47534
|
+
isDeleted?: Maybe<Scalars['Boolean']['output']>;
|
|
46210
47535
|
issue?: Maybe<JiraIssue>;
|
|
46211
47536
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
46212
47537
|
richText?: Maybe<JiraRichText>;
|
|
47538
|
+
threadParentId?: Maybe<Scalars['ID']['output']>;
|
|
46213
47539
|
updateAuthor?: Maybe<User>;
|
|
46214
47540
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
46215
47541
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
46216
47542
|
};
|
|
47543
|
+
export declare type JiraCommentChildCommentsArgs = {
|
|
47544
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
47545
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
47546
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
47547
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
47548
|
+
};
|
|
46217
47549
|
export declare type JiraCommentConnection = {
|
|
46218
47550
|
__typename?: 'JiraCommentConnection';
|
|
46219
47551
|
edges?: Maybe<Array<Maybe<JiraCommentEdge>>>;
|
|
@@ -47405,6 +48737,7 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
|
47405
48737
|
issueAri: Scalars['ID']['input'];
|
|
47406
48738
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
47407
48739
|
repoUrl: Scalars['String']['input'];
|
|
48740
|
+
sourceBranch?: InputMaybe<Scalars['String']['input']>;
|
|
47408
48741
|
};
|
|
47409
48742
|
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
|
|
47410
48743
|
issueAri: Scalars['ID']['input'];
|
|
@@ -48698,6 +50031,7 @@ export declare type JiraGroupedListViewGroupsArgs = {
|
|
|
48698
50031
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48699
50032
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
48700
50033
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50034
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
48701
50035
|
};
|
|
48702
50036
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
48703
50037
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -50482,6 +51816,9 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
50482
51816
|
User = "USER",
|
|
50483
51817
|
Version = "VERSION"
|
|
50484
51818
|
}
|
|
51819
|
+
export declare type JiraJqlBoardInput = {
|
|
51820
|
+
boardId?: InputMaybe<Scalars['Long']['input']>;
|
|
51821
|
+
};
|
|
50485
51822
|
export declare type JiraJqlBuilder = {
|
|
50486
51823
|
__typename?: 'JiraJqlBuilder';
|
|
50487
51824
|
cascadingSelectValues?: Maybe<JiraJqlCascadingOptionFieldValueConnection>;
|
|
@@ -50514,6 +51851,7 @@ export declare type JiraJqlBuilderFieldValuesArgs = {
|
|
|
50514
51851
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
50515
51852
|
jqlTerm: Scalars['String']['input'];
|
|
50516
51853
|
projectOptions?: InputMaybe<JiraProjectOptions>;
|
|
51854
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
50517
51855
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
50518
51856
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
50519
51857
|
};
|
|
@@ -50870,6 +52208,9 @@ export declare type JiraJqlResolutionFieldValue = JiraJqlFieldValue & {
|
|
|
50870
52208
|
jqlTerm: Scalars['String']['output'];
|
|
50871
52209
|
resolution?: Maybe<JiraResolution>;
|
|
50872
52210
|
};
|
|
52211
|
+
export declare type JiraJqlScopeInput = {
|
|
52212
|
+
board?: InputMaybe<JiraJqlBoardInput>;
|
|
52213
|
+
};
|
|
50873
52214
|
export declare type JiraJqlSearchTemplate = {
|
|
50874
52215
|
__typename?: 'JiraJqlSearchTemplate';
|
|
50875
52216
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -51142,6 +52483,7 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
51142
52483
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
51143
52484
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
51144
52485
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52486
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
51145
52487
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
51146
52488
|
};
|
|
51147
52489
|
export declare type JiraListViewViewSettingsArgs = {
|
|
@@ -53451,6 +54793,7 @@ export declare type JiraProject = Node & {
|
|
|
53451
54793
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
53452
54794
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
53453
54795
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
54796
|
+
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
53454
54797
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
53455
54798
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
53456
54799
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
@@ -53570,6 +54913,10 @@ export declare type JiraProjectRepositoriesArgs = {
|
|
|
53570
54913
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53571
54914
|
sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
|
|
53572
54915
|
};
|
|
54916
|
+
export declare type JiraProjectRequestTypesArgs = {
|
|
54917
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54918
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54919
|
+
};
|
|
53573
54920
|
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
|
|
53574
54921
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
53575
54922
|
filter?: InputMaybe<DevOpsServicesFilterInput>;
|
|
@@ -56201,19 +57548,28 @@ export declare type JiraServiceManagementComment = JiraComment & Node & {
|
|
|
56201
57548
|
__typename?: 'JiraServiceManagementComment';
|
|
56202
57549
|
author?: Maybe<User>;
|
|
56203
57550
|
authorCanSeeRequest?: Maybe<Scalars['Boolean']['output']>;
|
|
57551
|
+
childComments?: Maybe<JiraCommentConnection>;
|
|
56204
57552
|
commentId: Scalars['ID']['output'];
|
|
56205
57553
|
created: Scalars['DateTime']['output'];
|
|
56206
57554
|
eventOccurredAt?: Maybe<Scalars['DateTime']['output']>;
|
|
56207
57555
|
id: Scalars['ID']['output'];
|
|
57556
|
+
isDeleted?: Maybe<Scalars['Boolean']['output']>;
|
|
56208
57557
|
issue?: Maybe<JiraIssue>;
|
|
56209
57558
|
jsdIncidentActivityViewHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
56210
57559
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
56211
57560
|
richText?: Maybe<JiraRichText>;
|
|
57561
|
+
threadParentId?: Maybe<Scalars['ID']['output']>;
|
|
56212
57562
|
updateAuthor?: Maybe<User>;
|
|
56213
57563
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
56214
57564
|
visibility?: Maybe<JiraServiceManagementCommentVisibility>;
|
|
56215
57565
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
56216
57566
|
};
|
|
57567
|
+
export declare type JiraServiceManagementCommentChildCommentsArgs = {
|
|
57568
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
57569
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
57570
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
57571
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
57572
|
+
};
|
|
56217
57573
|
export declare enum JiraServiceManagementCommentVisibility {
|
|
56218
57574
|
Internal = "INTERNAL",
|
|
56219
57575
|
VisibleToHelpseeker = "VISIBLE_TO_HELPSEEKER"
|
|
@@ -58882,6 +60238,7 @@ export declare type JiraUserPreferences = {
|
|
|
58882
60238
|
issueViewTimestampDisplayMode?: Maybe<JiraIssueViewTimestampDisplayMode>;
|
|
58883
60239
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
58884
60240
|
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
60241
|
+
requestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
58885
60242
|
showDateFieldAssociationMessageByIssueKey?: Maybe<Scalars['Boolean']['output']>;
|
|
58886
60243
|
};
|
|
58887
60244
|
export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProjectArgs = {
|
|
@@ -58890,12 +60247,16 @@ export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProject
|
|
|
58890
60247
|
export declare type JiraUserPreferencesIssueViewPinnedFieldsArgs = {
|
|
58891
60248
|
projectKey: Scalars['String']['input'];
|
|
58892
60249
|
};
|
|
60250
|
+
export declare type JiraUserPreferencesRequestTypeTableViewSettingsArgs = {
|
|
60251
|
+
projectKey: Scalars['String']['input'];
|
|
60252
|
+
};
|
|
58893
60253
|
export declare type JiraUserPreferencesShowDateFieldAssociationMessageByIssueKeyArgs = {
|
|
58894
60254
|
issueKey: Scalars['String']['input'];
|
|
58895
60255
|
};
|
|
58896
60256
|
export declare type JiraUserPreferencesMutation = {
|
|
58897
60257
|
__typename?: 'JiraUserPreferencesMutation';
|
|
58898
60258
|
dismissDateFieldAssociationMessageByIssueKey?: Maybe<JiraDateFieldAssociationMessageMutationPayload>;
|
|
60259
|
+
saveRequestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
58899
60260
|
setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
|
|
58900
60261
|
setJQLBuilderSearchMode?: Maybe<JiraJqlBuilderSearchModeMutationPayload>;
|
|
58901
60262
|
setNaturalLanguageSpotlightTourEnabled?: Maybe<JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload>;
|
|
@@ -58904,6 +60265,10 @@ export declare type JiraUserPreferencesMutation = {
|
|
|
58904
60265
|
export declare type JiraUserPreferencesMutationDismissDateFieldAssociationMessageByIssueKeyArgs = {
|
|
58905
60266
|
issueKey: Scalars['String']['input'];
|
|
58906
60267
|
};
|
|
60268
|
+
export declare type JiraUserPreferencesMutationSaveRequestTypeTableViewSettingsArgs = {
|
|
60269
|
+
projectKey: Scalars['String']['input'];
|
|
60270
|
+
viewSettings: Scalars['String']['input'];
|
|
60271
|
+
};
|
|
58907
60272
|
export declare type JiraUserPreferencesMutationSetIssueNavigatorSearchLayoutArgs = {
|
|
58908
60273
|
searchLayout?: InputMaybe<JiraIssueNavigatorSearchLayout>;
|
|
58909
60274
|
};
|
|
@@ -61396,6 +62761,15 @@ export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
|
61396
62761
|
Person = "PERSON",
|
|
61397
62762
|
Team = "TEAM"
|
|
61398
62763
|
}
|
|
62764
|
+
export declare enum KnowledgeDiscoverySearchQueryClassificationSubtype {
|
|
62765
|
+
Command = "COMMAND",
|
|
62766
|
+
Confluence = "CONFLUENCE",
|
|
62767
|
+
Evaluate = "EVALUATE",
|
|
62768
|
+
Jira = "JIRA",
|
|
62769
|
+
JobTitle = "JOB_TITLE",
|
|
62770
|
+
Llm = "LLM",
|
|
62771
|
+
Question = "QUESTION"
|
|
62772
|
+
}
|
|
61399
62773
|
export declare type KnowledgeDiscoverySearchRelatedEntities = {
|
|
61400
62774
|
__typename?: 'KnowledgeDiscoverySearchRelatedEntities';
|
|
61401
62775
|
entityGroups?: Maybe<Array<Maybe<KnowledgeDiscoveryEntityGroup>>>;
|
|
@@ -61404,6 +62778,7 @@ export declare type KnowledgeDiscoverySearchRelatedEntitiesResult = KnowledgeDis
|
|
|
61404
62778
|
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
61405
62779
|
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
61406
62780
|
route: KnowledgeDiscoverySearchQueryClassification;
|
|
62781
|
+
subTypes?: Maybe<Array<Maybe<KnowledgeDiscoverySearchQueryClassificationSubtype>>>;
|
|
61407
62782
|
transformedQuery: Scalars['String']['output'];
|
|
61408
62783
|
};
|
|
61409
62784
|
export declare type KnowledgeDiscoverySmartAnswersRouteResult = KnowledgeDiscoverySmartAnswersRoute | QueryError;
|
|
@@ -62956,6 +64331,17 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
62956
64331
|
vendorId: Scalars['String']['output'];
|
|
62957
64332
|
vendorLinks?: Maybe<MarketplaceConsoleVendorLinks>;
|
|
62958
64333
|
};
|
|
64334
|
+
export declare type MarketplaceConsoleProductListingAdditionalChecks = {
|
|
64335
|
+
__typename?: 'MarketplaceConsoleProductListingAdditionalChecks';
|
|
64336
|
+
canProductBeDelisted?: Maybe<Scalars['Boolean']['output']>;
|
|
64337
|
+
isProductJiraCompatible?: Maybe<Scalars['Boolean']['output']>;
|
|
64338
|
+
};
|
|
64339
|
+
export declare type MarketplaceConsoleProductListingAdditionalChecksInput = {
|
|
64340
|
+
cloudAppSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
64341
|
+
dataCenterAppSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
64342
|
+
productId: Scalars['ID']['input'];
|
|
64343
|
+
serverAppSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
64344
|
+
};
|
|
62959
64345
|
export declare type MarketplaceConsoleProductListingTags = {
|
|
62960
64346
|
__typename?: 'MarketplaceConsoleProductListingTags';
|
|
62961
64347
|
category?: Maybe<Array<Maybe<MarketplaceConsoleTagsContent>>>;
|
|
@@ -63003,6 +64389,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
63003
64389
|
parentProductPricing?: Maybe<MarketplaceConsoleParentSoftwarePricing>;
|
|
63004
64390
|
parentSoftwares: Array<MarketplaceConsoleParentSoftware>;
|
|
63005
64391
|
product?: Maybe<MarketplaceConsoleProduct>;
|
|
64392
|
+
productListingAdditionalChecks?: Maybe<MarketplaceConsoleProductListingAdditionalChecks>;
|
|
63006
64393
|
productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
|
|
63007
64394
|
productMetadataByAppId?: Maybe<MarketplaceConsoleProductMetadata>;
|
|
63008
64395
|
productTags?: Maybe<MarketplaceConsoleProductTags>;
|
|
@@ -63062,6 +64449,9 @@ export declare type MarketplaceConsoleQueryApiProductArgs = {
|
|
|
63062
64449
|
appKey: Scalars['ID']['input'];
|
|
63063
64450
|
productId: Scalars['ID']['input'];
|
|
63064
64451
|
};
|
|
64452
|
+
export declare type MarketplaceConsoleQueryApiProductListingAdditionalChecksArgs = {
|
|
64453
|
+
productListingAdditionalChecksInput: MarketplaceConsoleProductListingAdditionalChecksInput;
|
|
64454
|
+
};
|
|
63065
64455
|
export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
|
|
63066
64456
|
appId: Scalars['ID']['input'];
|
|
63067
64457
|
productId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -63561,6 +64951,29 @@ export declare type MarketplaceStoreHomePageSectionScreenSpecificProperties = {
|
|
|
63561
64951
|
md: MarketplaceStoreHomePageSectionScreenConfig;
|
|
63562
64952
|
sm: MarketplaceStoreHomePageSectionScreenConfig;
|
|
63563
64953
|
};
|
|
64954
|
+
export declare enum MarketplaceStoreHostInstanceType {
|
|
64955
|
+
Production = "PRODUCTION",
|
|
64956
|
+
Sandbox = "SANDBOX"
|
|
64957
|
+
}
|
|
64958
|
+
export declare type MarketplaceStoreHostLicense = {
|
|
64959
|
+
__typename?: 'MarketplaceStoreHostLicense';
|
|
64960
|
+
autoRenewal: Scalars['Boolean']['output'];
|
|
64961
|
+
evaluation: Scalars['Boolean']['output'];
|
|
64962
|
+
licenseType: Scalars['String']['output'];
|
|
64963
|
+
maximumNumberOfUsers: Scalars['Int']['output'];
|
|
64964
|
+
subscriptionAnnual?: Maybe<Scalars['Boolean']['output']>;
|
|
64965
|
+
valid: Scalars['Boolean']['output'];
|
|
64966
|
+
};
|
|
64967
|
+
export declare type MarketplaceStoreHostStatusResponse = {
|
|
64968
|
+
__typename?: 'MarketplaceStoreHostStatusResponse';
|
|
64969
|
+
billingCurrency: Scalars['String']['output'];
|
|
64970
|
+
billingSystem: MarketplaceStoreBillingSystem;
|
|
64971
|
+
hostCmtEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
64972
|
+
hostLicense: MarketplaceStoreHostLicense;
|
|
64973
|
+
instanceType: MarketplaceStoreHostInstanceType;
|
|
64974
|
+
pacUnavailable: Scalars['Boolean']['output'];
|
|
64975
|
+
upmLicensedHostUsers: Scalars['Int']['output'];
|
|
64976
|
+
};
|
|
63564
64977
|
export declare type MarketplaceStoreInstallAppInput = {
|
|
63565
64978
|
appKey: Scalars['String']['input'];
|
|
63566
64979
|
target: MarketplaceStoreInstallAppTargetInput;
|
|
@@ -63589,7 +65002,11 @@ export declare enum MarketplaceStoreInstallationTargetProduct {
|
|
|
63589
65002
|
}
|
|
63590
65003
|
export declare type MarketplaceStoreInstalledAppDetailsResponse = {
|
|
63591
65004
|
__typename?: 'MarketplaceStoreInstalledAppDetailsResponse';
|
|
63592
|
-
|
|
65005
|
+
edition?: Maybe<Scalars['String']['output']>;
|
|
65006
|
+
installed: Scalars['Boolean']['output'];
|
|
65007
|
+
licenseActive: Scalars['Boolean']['output'];
|
|
65008
|
+
licenseExpiryDate?: Maybe<Scalars['String']['output']>;
|
|
65009
|
+
paidLicenseActiveOnParent: Scalars['Boolean']['output'];
|
|
63593
65010
|
};
|
|
63594
65011
|
export declare type MarketplaceStoreLoggedInUser = {
|
|
63595
65012
|
__typename?: 'MarketplaceStoreLoggedInUser';
|
|
@@ -63755,6 +65172,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
63755
65172
|
editionsByAppKey: Array<MarketplaceStoreEdition>;
|
|
63756
65173
|
geoip: MarketplaceStoreGeoIpResponse;
|
|
63757
65174
|
homePage: MarketplaceStoreHomePageResponse;
|
|
65175
|
+
hostStatus: MarketplaceStoreHostStatusResponse;
|
|
63758
65176
|
installAppStatus: MarketplaceStoreInstallAppResponse;
|
|
63759
65177
|
installedAppDetails: MarketplaceStoreInstalledAppDetailsResponse;
|
|
63760
65178
|
myReview: MarketplaceStoreCurrentUserReviewResponse;
|
|
@@ -63784,11 +65202,14 @@ export declare type MarketplaceStoreQueryApiEditionsByAppKeyArgs = {
|
|
|
63784
65202
|
export declare type MarketplaceStoreQueryApiHomePageArgs = {
|
|
63785
65203
|
productId?: InputMaybe<Scalars['String']['input']>;
|
|
63786
65204
|
};
|
|
65205
|
+
export declare type MarketplaceStoreQueryApiHostStatusArgs = {
|
|
65206
|
+
input: MarketplaceStoreInstallAppTargetInput;
|
|
65207
|
+
};
|
|
63787
65208
|
export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
63788
65209
|
id: Scalars['ID']['input'];
|
|
63789
65210
|
};
|
|
63790
65211
|
export declare type MarketplaceStoreQueryApiInstalledAppDetailsArgs = {
|
|
63791
|
-
input
|
|
65212
|
+
input: MarketplaceStoreInstallAppInput;
|
|
63792
65213
|
};
|
|
63793
65214
|
export declare type MarketplaceStoreQueryApiMyReviewArgs = {
|
|
63794
65215
|
appKey: Scalars['String']['input'];
|
|
@@ -64157,6 +65578,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
64157
65578
|
allocations?: Maybe<MercuryFocusAreaAllocations>;
|
|
64158
65579
|
ari: Scalars['String']['output'];
|
|
64159
65580
|
createdDate: Scalars['String']['output'];
|
|
65581
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
64160
65582
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
64161
65583
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
64162
65584
|
focusAreaType: MercuryFocusAreaType;
|
|
@@ -64172,6 +65594,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
64172
65594
|
parent?: Maybe<MercuryFocusArea>;
|
|
64173
65595
|
status: MercuryFocusAreaStatus;
|
|
64174
65596
|
statusTransitions: MercuryFocusAreaStatusTransitions;
|
|
65597
|
+
subFocusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
64175
65598
|
targetDate?: Maybe<MercuryTargetDate>;
|
|
64176
65599
|
teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
64177
65600
|
updatedDate: Scalars['String']['output'];
|
|
@@ -64185,6 +65608,10 @@ export declare type MercuryFocusAreaFocusAreaStatusUpdatesArgs = {
|
|
|
64185
65608
|
createdAtOrBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
64186
65609
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64187
65610
|
};
|
|
65611
|
+
export declare type MercuryFocusAreaSubFocusAreasArgs = {
|
|
65612
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
65613
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
65614
|
+
};
|
|
64188
65615
|
export declare type MercuryFocusAreaTeamAllocationsArgs = {
|
|
64189
65616
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64190
65617
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -64908,6 +66335,7 @@ export declare type MercuryQueryApi = {
|
|
|
64908
66335
|
focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
|
|
64909
66336
|
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
64910
66337
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
66338
|
+
focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
|
|
64911
66339
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
64912
66340
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
64913
66341
|
forYouFocusAreaActivityHistory?: Maybe<MercuryForYouFocusAreaActivityHistory>;
|
|
@@ -64969,6 +66397,9 @@ export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
|
64969
66397
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
64970
66398
|
cloudId: Scalars['ID']['input'];
|
|
64971
66399
|
};
|
|
66400
|
+
export declare type MercuryQueryApiFocusAreaTypesByArisArgs = {
|
|
66401
|
+
ids: Array<Scalars['ID']['input']>;
|
|
66402
|
+
};
|
|
64972
66403
|
export declare type MercuryQueryApiFocusAreasArgs = {
|
|
64973
66404
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64974
66405
|
cloudId: Scalars['ID']['input'];
|
|
@@ -64984,6 +66415,7 @@ export declare type MercuryQueryApiForYouFocusAreaActivityHistoryArgs = {
|
|
|
64984
66415
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
64985
66416
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64986
66417
|
focusAreaFirst?: InputMaybe<Scalars['Int']['input']>;
|
|
66418
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
64987
66419
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
64988
66420
|
};
|
|
64989
66421
|
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
@@ -69787,6 +71219,7 @@ export declare type Query = {
|
|
|
69787
71219
|
adminAnnouncementBannerSettings?: Maybe<Array<Maybe<ConfluenceAdminAnnouncementBannerSetting>>>;
|
|
69788
71220
|
adminAnnouncementBannerSettingsByCriteria?: Maybe<AdminAnnouncementBannerSettingConnection>;
|
|
69789
71221
|
adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
|
|
71222
|
+
agentAI_contextPanel?: Maybe<AgentAiContextPanelResponse>;
|
|
69790
71223
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummary>;
|
|
69791
71224
|
allIndividualSpaces?: Maybe<SpaceInfoConnection>;
|
|
69792
71225
|
allTemplates?: Maybe<PaginatedTemplateInfoList>;
|
|
@@ -70371,6 +71804,7 @@ export declare type Query = {
|
|
|
70371
71804
|
spaceWatchers?: Maybe<PaginatedPersonList>;
|
|
70372
71805
|
spaces?: Maybe<PaginatedSpaceList>;
|
|
70373
71806
|
spacesWithExemptions?: Maybe<Array<Maybe<SpaceWithExemption>>>;
|
|
71807
|
+
sqlSchemaSizeLog: SqlSchemaSizeLogResponse;
|
|
70374
71808
|
sqlSlowQueryLogs: Array<SqlSlowQueryLogsResponse>;
|
|
70375
71809
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
70376
71810
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
@@ -70436,6 +71870,10 @@ export declare type QueryAdminAnnouncementBannerSettingsByCriteriaArgs = {
|
|
|
70436
71870
|
isAscending?: InputMaybe<Scalars['Boolean']['input']>;
|
|
70437
71871
|
orderBy?: InputMaybe<AdminAnnouncementBannerSettingsByCriteriaOrder>;
|
|
70438
71872
|
};
|
|
71873
|
+
export declare type QueryAgentAi_ContextPanelArgs = {
|
|
71874
|
+
cloudId: Scalars['ID']['input'];
|
|
71875
|
+
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
71876
|
+
};
|
|
70439
71877
|
export declare type QueryAgentAi_SummarizeIssueArgs = {
|
|
70440
71878
|
cloudId: Scalars['ID']['input'];
|
|
70441
71879
|
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -72754,7 +74192,12 @@ export declare type QuerySpacesArgs = {
|
|
|
72754
74192
|
export declare type QuerySpacesWithExemptionsArgs = {
|
|
72755
74193
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
72756
74194
|
};
|
|
74195
|
+
export declare type QuerySqlSchemaSizeLogArgs = {
|
|
74196
|
+
appId: Scalars['ID']['input'];
|
|
74197
|
+
installationId: Scalars['ID']['input'];
|
|
74198
|
+
};
|
|
72757
74199
|
export declare type QuerySqlSlowQueryLogsArgs = {
|
|
74200
|
+
appId: Scalars['ID']['input'];
|
|
72758
74201
|
installationId: Scalars['ID']['input'];
|
|
72759
74202
|
interval: QueryInterval;
|
|
72760
74203
|
queryType: Array<QueryType>;
|
|
@@ -73031,6 +74474,7 @@ export declare type RadarDateFieldValue = {
|
|
|
73031
74474
|
export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
|
|
73032
74475
|
__typename?: 'RadarDynamicFilterOptions';
|
|
73033
74476
|
functions: Array<RadarFunctionId>;
|
|
74477
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73034
74478
|
operators: Array<RadarFilterOperators>;
|
|
73035
74479
|
plurality: RadarFilterPlurality;
|
|
73036
74480
|
type: RadarFilterInputType;
|
|
@@ -73056,6 +74500,7 @@ export declare type RadarFieldDefinition = Node & {
|
|
|
73056
74500
|
filterOptions: RadarFilterOptions;
|
|
73057
74501
|
id: Scalars['ID']['output'];
|
|
73058
74502
|
isCustom: Scalars['Boolean']['output'];
|
|
74503
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73059
74504
|
relativeId: Scalars['String']['output'];
|
|
73060
74505
|
type: RadarFieldType;
|
|
73061
74506
|
};
|
|
@@ -73103,6 +74548,7 @@ export declare enum RadarFilterOperators {
|
|
|
73103
74548
|
}
|
|
73104
74549
|
export declare type RadarFilterOptions = {
|
|
73105
74550
|
functions: Array<RadarFunctionId>;
|
|
74551
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73106
74552
|
operators: Array<RadarFilterOperators>;
|
|
73107
74553
|
plurality: RadarFilterPlurality;
|
|
73108
74554
|
type: RadarFilterInputType;
|
|
@@ -73182,6 +74628,7 @@ export declare type RadarPositionEdge = RadarEdge & {
|
|
|
73182
74628
|
export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
|
|
73183
74629
|
__typename?: 'RadarStaticStringFilterOptions';
|
|
73184
74630
|
functions: Array<RadarFunctionId>;
|
|
74631
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73185
74632
|
operators: Array<RadarFilterOperators>;
|
|
73186
74633
|
plurality: RadarFilterPlurality;
|
|
73187
74634
|
type: RadarFilterInputType;
|
|
@@ -73203,7 +74650,6 @@ export declare type RadarStatusFieldValue = {
|
|
|
73203
74650
|
};
|
|
73204
74651
|
export declare type RadarStringFieldValue = {
|
|
73205
74652
|
__typename?: 'RadarStringFieldValue';
|
|
73206
|
-
displayValue?: Maybe<Scalars['String']['output']>;
|
|
73207
74653
|
value?: Maybe<Scalars['String']['output']>;
|
|
73208
74654
|
};
|
|
73209
74655
|
export declare type RadarUrlFieldValue = {
|
|
@@ -73240,6 +74686,7 @@ export declare type RadarWorkspace = {
|
|
|
73240
74686
|
__typename?: 'RadarWorkspace';
|
|
73241
74687
|
entityId: Scalars['ID']['output'];
|
|
73242
74688
|
focusAreaFields: Array<RadarFieldDefinition>;
|
|
74689
|
+
focusAreaTypeFields: Array<RadarFieldDefinition>;
|
|
73243
74690
|
functions: Array<RadarFunction>;
|
|
73244
74691
|
id: Scalars['ID']['output'];
|
|
73245
74692
|
positionFields: Array<RadarFieldDefinition>;
|
|
@@ -74349,6 +75796,10 @@ export declare enum RoleAssignmentPrincipalType {
|
|
|
74349
75796
|
Team = "TEAM",
|
|
74350
75797
|
User = "USER"
|
|
74351
75798
|
}
|
|
75799
|
+
export declare type SqlSchemaSizeLogResponse = {
|
|
75800
|
+
__typename?: 'SQLSchemaSizeLogResponse';
|
|
75801
|
+
databaseSize: Scalars['String']['output'];
|
|
75802
|
+
};
|
|
74352
75803
|
export declare type SqlSlowQueryLogsResponse = {
|
|
74353
75804
|
__typename?: 'SQLSlowQueryLogsResponse';
|
|
74354
75805
|
avgQueryExecutionTime: Scalars['Float']['output'];
|
|
@@ -80525,6 +81976,7 @@ export declare type TrelloAtlassianIntelligence = {
|
|
|
80525
81976
|
export declare type TrelloAttachment = Node & {
|
|
80526
81977
|
__typename?: 'TrelloAttachment';
|
|
80527
81978
|
bytes?: Maybe<Scalars['Float']['output']>;
|
|
81979
|
+
creatorId?: Maybe<Scalars['ID']['output']>;
|
|
80528
81980
|
date?: Maybe<Scalars['DateTime']['output']>;
|
|
80529
81981
|
edgeColor?: Maybe<Scalars['String']['output']>;
|
|
80530
81982
|
fileName?: Maybe<Scalars['String']['output']>;
|
|
@@ -80542,18 +81994,26 @@ export declare type TrelloAttachmentConnection = {
|
|
|
80542
81994
|
nodes?: Maybe<Array<TrelloAttachment>>;
|
|
80543
81995
|
pageInfo: PageInfo;
|
|
80544
81996
|
};
|
|
81997
|
+
export declare type TrelloAttachmentConnectionUpdated = {
|
|
81998
|
+
__typename?: 'TrelloAttachmentConnectionUpdated';
|
|
81999
|
+
edges?: Maybe<Array<TrelloAttachmentEdgeUpdated>>;
|
|
82000
|
+
};
|
|
80545
82001
|
export declare type TrelloAttachmentEdge = {
|
|
80546
82002
|
__typename?: 'TrelloAttachmentEdge';
|
|
80547
82003
|
cursor: Scalars['String']['output'];
|
|
80548
82004
|
node: TrelloAttachment;
|
|
80549
82005
|
};
|
|
82006
|
+
export declare type TrelloAttachmentEdgeUpdated = {
|
|
82007
|
+
__typename?: 'TrelloAttachmentEdgeUpdated';
|
|
82008
|
+
node: TrelloAttachment;
|
|
82009
|
+
};
|
|
80550
82010
|
export declare type TrelloBoard = Node & {
|
|
80551
82011
|
__typename?: 'TrelloBoard';
|
|
80552
82012
|
closed: Scalars['Boolean']['output'];
|
|
80553
82013
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
80554
82014
|
creator?: Maybe<TrelloMember>;
|
|
80555
82015
|
customFields?: Maybe<TrelloCustomFieldConnection>;
|
|
80556
|
-
description?: Maybe<
|
|
82016
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
80557
82017
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
80558
82018
|
enterpriseOwned: Scalars['Boolean']['output'];
|
|
80559
82019
|
galleryInfo?: Maybe<TrelloTemplateGalleryItemInfo>;
|
|
@@ -80747,6 +82207,7 @@ export declare type TrelloBoardPrefs = {
|
|
|
80747
82207
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
80748
82208
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
80749
82209
|
selfJoin?: Maybe<Scalars['Boolean']['output']>;
|
|
82210
|
+
showCompleteStatus?: Maybe<Scalars['Boolean']['output']>;
|
|
80750
82211
|
switcherViews?: Maybe<Array<Maybe<TrelloSwitcherViewsInfo>>>;
|
|
80751
82212
|
voting?: Maybe<Scalars['String']['output']>;
|
|
80752
82213
|
};
|
|
@@ -80770,7 +82231,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
80770
82231
|
__typename?: 'TrelloBoardUpdated';
|
|
80771
82232
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
80772
82233
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
80773
|
-
description?: Maybe<
|
|
82234
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
80774
82235
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
80775
82236
|
id?: Maybe<Scalars['ID']['output']>;
|
|
80776
82237
|
labels?: Maybe<TrelloLabelConnectionUpdated>;
|
|
@@ -80831,7 +82292,7 @@ export declare type TrelloCard = Node & {
|
|
|
80831
82292
|
cover?: Maybe<TrelloCardCover>;
|
|
80832
82293
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
80833
82294
|
customFieldItems?: Maybe<TrelloCustomFieldItemConnection>;
|
|
80834
|
-
description?: Maybe<
|
|
82295
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
80835
82296
|
due?: Maybe<TrelloCardDueInfo>;
|
|
80836
82297
|
id: Scalars['ID']['output'];
|
|
80837
82298
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -81017,7 +82478,9 @@ export declare enum TrelloCardRole {
|
|
|
81017
82478
|
}
|
|
81018
82479
|
export declare type TrelloCardUpdated = {
|
|
81019
82480
|
__typename?: 'TrelloCardUpdated';
|
|
82481
|
+
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
81020
82482
|
badges?: Maybe<TrelloCardBadges>;
|
|
82483
|
+
checklists?: Maybe<TrelloChecklistConnectionUpdated>;
|
|
81021
82484
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
81022
82485
|
cover?: Maybe<TrelloCardCoverUpdated>;
|
|
81023
82486
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
@@ -81032,6 +82495,7 @@ export declare type TrelloCardUpdated = {
|
|
|
81032
82495
|
name?: Maybe<Scalars['String']['output']>;
|
|
81033
82496
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
81034
82497
|
position?: Maybe<Scalars['Float']['output']>;
|
|
82498
|
+
stickers?: Maybe<TrelloStickerUpdatedConnection>;
|
|
81035
82499
|
};
|
|
81036
82500
|
export declare type TrelloCardUpdatedConnection = {
|
|
81037
82501
|
__typename?: 'TrelloCardUpdatedConnection';
|
|
@@ -81042,25 +82506,81 @@ export declare type TrelloCardViewer = {
|
|
|
81042
82506
|
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
81043
82507
|
voted?: Maybe<Scalars['Boolean']['output']>;
|
|
81044
82508
|
};
|
|
82509
|
+
export declare type TrelloCheckItem = {
|
|
82510
|
+
__typename?: 'TrelloCheckItem';
|
|
82511
|
+
due?: Maybe<TrelloCheckItemDueInfo>;
|
|
82512
|
+
name?: Maybe<TrelloUserGeneratedText>;
|
|
82513
|
+
objectId: Scalars['ID']['output'];
|
|
82514
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
82515
|
+
state?: Maybe<TrelloCheckItemState>;
|
|
82516
|
+
};
|
|
82517
|
+
export declare type TrelloCheckItemConnection = {
|
|
82518
|
+
__typename?: 'TrelloCheckItemConnection';
|
|
82519
|
+
edges?: Maybe<Array<TrelloCheckItemEdge>>;
|
|
82520
|
+
nodes?: Maybe<Array<TrelloCheckItem>>;
|
|
82521
|
+
pageInfo: PageInfo;
|
|
82522
|
+
};
|
|
82523
|
+
export declare type TrelloCheckItemConnectionUpdated = {
|
|
82524
|
+
__typename?: 'TrelloCheckItemConnectionUpdated';
|
|
82525
|
+
edges?: Maybe<Array<TrelloCheckItemEdgeUpdated>>;
|
|
82526
|
+
};
|
|
82527
|
+
export declare type TrelloCheckItemDueInfo = {
|
|
82528
|
+
__typename?: 'TrelloCheckItemDueInfo';
|
|
82529
|
+
at?: Maybe<Scalars['DateTime']['output']>;
|
|
82530
|
+
reminder?: Maybe<Scalars['Int']['output']>;
|
|
82531
|
+
};
|
|
82532
|
+
export declare type TrelloCheckItemEdge = {
|
|
82533
|
+
__typename?: 'TrelloCheckItemEdge';
|
|
82534
|
+
cursor: Scalars['String']['output'];
|
|
82535
|
+
node: TrelloCheckItem;
|
|
82536
|
+
};
|
|
82537
|
+
export declare type TrelloCheckItemEdgeUpdated = {
|
|
82538
|
+
__typename?: 'TrelloCheckItemEdgeUpdated';
|
|
82539
|
+
node: TrelloCheckItem;
|
|
82540
|
+
};
|
|
82541
|
+
export declare enum TrelloCheckItemState {
|
|
82542
|
+
Complete = "COMPLETE",
|
|
82543
|
+
Incomplete = "INCOMPLETE"
|
|
82544
|
+
}
|
|
81045
82545
|
export declare type TrelloChecklist = {
|
|
81046
82546
|
__typename?: 'TrelloChecklist';
|
|
81047
82547
|
board?: Maybe<TrelloBoard>;
|
|
81048
82548
|
card?: Maybe<TrelloCard>;
|
|
82549
|
+
checkItems?: Maybe<TrelloCheckItemConnection>;
|
|
81049
82550
|
name?: Maybe<Scalars['String']['output']>;
|
|
81050
82551
|
objectId: Scalars['ID']['output'];
|
|
81051
82552
|
position?: Maybe<Scalars['Float']['output']>;
|
|
81052
82553
|
};
|
|
82554
|
+
export declare type TrelloChecklistCheckItemsArgs = {
|
|
82555
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
82556
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
82557
|
+
};
|
|
81053
82558
|
export declare type TrelloChecklistConnection = {
|
|
81054
82559
|
__typename?: 'TrelloChecklistConnection';
|
|
81055
82560
|
edges?: Maybe<Array<TrelloChecklistEdge>>;
|
|
81056
82561
|
nodes?: Maybe<Array<TrelloChecklist>>;
|
|
81057
82562
|
pageInfo: PageInfo;
|
|
81058
82563
|
};
|
|
82564
|
+
export declare type TrelloChecklistConnectionUpdated = {
|
|
82565
|
+
__typename?: 'TrelloChecklistConnectionUpdated';
|
|
82566
|
+
edges?: Maybe<Array<TrelloChecklistEdgeUpdated>>;
|
|
82567
|
+
};
|
|
81059
82568
|
export declare type TrelloChecklistEdge = {
|
|
81060
82569
|
__typename?: 'TrelloChecklistEdge';
|
|
81061
82570
|
cursor: Scalars['String']['output'];
|
|
81062
82571
|
node: TrelloChecklist;
|
|
81063
82572
|
};
|
|
82573
|
+
export declare type TrelloChecklistEdgeUpdated = {
|
|
82574
|
+
__typename?: 'TrelloChecklistEdgeUpdated';
|
|
82575
|
+
node: TrelloChecklistUpdated;
|
|
82576
|
+
};
|
|
82577
|
+
export declare type TrelloChecklistUpdated = {
|
|
82578
|
+
__typename?: 'TrelloChecklistUpdated';
|
|
82579
|
+
checkItems?: Maybe<TrelloCheckItemConnectionUpdated>;
|
|
82580
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
82581
|
+
objectId: Scalars['ID']['output'];
|
|
82582
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
82583
|
+
};
|
|
81064
82584
|
export declare type TrelloCreateCardInput = {
|
|
81065
82585
|
listId: Scalars['ID']['input'];
|
|
81066
82586
|
name: Scalars['String']['input'];
|
|
@@ -81171,34 +82691,16 @@ export declare type TrelloCustomFieldOptionValue = {
|
|
|
81171
82691
|
__typename?: 'TrelloCustomFieldOptionValue';
|
|
81172
82692
|
text?: Maybe<Scalars['String']['output']>;
|
|
81173
82693
|
};
|
|
81174
|
-
export declare type
|
|
81175
|
-
|
|
81176
|
-
|
|
81177
|
-
|
|
81178
|
-
};
|
|
81179
|
-
export declare type TrelloDescriptionCustomEmoji = {
|
|
81180
|
-
__typename?: 'TrelloDescriptionCustomEmoji';
|
|
81181
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
81182
|
-
url?: Maybe<Scalars['URL']['output']>;
|
|
81183
|
-
};
|
|
81184
|
-
export declare type TrelloDescriptionCustomEmojiConnection = {
|
|
81185
|
-
__typename?: 'TrelloDescriptionCustomEmojiConnection';
|
|
81186
|
-
edges?: Maybe<Array<TrelloDescriptionCustomEmojiEdge>>;
|
|
81187
|
-
nodes?: Maybe<Array<TrelloDescriptionCustomEmoji>>;
|
|
81188
|
-
pageInfo: PageInfo;
|
|
81189
|
-
};
|
|
81190
|
-
export declare type TrelloDescriptionCustomEmojiEdge = {
|
|
81191
|
-
__typename?: 'TrelloDescriptionCustomEmojiEdge';
|
|
81192
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
81193
|
-
node?: Maybe<TrelloDescriptionCustomEmoji>;
|
|
81194
|
-
};
|
|
81195
|
-
export declare type TrelloDescriptionData = {
|
|
81196
|
-
__typename?: 'TrelloDescriptionData';
|
|
81197
|
-
emojis?: Maybe<TrelloDescriptionCustomEmojiConnection>;
|
|
82694
|
+
export declare type TrelloDeletePlannerCalendarEventInput = {
|
|
82695
|
+
plannerCalendarEventId: Scalars['ID']['input'];
|
|
82696
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
82697
|
+
providerAccountId: Scalars['ID']['input'];
|
|
81198
82698
|
};
|
|
81199
|
-
export declare type
|
|
81200
|
-
|
|
81201
|
-
|
|
82699
|
+
export declare type TrelloDeletePlannerCalendarEventPayload = Payload & {
|
|
82700
|
+
__typename?: 'TrelloDeletePlannerCalendarEventPayload';
|
|
82701
|
+
errors?: Maybe<Array<MutationError>>;
|
|
82702
|
+
event?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
82703
|
+
success: Scalars['Boolean']['output'];
|
|
81202
82704
|
};
|
|
81203
82705
|
export declare type TrelloEditPlannerCalendarEventInput = {
|
|
81204
82706
|
event: TrelloEditPlannerCalendarEventOptions;
|
|
@@ -81455,6 +82957,7 @@ export declare type TrelloMutationApi = {
|
|
|
81455
82957
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
81456
82958
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
81457
82959
|
createPlannerCalendarEvent?: Maybe<TrelloCreatePlannerCalendarEventPayload>;
|
|
82960
|
+
deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
|
|
81458
82961
|
editPlannerCalendarEvent?: Maybe<TrelloEditPlannerCalendarEventPayload>;
|
|
81459
82962
|
pinCard?: Maybe<TrelloPinCardPayload>;
|
|
81460
82963
|
removeCardFromPlannerCalendarEvent?: Maybe<TrelloRemoveCardFromPlannerCalendarEventPayload>;
|
|
@@ -81488,6 +82991,9 @@ export declare type TrelloMutationApiCreateOrUpdatePlannerCalendarArgs = {
|
|
|
81488
82991
|
export declare type TrelloMutationApiCreatePlannerCalendarEventArgs = {
|
|
81489
82992
|
input: TrelloCreatePlannerCalendarEventInput;
|
|
81490
82993
|
};
|
|
82994
|
+
export declare type TrelloMutationApiDeletePlannerCalendarEventArgs = {
|
|
82995
|
+
input: TrelloDeletePlannerCalendarEventInput;
|
|
82996
|
+
};
|
|
81491
82997
|
export declare type TrelloMutationApiEditPlannerCalendarEventArgs = {
|
|
81492
82998
|
input: TrelloEditPlannerCalendarEventInput;
|
|
81493
82999
|
};
|
|
@@ -81687,6 +83193,10 @@ export declare type TrelloPlannerCalendarEventConnection = {
|
|
|
81687
83193
|
pageInfo: PageInfo;
|
|
81688
83194
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
81689
83195
|
};
|
|
83196
|
+
export declare type TrelloPlannerCalendarEventDeleted = {
|
|
83197
|
+
__typename?: 'TrelloPlannerCalendarEventDeleted';
|
|
83198
|
+
id: Scalars['ID']['output'];
|
|
83199
|
+
};
|
|
81690
83200
|
export declare type TrelloPlannerCalendarEventEdge = {
|
|
81691
83201
|
__typename?: 'TrelloPlannerCalendarEventEdge';
|
|
81692
83202
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -81747,6 +83257,7 @@ export declare type TrelloPowerUp = {
|
|
|
81747
83257
|
export declare type TrelloPowerUpData = {
|
|
81748
83258
|
__typename?: 'TrelloPowerUpData';
|
|
81749
83259
|
access?: Maybe<TrelloPowerUpDataAccess>;
|
|
83260
|
+
modelId?: Maybe<Scalars['ID']['output']>;
|
|
81750
83261
|
objectId: Scalars['ID']['output'];
|
|
81751
83262
|
powerUp?: Maybe<TrelloPowerUp>;
|
|
81752
83263
|
scope?: Maybe<TrelloPowerUpDataScope>;
|
|
@@ -81963,6 +83474,10 @@ export declare type TrelloStickerEdge = {
|
|
|
81963
83474
|
cursor: Scalars['String']['output'];
|
|
81964
83475
|
node: TrelloSticker;
|
|
81965
83476
|
};
|
|
83477
|
+
export declare type TrelloStickerUpdatedConnection = {
|
|
83478
|
+
__typename?: 'TrelloStickerUpdatedConnection';
|
|
83479
|
+
nodes?: Maybe<Array<TrelloStickerEdge>>;
|
|
83480
|
+
};
|
|
81966
83481
|
export declare type TrelloSubscriptionApi = {
|
|
81967
83482
|
__typename?: 'TrelloSubscriptionApi';
|
|
81968
83483
|
cardsById?: Maybe<TrelloBoardUpdated>;
|
|
@@ -82117,6 +83632,10 @@ export declare type TrelloUploadedBackground = {
|
|
|
82117
83632
|
__typename?: 'TrelloUploadedBackground';
|
|
82118
83633
|
objectId: Scalars['ID']['output'];
|
|
82119
83634
|
};
|
|
83635
|
+
export declare type TrelloUserGeneratedText = {
|
|
83636
|
+
__typename?: 'TrelloUserGeneratedText';
|
|
83637
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
83638
|
+
};
|
|
82120
83639
|
export declare type TrelloWatchCardInput = {
|
|
82121
83640
|
cardId: Scalars['ID']['input'];
|
|
82122
83641
|
};
|