@forge/cli-shared 6.5.1-next.2 → 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 +9 -0
- package/out/graphql/graphql-types.d.ts +1379 -52
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +51 -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",
|
|
@@ -1122,6 +1122,7 @@ export declare type AppEnvironmentVersion = {
|
|
|
1122
1122
|
isLatest: Scalars['Boolean']['output'];
|
|
1123
1123
|
migrationKeys?: Maybe<MigrationKeys>;
|
|
1124
1124
|
permissions: Array<AppPermission>;
|
|
1125
|
+
primaryProduct?: Maybe<EcosystemPrimaryProduct>;
|
|
1125
1126
|
requiresLicense: Scalars['Boolean']['output'];
|
|
1126
1127
|
storage: Storage;
|
|
1127
1128
|
trustSignal: TrustSignal;
|
|
@@ -2264,12 +2265,24 @@ export declare enum BillingSourceSystem {
|
|
|
2264
2265
|
export declare enum BitbucketPermission {
|
|
2265
2266
|
Admin = "ADMIN"
|
|
2266
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
|
+
};
|
|
2267
2276
|
export declare type BitbucketQuery = {
|
|
2268
2277
|
__typename?: 'BitbucketQuery';
|
|
2278
|
+
bitbucketPullRequests?: Maybe<Array<Maybe<BitbucketPullRequest>>>;
|
|
2269
2279
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
2270
2280
|
bitbucketRepository?: Maybe<BitbucketRepository>;
|
|
2271
2281
|
bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
|
|
2272
2282
|
};
|
|
2283
|
+
export declare type BitbucketQueryBitbucketPullRequestsArgs = {
|
|
2284
|
+
ids: Array<Scalars['ID']['input']>;
|
|
2285
|
+
};
|
|
2273
2286
|
export declare type BitbucketQueryBitbucketRepositoriesArgs = {
|
|
2274
2287
|
ids: Array<Scalars['ID']['input']>;
|
|
2275
2288
|
};
|
|
@@ -3955,6 +3968,22 @@ export declare type CompassAssistantAnswer = Node & {
|
|
|
3955
3968
|
status?: Maybe<Scalars['String']['output']>;
|
|
3956
3969
|
value?: Maybe<Scalars['String']['output']>;
|
|
3957
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
|
+
};
|
|
3958
3987
|
export declare type CompassAttentionItem = Node & {
|
|
3959
3988
|
__typename?: 'CompassAttentionItem';
|
|
3960
3989
|
actionLabel: Scalars['String']['output'];
|
|
@@ -4085,6 +4114,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4085
4114
|
applyScorecardToComponent?: Maybe<ApplyCompassScorecardToComponentPayload>;
|
|
4086
4115
|
attachComponentDataManager?: Maybe<AttachCompassComponentDataManagerPayload>;
|
|
4087
4116
|
attachEventSource?: Maybe<AttachEventSourcePayload>;
|
|
4117
|
+
continueChat?: Maybe<CompassAssistantConversation>;
|
|
4088
4118
|
createAnnouncement?: Maybe<CompassCreateAnnouncementPayload>;
|
|
4089
4119
|
createAssistantAnswer?: Maybe<CompassCreateAssistantAnswerPayload>;
|
|
4090
4120
|
createCampaign?: Maybe<CompassCreateCampaignPayload>;
|
|
@@ -4138,6 +4168,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4138
4168
|
removeTeamLabels?: Maybe<CompassRemoveTeamLabelsPayload>;
|
|
4139
4169
|
revokeJqlMetricSourceUser?: Maybe<CompassRevokeJqlMetricSourceUserPayload>;
|
|
4140
4170
|
setEntityProperty?: Maybe<CompassSetEntityPropertyPayload>;
|
|
4171
|
+
startChat?: Maybe<CompassAssistantConversation>;
|
|
4141
4172
|
synchronizeLinkAssociations?: Maybe<CompassSynchronizeLinkAssociationsPayload>;
|
|
4142
4173
|
unlinkExternalSource?: Maybe<UnlinkExternalSourcePayload>;
|
|
4143
4174
|
unsetEntityProperty?: Maybe<CompassUnsetEntityPropertyPayload>;
|
|
@@ -4184,6 +4215,11 @@ export declare type CompassCatalogMutationApiAttachComponentDataManagerArgs = {
|
|
|
4184
4215
|
export declare type CompassCatalogMutationApiAttachEventSourceArgs = {
|
|
4185
4216
|
input: AttachEventSourceInput;
|
|
4186
4217
|
};
|
|
4218
|
+
export declare type CompassCatalogMutationApiContinueChatArgs = {
|
|
4219
|
+
cloudId: Scalars['ID']['input'];
|
|
4220
|
+
conversationId: Scalars['ID']['input'];
|
|
4221
|
+
message: Scalars['String']['input'];
|
|
4222
|
+
};
|
|
4187
4223
|
export declare type CompassCatalogMutationApiCreateAnnouncementArgs = {
|
|
4188
4224
|
input: CompassCreateAnnouncementInput;
|
|
4189
4225
|
};
|
|
@@ -4352,6 +4388,10 @@ export declare type CompassCatalogMutationApiRevokeJqlMetricSourceUserArgs = {
|
|
|
4352
4388
|
export declare type CompassCatalogMutationApiSetEntityPropertyArgs = {
|
|
4353
4389
|
input: CompassSetEntityPropertyInput;
|
|
4354
4390
|
};
|
|
4391
|
+
export declare type CompassCatalogMutationApiStartChatArgs = {
|
|
4392
|
+
cloudId: Scalars['ID']['input'];
|
|
4393
|
+
message: Scalars['String']['input'];
|
|
4394
|
+
};
|
|
4355
4395
|
export declare type CompassCatalogMutationApiSynchronizeLinkAssociationsArgs = {
|
|
4356
4396
|
input?: InputMaybe<CompassSynchronizeLinkAssociationsInput>;
|
|
4357
4397
|
};
|
|
@@ -4441,6 +4481,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
4441
4481
|
componentTypes?: Maybe<CompassComponentTypesQueryResult>;
|
|
4442
4482
|
components?: Maybe<Array<CompassComponent>>;
|
|
4443
4483
|
componentsByReferences?: Maybe<Array<CompassComponent>>;
|
|
4484
|
+
conversation?: Maybe<CompassAssistantConversation>;
|
|
4444
4485
|
customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
|
|
4445
4486
|
customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
|
|
4446
4487
|
customPermissionConfigs?: Maybe<CompassCustomPermissionConfigsResult>;
|
|
@@ -4522,6 +4563,10 @@ export declare type CompassCatalogQueryApiComponentsArgs = {
|
|
|
4522
4563
|
export declare type CompassCatalogQueryApiComponentsByReferencesArgs = {
|
|
4523
4564
|
references: Array<ComponentReferenceInput>;
|
|
4524
4565
|
};
|
|
4566
|
+
export declare type CompassCatalogQueryApiConversationArgs = {
|
|
4567
|
+
cloudId: Scalars['ID']['input'];
|
|
4568
|
+
conversationId: Scalars['ID']['input'];
|
|
4569
|
+
};
|
|
4525
4570
|
export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
|
|
4526
4571
|
query: CompassCustomFieldDefinitionQuery;
|
|
4527
4572
|
};
|
|
@@ -7789,6 +7834,7 @@ export declare type CompassUpdateJqlMetricSourceUserPayload = Payload & {
|
|
|
7789
7834
|
};
|
|
7790
7835
|
export declare type CompassUpdateMetricDefinitionInput = {
|
|
7791
7836
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
7837
|
+
configuration?: InputMaybe<CompassMetricDefinitionConfigurationInput>;
|
|
7792
7838
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
7793
7839
|
format?: InputMaybe<CompassMetricDefinitionFormatInput>;
|
|
7794
7840
|
id: Scalars['ID']['input'];
|
|
@@ -22031,6 +22077,11 @@ export declare type EcosystemOnEventBody = {
|
|
|
22031
22077
|
__typename?: 'EcosystemOnEventBody';
|
|
22032
22078
|
payload?: Maybe<Scalars['String']['output']>;
|
|
22033
22079
|
};
|
|
22080
|
+
export declare enum EcosystemPrimaryProduct {
|
|
22081
|
+
Compass = "COMPASS",
|
|
22082
|
+
Confluence = "CONFLUENCE",
|
|
22083
|
+
Jira = "JIRA"
|
|
22084
|
+
}
|
|
22034
22085
|
export declare type EcosystemPublishEventBody = {
|
|
22035
22086
|
__typename?: 'EcosystemPublishEventBody';
|
|
22036
22087
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
@@ -22483,7 +22534,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
22483
22534
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
22484
22535
|
node?: Maybe<ExternalAssociation>;
|
|
22485
22536
|
};
|
|
22486
|
-
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;
|
|
22487
22538
|
export declare type ExternalAttachment = {
|
|
22488
22539
|
__typename?: 'ExternalAttachment';
|
|
22489
22540
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -22819,6 +22870,8 @@ export declare type ExternalEntities = {
|
|
|
22819
22870
|
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
22820
22871
|
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
22821
22872
|
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
22873
|
+
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
22874
|
+
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
22822
22875
|
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
22823
22876
|
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
22824
22877
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
@@ -22826,8 +22879,9 @@ export declare type ExternalEntities = {
|
|
|
22826
22879
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
22827
22880
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
22828
22881
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
22882
|
+
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
22829
22883
|
};
|
|
22830
|
-
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;
|
|
22831
22885
|
export declare type ExternalEnvironment = {
|
|
22832
22886
|
__typename?: 'ExternalEnvironment';
|
|
22833
22887
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -22959,12 +23013,47 @@ export declare type ExternalMessage = Node & {
|
|
|
22959
23013
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
22960
23014
|
url?: Maybe<Scalars['String']['output']>;
|
|
22961
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
|
+
};
|
|
22962
23033
|
export declare type ExternalPipeline = {
|
|
22963
23034
|
__typename?: 'ExternalPipeline';
|
|
22964
23035
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
22965
23036
|
id?: Maybe<Scalars['String']['output']>;
|
|
22966
23037
|
url?: Maybe<Scalars['String']['output']>;
|
|
22967
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
|
+
};
|
|
22968
23057
|
export declare type ExternalProject = {
|
|
22969
23058
|
__typename?: 'ExternalProject';
|
|
22970
23059
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -23219,6 +23308,23 @@ export declare enum ExternalWorkItemSubtype {
|
|
|
23219
23308
|
Task = "TASK",
|
|
23220
23309
|
WorkItem = "WORK_ITEM"
|
|
23221
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
|
+
};
|
|
23222
23328
|
export declare type FailedRoles = {
|
|
23223
23329
|
__typename?: 'FailedRoles';
|
|
23224
23330
|
reason: Scalars['String']['output'];
|
|
@@ -28197,6 +28303,8 @@ export declare type GraphStore = {
|
|
|
28197
28303
|
contentReferencedEntityInverseBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
28198
28304
|
contentReferencedEntityInverseRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
28199
28305
|
contentReferencedEntityRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
28306
|
+
conversationHasMessage?: Maybe<GraphStoreSimplifiedConversationHasMessageConnection>;
|
|
28307
|
+
conversationHasMessageInverse?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseConnection>;
|
|
28200
28308
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
28201
28309
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
28202
28310
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
@@ -28241,6 +28349,7 @@ export declare type GraphStore = {
|
|
|
28241
28349
|
incidentLinkedJswIssueInverseBatch?: Maybe<GraphStoreBatchIncidentLinkedJswIssueConnection>;
|
|
28242
28350
|
incidentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullIncidentLinkedJswIssueConnection>;
|
|
28243
28351
|
incidentLinkedJswIssueRelationship?: Maybe<GraphStoreFullIncidentLinkedJswIssueConnection>;
|
|
28352
|
+
issueAssociatedBranch?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchConnection>;
|
|
28244
28353
|
issueAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseConnection>;
|
|
28245
28354
|
issueAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
28246
28355
|
issueAssociatedBranchRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
@@ -28278,6 +28387,7 @@ export declare type GraphStore = {
|
|
|
28278
28387
|
issueAssociatedPrInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedPrInverseConnection>;
|
|
28279
28388
|
issueAssociatedPrInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedPrConnection>;
|
|
28280
28389
|
issueAssociatedPrRelationship?: Maybe<GraphStoreFullIssueAssociatedPrConnection>;
|
|
28390
|
+
issueAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection>;
|
|
28281
28391
|
issueAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection>;
|
|
28282
28392
|
issueAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
28283
28393
|
issueAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
@@ -28355,10 +28465,15 @@ export declare type GraphStore = {
|
|
|
28355
28465
|
parentIssueHasChildIssueInverse?: Maybe<GraphStoreSimplifiedParentIssueHasChildIssueInverseConnection>;
|
|
28356
28466
|
parentIssueHasChildIssueInverseRelationship?: Maybe<GraphStoreFullParentIssueHasChildIssueConnection>;
|
|
28357
28467
|
parentIssueHasChildIssueRelationship?: Maybe<GraphStoreFullParentIssueHasChildIssueConnection>;
|
|
28468
|
+
parentMessageHasChildMessage?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageConnection>;
|
|
28469
|
+
parentMessageHasChildMessageInverse?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageInverseConnection>;
|
|
28470
|
+
positionAllocatedToFocusArea?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaConnection>;
|
|
28471
|
+
positionAllocatedToFocusAreaInverse?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseConnection>;
|
|
28358
28472
|
prInRepo?: Maybe<GraphStoreSimplifiedPrInRepoConnection>;
|
|
28359
28473
|
prInRepoInverse?: Maybe<GraphStoreSimplifiedPrInRepoInverseConnection>;
|
|
28360
28474
|
prInRepoInverseRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
28361
28475
|
prInRepoRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
28476
|
+
projectAssociatedBranch?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchConnection>;
|
|
28362
28477
|
projectAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseConnection>;
|
|
28363
28478
|
projectAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
28364
28479
|
projectAssociatedBranchRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
@@ -28452,6 +28567,8 @@ export declare type GraphStore = {
|
|
|
28452
28567
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
28453
28568
|
serviceAssociatedDeployment?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentConnection>;
|
|
28454
28569
|
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
28570
|
+
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
28571
|
+
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
28455
28572
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
28456
28573
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
28457
28574
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -28514,26 +28631,58 @@ export declare type GraphStore = {
|
|
|
28514
28631
|
testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
|
|
28515
28632
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
28516
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>;
|
|
28517
28640
|
userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
|
|
28518
28641
|
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
28642
|
+
userCreatedBranch?: Maybe<GraphStoreSimplifiedUserCreatedBranchConnection>;
|
|
28643
|
+
userCreatedBranchInverse?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseConnection>;
|
|
28519
28644
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
28520
28645
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
28521
28646
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
28522
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>;
|
|
28523
28654
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
28524
28655
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
28525
28656
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
28526
28657
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28527
28658
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28528
28659
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28660
|
+
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
28661
|
+
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
28529
28662
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
28530
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>;
|
|
28531
28672
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
28532
28673
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
28674
|
+
userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
|
|
28675
|
+
userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
|
|
28533
28676
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
28534
28677
|
userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
|
|
28535
28678
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
28536
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>;
|
|
28537
28686
|
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
|
|
28538
28687
|
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
|
|
28539
28688
|
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
|
|
@@ -28544,6 +28693,7 @@ export declare type GraphStore = {
|
|
|
28544
28693
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
28545
28694
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
28546
28695
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
28696
|
+
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
28547
28697
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
28548
28698
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
28549
28699
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -28575,6 +28725,7 @@ export declare type GraphStore = {
|
|
|
28575
28725
|
versionAssociatedPullRequestInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedPullRequestInverseConnection>;
|
|
28576
28726
|
versionAssociatedPullRequestInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedPullRequestConnection>;
|
|
28577
28727
|
versionAssociatedPullRequestRelationship?: Maybe<GraphStoreFullVersionAssociatedPullRequestConnection>;
|
|
28728
|
+
versionAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection>;
|
|
28578
28729
|
versionAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection>;
|
|
28579
28730
|
versionAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkConnection>;
|
|
28580
28731
|
versionAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkConnection>;
|
|
@@ -28665,6 +28816,7 @@ export declare type GraphStoreAtlasGoalHasSubAtlasGoalInverseArgs = {
|
|
|
28665
28816
|
};
|
|
28666
28817
|
export declare type GraphStoreAtlasHomeFeedArgs = {
|
|
28667
28818
|
container_ids: Array<Scalars['ID']['input']>;
|
|
28819
|
+
ranking_criteria?: InputMaybe<GraphStoreAtlasHomeRankingCriteria>;
|
|
28668
28820
|
};
|
|
28669
28821
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
28670
28822
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -28913,6 +29065,20 @@ export declare type GraphStoreContentReferencedEntityRelationshipArgs = {
|
|
|
28913
29065
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28914
29066
|
id: Scalars['ID']['input'];
|
|
28915
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
|
+
};
|
|
28916
29082
|
export declare type GraphStoreCypherQueryArgs = {
|
|
28917
29083
|
additionalInputs?: InputMaybe<Scalars['JSON']['input']>;
|
|
28918
29084
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29187,6 +29353,13 @@ export declare type GraphStoreIncidentLinkedJswIssueRelationshipArgs = {
|
|
|
29187
29353
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29188
29354
|
id: Scalars['ID']['input'];
|
|
29189
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
|
+
};
|
|
29190
29363
|
export declare type GraphStoreIssueAssociatedBranchInverseArgs = {
|
|
29191
29364
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29192
29365
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29416,6 +29589,13 @@ export declare type GraphStoreIssueAssociatedPrRelationshipArgs = {
|
|
|
29416
29589
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29417
29590
|
id: Scalars['ID']['input'];
|
|
29418
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
|
+
};
|
|
29419
29599
|
export declare type GraphStoreIssueAssociatedRemoteLinkInverseArgs = {
|
|
29420
29600
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29421
29601
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29889,6 +30069,34 @@ export declare type GraphStoreParentIssueHasChildIssueRelationshipArgs = {
|
|
|
29889
30069
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29890
30070
|
id: Scalars['ID']['input'];
|
|
29891
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
|
+
};
|
|
29892
30100
|
export declare type GraphStorePrInRepoArgs = {
|
|
29893
30101
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29894
30102
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29913,6 +30121,13 @@ export declare type GraphStorePrInRepoRelationshipArgs = {
|
|
|
29913
30121
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29914
30122
|
id: Scalars['ID']['input'];
|
|
29915
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
|
+
};
|
|
29916
30131
|
export declare type GraphStoreProjectAssociatedBranchInverseArgs = {
|
|
29917
30132
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29918
30133
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30510,6 +30725,20 @@ export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
|
|
|
30510
30725
|
id: Scalars['ID']['input'];
|
|
30511
30726
|
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
30512
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
|
+
};
|
|
30513
30742
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
30514
30743
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30515
30744
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30917,6 +31146,48 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
|
|
|
30917
31146
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30918
31147
|
id: Scalars['ID']['input'];
|
|
30919
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
|
+
};
|
|
30920
31191
|
export declare type GraphStoreUserAuthoredPrArgs = {
|
|
30921
31192
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30922
31193
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30931,6 +31202,20 @@ export declare type GraphStoreUserAuthoredPrInverseArgs = {
|
|
|
30931
31202
|
id: Scalars['ID']['input'];
|
|
30932
31203
|
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
30933
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
|
+
};
|
|
30934
31219
|
export declare type GraphStoreUserCreatedConfluenceBlogpostArgs = {
|
|
30935
31220
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30936
31221
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30959,6 +31244,48 @@ export declare type GraphStoreUserCreatedConfluencePageInverseArgs = {
|
|
|
30959
31244
|
id: Scalars['ID']['input'];
|
|
30960
31245
|
sort?: InputMaybe<GraphStoreUserCreatedConfluencePageSortInput>;
|
|
30961
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
|
+
};
|
|
30962
31289
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
30963
31290
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30964
31291
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31001,6 +31328,20 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
31001
31328
|
id: Scalars['ID']['input'];
|
|
31002
31329
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
31003
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
|
+
};
|
|
31004
31345
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
31005
31346
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31006
31347
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31015,6 +31356,62 @@ export declare type GraphStoreUserMergedPullRequestInverseArgs = {
|
|
|
31015
31356
|
id: Scalars['ID']['input'];
|
|
31016
31357
|
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
31017
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
|
+
};
|
|
31018
31415
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
31019
31416
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31020
31417
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31029,6 +31426,20 @@ export declare type GraphStoreUserOwnsComponentInverseArgs = {
|
|
|
31029
31426
|
id: Scalars['ID']['input'];
|
|
31030
31427
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
31031
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
|
+
};
|
|
31032
31443
|
export declare type GraphStoreUserReportsIssueArgs = {
|
|
31033
31444
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31034
31445
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31057,6 +31468,48 @@ export declare type GraphStoreUserReviewsPrInverseArgs = {
|
|
|
31057
31468
|
id: Scalars['ID']['input'];
|
|
31058
31469
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
31059
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
|
+
};
|
|
31060
31513
|
export declare type GraphStoreUserViewedAtlasGoalArgs = {
|
|
31061
31514
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31062
31515
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31127,6 +31580,13 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
31127
31580
|
id: Scalars['ID']['input'];
|
|
31128
31581
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
31129
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
|
+
};
|
|
31130
31590
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
31131
31591
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31132
31592
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31318,6 +31778,13 @@ export declare type GraphStoreVersionAssociatedPullRequestRelationshipArgs = {
|
|
|
31318
31778
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31319
31779
|
id: Scalars['ID']['input'];
|
|
31320
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
|
+
};
|
|
31321
31788
|
export declare type GraphStoreVersionAssociatedRemoteLinkInverseArgs = {
|
|
31322
31789
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31323
31790
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31441,6 +31908,13 @@ export declare type GraphStoreAtlasHomeQueryNode = {
|
|
|
31441
31908
|
item?: Maybe<GraphStoreAtlasHomeQueryItem>;
|
|
31442
31909
|
source: Scalars['String']['output'];
|
|
31443
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
|
+
}
|
|
31444
31918
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
31445
31919
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31446
31920
|
};
|
|
@@ -31887,7 +32361,7 @@ export declare type GraphStoreBatchIssueAssociatedDeploymentEndNode = {
|
|
|
31887
32361
|
data?: Maybe<GraphStoreBatchIssueAssociatedDeploymentEndUnion>;
|
|
31888
32362
|
id: Scalars['ID']['output'];
|
|
31889
32363
|
};
|
|
31890
|
-
export declare type GraphStoreBatchIssueAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
32364
|
+
export declare type GraphStoreBatchIssueAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
31891
32365
|
export declare type GraphStoreBatchIssueAssociatedDeploymentInnerConnection = {
|
|
31892
32366
|
__typename?: 'GraphStoreBatchIssueAssociatedDeploymentInnerConnection';
|
|
31893
32367
|
edges: Array<Maybe<GraphStoreBatchIssueAssociatedDeploymentInnerEdge>>;
|
|
@@ -32138,6 +32612,9 @@ export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
|
32138
32612
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
32139
32613
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32140
32614
|
};
|
|
32615
|
+
export declare type GraphStoreConversationHasMessageSortInput = {
|
|
32616
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32617
|
+
};
|
|
32141
32618
|
export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
|
|
32142
32619
|
relationships: Array<GraphStoreCreateComponentImpactedByIncidentRelationshipInput>;
|
|
32143
32620
|
};
|
|
@@ -32538,7 +33015,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
32538
33015
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
32539
33016
|
id: Scalars['ID']['output'];
|
|
32540
33017
|
};
|
|
32541
|
-
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;
|
|
32542
33019
|
export declare type GraphStoreCypherQueryNode = {
|
|
32543
33020
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
32544
33021
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -32549,7 +33026,7 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
32549
33026
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
32550
33027
|
id: Scalars['ID']['output'];
|
|
32551
33028
|
};
|
|
32552
|
-
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;
|
|
32553
33030
|
export declare type GraphStoreDateFilterInput = {
|
|
32554
33031
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
32555
33032
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -33296,8 +33773,10 @@ export declare type GraphStoreFullIssueAssociatedBranchEdge = {
|
|
|
33296
33773
|
};
|
|
33297
33774
|
export declare type GraphStoreFullIssueAssociatedBranchEndNode = {
|
|
33298
33775
|
__typename?: 'GraphStoreFullIssueAssociatedBranchEndNode';
|
|
33776
|
+
data?: Maybe<GraphStoreFullIssueAssociatedBranchEndUnion>;
|
|
33299
33777
|
id: Scalars['ID']['output'];
|
|
33300
33778
|
};
|
|
33779
|
+
export declare type GraphStoreFullIssueAssociatedBranchEndUnion = ExternalBranch;
|
|
33301
33780
|
export declare type GraphStoreFullIssueAssociatedBranchNode = Node & {
|
|
33302
33781
|
__typename?: 'GraphStoreFullIssueAssociatedBranchNode';
|
|
33303
33782
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -33429,7 +33908,7 @@ export declare type GraphStoreFullIssueAssociatedDeploymentEndNode = {
|
|
|
33429
33908
|
id: Scalars['ID']['output'];
|
|
33430
33909
|
metadata?: Maybe<GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
33431
33910
|
};
|
|
33432
|
-
export declare type GraphStoreFullIssueAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
33911
|
+
export declare type GraphStoreFullIssueAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
33433
33912
|
export declare enum GraphStoreFullIssueAssociatedDeploymentEnvironmentTypeOutput {
|
|
33434
33913
|
Development = "DEVELOPMENT",
|
|
33435
33914
|
NotSet = "NOT_SET",
|
|
@@ -33687,8 +34166,10 @@ export declare type GraphStoreFullIssueAssociatedRemoteLinkEdge = {
|
|
|
33687
34166
|
};
|
|
33688
34167
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkEndNode = {
|
|
33689
34168
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkEndNode';
|
|
34169
|
+
data?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkEndUnion>;
|
|
33690
34170
|
id: Scalars['ID']['output'];
|
|
33691
34171
|
};
|
|
34172
|
+
export declare type GraphStoreFullIssueAssociatedRemoteLinkEndUnion = ExternalRemoteLink;
|
|
33692
34173
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkNode = Node & {
|
|
33693
34174
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkNode';
|
|
33694
34175
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -33754,7 +34235,7 @@ export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndNode = {
|
|
|
33754
34235
|
data?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion>;
|
|
33755
34236
|
id: Scalars['ID']['output'];
|
|
33756
34237
|
};
|
|
33757
|
-
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
34238
|
+
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
33758
34239
|
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentNode = Node & {
|
|
33759
34240
|
__typename?: 'GraphStoreFullIssueRecursiveAssociatedDeploymentNode';
|
|
33760
34241
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34327,8 +34808,10 @@ export declare type GraphStoreFullProjectAssociatedBranchEdge = {
|
|
|
34327
34808
|
};
|
|
34328
34809
|
export declare type GraphStoreFullProjectAssociatedBranchEndNode = {
|
|
34329
34810
|
__typename?: 'GraphStoreFullProjectAssociatedBranchEndNode';
|
|
34811
|
+
data?: Maybe<GraphStoreFullProjectAssociatedBranchEndUnion>;
|
|
34330
34812
|
id: Scalars['ID']['output'];
|
|
34331
34813
|
};
|
|
34814
|
+
export declare type GraphStoreFullProjectAssociatedBranchEndUnion = ExternalBranch;
|
|
34332
34815
|
export declare type GraphStoreFullProjectAssociatedBranchNode = Node & {
|
|
34333
34816
|
__typename?: 'GraphStoreFullProjectAssociatedBranchNode';
|
|
34334
34817
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34441,7 +34924,7 @@ export declare type GraphStoreFullProjectAssociatedDeploymentEndNode = {
|
|
|
34441
34924
|
id: Scalars['ID']['output'];
|
|
34442
34925
|
metadata?: Maybe<GraphStoreFullProjectAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
34443
34926
|
};
|
|
34444
|
-
export declare type GraphStoreFullProjectAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
34927
|
+
export declare type GraphStoreFullProjectAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
34445
34928
|
export declare enum GraphStoreFullProjectAssociatedDeploymentEnvironmentTypeOutput {
|
|
34446
34929
|
Development = "DEVELOPMENT",
|
|
34447
34930
|
NotSet = "NOT_SET",
|
|
@@ -35393,7 +35876,7 @@ export declare type GraphStoreFullSprintAssociatedDeploymentEndNode = {
|
|
|
35393
35876
|
id: Scalars['ID']['output'];
|
|
35394
35877
|
metadata?: Maybe<GraphStoreFullSprintAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
35395
35878
|
};
|
|
35396
|
-
export declare type GraphStoreFullSprintAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
35879
|
+
export declare type GraphStoreFullSprintAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
35397
35880
|
export declare enum GraphStoreFullSprintAssociatedDeploymentEnvironmentTypeOutput {
|
|
35398
35881
|
Development = "DEVELOPMENT",
|
|
35399
35882
|
NotSet = "NOT_SET",
|
|
@@ -35892,8 +36375,10 @@ export declare type GraphStoreFullVersionAssociatedBranchEdge = {
|
|
|
35892
36375
|
};
|
|
35893
36376
|
export declare type GraphStoreFullVersionAssociatedBranchEndNode = {
|
|
35894
36377
|
__typename?: 'GraphStoreFullVersionAssociatedBranchEndNode';
|
|
36378
|
+
data?: Maybe<GraphStoreFullVersionAssociatedBranchEndUnion>;
|
|
35895
36379
|
id: Scalars['ID']['output'];
|
|
35896
36380
|
};
|
|
36381
|
+
export declare type GraphStoreFullVersionAssociatedBranchEndUnion = ExternalBranch;
|
|
35897
36382
|
export declare type GraphStoreFullVersionAssociatedBranchNode = Node & {
|
|
35898
36383
|
__typename?: 'GraphStoreFullVersionAssociatedBranchNode';
|
|
35899
36384
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -35992,7 +36477,7 @@ export declare type GraphStoreFullVersionAssociatedDeploymentEndNode = {
|
|
|
35992
36477
|
data?: Maybe<GraphStoreFullVersionAssociatedDeploymentEndUnion>;
|
|
35993
36478
|
id: Scalars['ID']['output'];
|
|
35994
36479
|
};
|
|
35995
|
-
export declare type GraphStoreFullVersionAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
36480
|
+
export declare type GraphStoreFullVersionAssociatedDeploymentEndUnion = DeploymentSummary | ExternalDeployment;
|
|
35996
36481
|
export declare type GraphStoreFullVersionAssociatedDeploymentNode = Node & {
|
|
35997
36482
|
__typename?: 'GraphStoreFullVersionAssociatedDeploymentNode';
|
|
35998
36483
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -36172,8 +36657,10 @@ export declare type GraphStoreFullVersionAssociatedRemoteLinkEdge = {
|
|
|
36172
36657
|
};
|
|
36173
36658
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkEndNode = {
|
|
36174
36659
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkEndNode';
|
|
36660
|
+
data?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkEndUnion>;
|
|
36175
36661
|
id: Scalars['ID']['output'];
|
|
36176
36662
|
};
|
|
36663
|
+
export declare type GraphStoreFullVersionAssociatedRemoteLinkEndUnion = ExternalRemoteLink;
|
|
36177
36664
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkNode = Node & {
|
|
36178
36665
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkNode';
|
|
36179
36666
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -36736,6 +37223,12 @@ export declare type GraphStoreParentDocumentHasChildDocumentSortInput = {
|
|
|
36736
37223
|
export declare type GraphStoreParentIssueHasChildIssueSortInput = {
|
|
36737
37224
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36738
37225
|
};
|
|
37226
|
+
export declare type GraphStoreParentMessageHasChildMessageSortInput = {
|
|
37227
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37228
|
+
};
|
|
37229
|
+
export declare type GraphStorePositionAllocatedToFocusAreaSortInput = {
|
|
37230
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37231
|
+
};
|
|
36739
37232
|
export declare type GraphStorePrInRepoSortInput = {
|
|
36740
37233
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36741
37234
|
};
|
|
@@ -37174,6 +37667,9 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInpu
|
|
|
37174
37667
|
export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
37175
37668
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37176
37669
|
};
|
|
37670
|
+
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
37671
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37672
|
+
};
|
|
37177
37673
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
37178
37674
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
37179
37675
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -37709,6 +38205,34 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
37709
38205
|
};
|
|
37710
38206
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
37711
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;
|
|
37712
38236
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
|
|
37713
38237
|
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
|
|
37714
38238
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
|
|
@@ -37735,7 +38259,7 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
37735
38259
|
lastUpdated: Scalars['DateTime']['output'];
|
|
37736
38260
|
node?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseUnion>;
|
|
37737
38261
|
};
|
|
37738
|
-
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary;
|
|
38262
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
37739
38263
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
37740
38264
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
37741
38265
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
@@ -37977,6 +38501,19 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
37977
38501
|
};
|
|
37978
38502
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
37979
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
|
+
};
|
|
37980
38517
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
37981
38518
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
37982
38519
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseEdge>>>;
|
|
@@ -37991,6 +38528,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseEdge = {
|
|
|
37991
38528
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseUnion>;
|
|
37992
38529
|
};
|
|
37993
38530
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseUnion = JiraIssue;
|
|
38531
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchUnion = ExternalBranch;
|
|
37994
38532
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildConnection = HasPageInfo & {
|
|
37995
38533
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBuildConnection';
|
|
37996
38534
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBuildEdge>>>;
|
|
@@ -38078,7 +38616,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
|
38078
38616
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion>;
|
|
38079
38617
|
};
|
|
38080
38618
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion = JiraIssue;
|
|
38081
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary;
|
|
38619
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
38082
38620
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignConnection = HasPageInfo & {
|
|
38083
38621
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignConnection';
|
|
38084
38622
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDesignEdge>>>;
|
|
@@ -38191,6 +38729,19 @@ export declare type GraphStoreSimplifiedIssueAssociatedPrInverseEdge = {
|
|
|
38191
38729
|
};
|
|
38192
38730
|
export declare type GraphStoreSimplifiedIssueAssociatedPrInverseUnion = JiraIssue;
|
|
38193
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
|
+
};
|
|
38194
38745
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
38195
38746
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection';
|
|
38196
38747
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge>>>;
|
|
@@ -38205,6 +38756,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
|
38205
38756
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion>;
|
|
38206
38757
|
};
|
|
38207
38758
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion = JiraIssue;
|
|
38759
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
38208
38760
|
export declare type GraphStoreSimplifiedIssueChangesComponentConnection = HasPageInfo & HasTotal & {
|
|
38209
38761
|
__typename?: 'GraphStoreSimplifiedIssueChangesComponentConnection';
|
|
38210
38762
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentEdge>>>;
|
|
@@ -38310,7 +38862,7 @@ export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInvers
|
|
|
38310
38862
|
node?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseUnion>;
|
|
38311
38863
|
};
|
|
38312
38864
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseUnion = JiraIssue;
|
|
38313
|
-
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentUnion = DeploymentSummary;
|
|
38865
|
+
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
38314
38866
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
38315
38867
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagConnection';
|
|
38316
38868
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagEdge>>>;
|
|
@@ -38781,6 +39333,62 @@ export declare type GraphStoreSimplifiedParentIssueHasChildIssueInverseEdge = {
|
|
|
38781
39333
|
};
|
|
38782
39334
|
export declare type GraphStoreSimplifiedParentIssueHasChildIssueInverseUnion = JiraIssue;
|
|
38783
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;
|
|
38784
39392
|
export declare type GraphStoreSimplifiedPrInRepoConnection = HasPageInfo & {
|
|
38785
39393
|
__typename?: 'GraphStoreSimplifiedPrInRepoConnection';
|
|
38786
39394
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedPrInRepoEdge>>>;
|
|
@@ -38809,6 +39417,21 @@ export declare type GraphStoreSimplifiedPrInRepoInverseEdge = {
|
|
|
38809
39417
|
};
|
|
38810
39418
|
export declare type GraphStoreSimplifiedPrInRepoInverseUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
38811
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
|
+
};
|
|
38812
39435
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
38813
39436
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBranchInverseConnection';
|
|
38814
39437
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseEdge>>>;
|
|
@@ -38825,6 +39448,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseEdge = {
|
|
|
38825
39448
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseUnion>;
|
|
38826
39449
|
};
|
|
38827
39450
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseUnion = JiraProject;
|
|
39451
|
+
export declare type GraphStoreSimplifiedProjectAssociatedBranchUnion = ExternalBranch;
|
|
38828
39452
|
export declare type GraphStoreSimplifiedProjectAssociatedBuildConnection = HasPageInfo & HasTotal & {
|
|
38829
39453
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBuildConnection';
|
|
38830
39454
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBuildEdge>>>;
|
|
@@ -38888,7 +39512,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedDeploymentInverseEdge =
|
|
|
38888
39512
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedDeploymentInverseUnion>;
|
|
38889
39513
|
};
|
|
38890
39514
|
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentInverseUnion = JiraProject;
|
|
38891
|
-
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentUnion = DeploymentSummary;
|
|
39515
|
+
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
38892
39516
|
export declare type GraphStoreSimplifiedProjectAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
38893
39517
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedFeatureFlagConnection';
|
|
38894
39518
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedFeatureFlagEdge>>>;
|
|
@@ -39554,7 +40178,35 @@ export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge =
|
|
|
39554
40178
|
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion>;
|
|
39555
40179
|
};
|
|
39556
40180
|
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion = DevOpsService;
|
|
39557
|
-
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;
|
|
39558
40210
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
39559
40211
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
39560
40212
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -39766,7 +40418,7 @@ export declare type GraphStoreSimplifiedSprintAssociatedDeploymentEdge = {
|
|
|
39766
40418
|
lastUpdated: Scalars['DateTime']['output'];
|
|
39767
40419
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentUnion>;
|
|
39768
40420
|
};
|
|
39769
|
-
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary;
|
|
40421
|
+
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
39770
40422
|
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
39771
40423
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection';
|
|
39772
40424
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagEdge>>>;
|
|
@@ -40047,6 +40699,90 @@ export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseEdge =
|
|
|
40047
40699
|
};
|
|
40048
40700
|
export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion = JiraIssue;
|
|
40049
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;
|
|
40050
40786
|
export declare type GraphStoreSimplifiedUserAuthoredPrConnection = HasPageInfo & {
|
|
40051
40787
|
__typename?: 'GraphStoreSimplifiedUserAuthoredPrConnection';
|
|
40052
40788
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrEdge>>>;
|
|
@@ -40075,6 +40811,34 @@ export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
|
|
|
40075
40811
|
};
|
|
40076
40812
|
export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40077
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;
|
|
40078
40842
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
40079
40843
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection';
|
|
40080
40844
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge>>>;
|
|
@@ -40131,6 +40895,90 @@ export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseEdge = {
|
|
|
40131
40895
|
};
|
|
40132
40896
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40133
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;
|
|
40134
40982
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
40135
40983
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
40136
40984
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -40219,6 +41067,34 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
40219
41067
|
};
|
|
40220
41068
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40221
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;
|
|
40222
41098
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
40223
41099
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
40224
41100
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -40247,6 +41123,118 @@ export declare type GraphStoreSimplifiedUserMergedPullRequestInverseEdge = {
|
|
|
40247
41123
|
};
|
|
40248
41124
|
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40249
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;
|
|
40250
41238
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
40251
41239
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
40252
41240
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -40279,6 +41267,34 @@ export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
|
|
|
40279
41267
|
};
|
|
40280
41268
|
export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40281
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;
|
|
40282
41298
|
export declare type GraphStoreSimplifiedUserReportsIssueConnection = HasPageInfo & {
|
|
40283
41299
|
__typename?: 'GraphStoreSimplifiedUserReportsIssueConnection';
|
|
40284
41300
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportsIssueEdge>>>;
|
|
@@ -40335,6 +41351,90 @@ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
|
|
|
40335
41351
|
};
|
|
40336
41352
|
export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40337
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;
|
|
40338
41438
|
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
|
|
40339
41439
|
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
|
|
40340
41440
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
|
|
@@ -40475,6 +41575,21 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
40475
41575
|
};
|
|
40476
41576
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40477
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
|
+
};
|
|
40478
41593
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
40479
41594
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
|
|
40480
41595
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseEdge>>>;
|
|
@@ -40491,6 +41606,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseEdge = {
|
|
|
40491
41606
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseUnion>;
|
|
40492
41607
|
};
|
|
40493
41608
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseUnion = JiraVersion;
|
|
41609
|
+
export declare type GraphStoreSimplifiedVersionAssociatedBranchUnion = ExternalBranch;
|
|
40494
41610
|
export declare type GraphStoreSimplifiedVersionAssociatedBuildConnection = HasPageInfo & HasTotal & {
|
|
40495
41611
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBuildConnection';
|
|
40496
41612
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBuildEdge>>>;
|
|
@@ -40586,7 +41702,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseEdge =
|
|
|
40586
41702
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion>;
|
|
40587
41703
|
};
|
|
40588
41704
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion = JiraVersion;
|
|
40589
|
-
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary;
|
|
41705
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
40590
41706
|
export declare type GraphStoreSimplifiedVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
40591
41707
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignConnection';
|
|
40592
41708
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignEdge>>>;
|
|
@@ -40711,6 +41827,19 @@ export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseEdge
|
|
|
40711
41827
|
};
|
|
40712
41828
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseUnion = JiraVersion;
|
|
40713
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
|
+
};
|
|
40714
41843
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
40715
41844
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection';
|
|
40716
41845
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge>>>;
|
|
@@ -40725,6 +41854,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge =
|
|
|
40725
41854
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseUnion>;
|
|
40726
41855
|
};
|
|
40727
41856
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseUnion = JiraVersion;
|
|
41857
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
40728
41858
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
40729
41859
|
__typename?: 'GraphStoreSimplifiedVersionUserAssociatedFeatureFlagConnection';
|
|
40730
41860
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionUserAssociatedFeatureFlagEdge>>>;
|
|
@@ -41153,15 +42283,36 @@ export declare type GraphStoreTestPerfhammerMaterializationSortInput = {
|
|
|
41153
42283
|
export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
|
|
41154
42284
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41155
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
|
+
};
|
|
41156
42295
|
export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
41157
42296
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41158
42297
|
};
|
|
42298
|
+
export declare type GraphStoreUserCreatedBranchSortInput = {
|
|
42299
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42300
|
+
};
|
|
41159
42301
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
41160
42302
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41161
42303
|
};
|
|
41162
42304
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
41163
42305
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41164
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
|
+
};
|
|
41165
42316
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
41166
42317
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41167
42318
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -41174,21 +42325,48 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
41174
42325
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
41175
42326
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41176
42327
|
};
|
|
42328
|
+
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
42329
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42330
|
+
};
|
|
41177
42331
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
41178
42332
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41179
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
|
+
};
|
|
41180
42346
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
41181
42347
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
41182
42348
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
41183
42349
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41184
42350
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
41185
42351
|
};
|
|
42352
|
+
export declare type GraphStoreUserReportedIncidentSortInput = {
|
|
42353
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42354
|
+
};
|
|
41186
42355
|
export declare type GraphStoreUserReportsIssueSortInput = {
|
|
41187
42356
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41188
42357
|
};
|
|
41189
42358
|
export declare type GraphStoreUserReviewsPrSortInput = {
|
|
41190
42359
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41191
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
|
+
};
|
|
41192
42370
|
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
|
|
41193
42371
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
41194
42372
|
};
|
|
@@ -42554,6 +43732,7 @@ export declare type HelpLayout = Node & {
|
|
|
42554
43732
|
id: Scalars['ID']['output'];
|
|
42555
43733
|
reloadOnPublish?: Maybe<Scalars['Boolean']['output']>;
|
|
42556
43734
|
sections?: Maybe<HelpLayoutSectionConnection>;
|
|
43735
|
+
type?: Maybe<HelpLayoutType>;
|
|
42557
43736
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
42558
43737
|
};
|
|
42559
43738
|
export declare type HelpLayoutSectionsArgs = {
|
|
@@ -42710,6 +43889,7 @@ export declare type HelpLayoutCreatePayload = Payload & {
|
|
|
42710
43889
|
export declare type HelpLayoutCreationInput = {
|
|
42711
43890
|
parentAri: Scalars['ID']['input'];
|
|
42712
43891
|
sections: Array<HelpLayoutSectionInput>;
|
|
43892
|
+
type?: InputMaybe<HelpLayoutType>;
|
|
42713
43893
|
};
|
|
42714
43894
|
export declare type HelpLayoutEditorElement = HelpLayoutVisualEntity & Node & {
|
|
42715
43895
|
__typename?: 'HelpLayoutEditorElement';
|
|
@@ -42989,12 +44169,17 @@ export declare type HelpLayoutQueryApi = {
|
|
|
42989
44169
|
__typename?: 'HelpLayoutQueryApi';
|
|
42990
44170
|
elementTypes?: Maybe<Array<HelpLayoutElementType>>;
|
|
42991
44171
|
layout?: Maybe<HelpLayoutResult>;
|
|
44172
|
+
layoutByParentId?: Maybe<HelpLayoutResult>;
|
|
42992
44173
|
mediaConfig?: Maybe<HelpLayoutMediaConfig>;
|
|
42993
44174
|
};
|
|
42994
44175
|
export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
42995
44176
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
42996
44177
|
id: Scalars['ID']['input'];
|
|
42997
44178
|
};
|
|
44179
|
+
export declare type HelpLayoutQueryApiLayoutByParentIdArgs = {
|
|
44180
|
+
filter?: InputMaybe<HelpLayoutFilter>;
|
|
44181
|
+
parentAri: Scalars['ID']['input'];
|
|
44182
|
+
};
|
|
42998
44183
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
42999
44184
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
43000
44185
|
parentAri: Scalars['ID']['input'];
|
|
@@ -43121,6 +44306,10 @@ export declare type HelpLayoutTopicsListInput = {
|
|
|
43121
44306
|
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
43122
44307
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
43123
44308
|
};
|
|
44309
|
+
export declare enum HelpLayoutType {
|
|
44310
|
+
CustomPage = "CUSTOM_PAGE",
|
|
44311
|
+
HomePage = "HOME_PAGE"
|
|
44312
|
+
}
|
|
43124
44313
|
export declare type HelpLayoutUpdateInput = {
|
|
43125
44314
|
layoutId: Scalars['ID']['input'];
|
|
43126
44315
|
sections: Array<HelpLayoutSectionInput>;
|
|
@@ -47548,6 +48737,7 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
|
47548
48737
|
issueAri: Scalars['ID']['input'];
|
|
47549
48738
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
47550
48739
|
repoUrl: Scalars['String']['input'];
|
|
48740
|
+
sourceBranch?: InputMaybe<Scalars['String']['input']>;
|
|
47551
48741
|
};
|
|
47552
48742
|
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
|
|
47553
48743
|
issueAri: Scalars['ID']['input'];
|
|
@@ -48841,6 +50031,7 @@ export declare type JiraGroupedListViewGroupsArgs = {
|
|
|
48841
50031
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48842
50032
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
48843
50033
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50034
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
48844
50035
|
};
|
|
48845
50036
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
48846
50037
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -50625,6 +51816,9 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
50625
51816
|
User = "USER",
|
|
50626
51817
|
Version = "VERSION"
|
|
50627
51818
|
}
|
|
51819
|
+
export declare type JiraJqlBoardInput = {
|
|
51820
|
+
boardId?: InputMaybe<Scalars['Long']['input']>;
|
|
51821
|
+
};
|
|
50628
51822
|
export declare type JiraJqlBuilder = {
|
|
50629
51823
|
__typename?: 'JiraJqlBuilder';
|
|
50630
51824
|
cascadingSelectValues?: Maybe<JiraJqlCascadingOptionFieldValueConnection>;
|
|
@@ -50657,6 +51851,7 @@ export declare type JiraJqlBuilderFieldValuesArgs = {
|
|
|
50657
51851
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
50658
51852
|
jqlTerm: Scalars['String']['input'];
|
|
50659
51853
|
projectOptions?: InputMaybe<JiraProjectOptions>;
|
|
51854
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
50660
51855
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
50661
51856
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
50662
51857
|
};
|
|
@@ -51013,6 +52208,9 @@ export declare type JiraJqlResolutionFieldValue = JiraJqlFieldValue & {
|
|
|
51013
52208
|
jqlTerm: Scalars['String']['output'];
|
|
51014
52209
|
resolution?: Maybe<JiraResolution>;
|
|
51015
52210
|
};
|
|
52211
|
+
export declare type JiraJqlScopeInput = {
|
|
52212
|
+
board?: InputMaybe<JiraJqlBoardInput>;
|
|
52213
|
+
};
|
|
51016
52214
|
export declare type JiraJqlSearchTemplate = {
|
|
51017
52215
|
__typename?: 'JiraJqlSearchTemplate';
|
|
51018
52216
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -51285,6 +52483,7 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
51285
52483
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
51286
52484
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
51287
52485
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52486
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
51288
52487
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
51289
52488
|
};
|
|
51290
52489
|
export declare type JiraListViewViewSettingsArgs = {
|
|
@@ -53594,6 +54793,7 @@ export declare type JiraProject = Node & {
|
|
|
53594
54793
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
53595
54794
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
53596
54795
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
54796
|
+
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
53597
54797
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
53598
54798
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
53599
54799
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
@@ -53713,6 +54913,10 @@ export declare type JiraProjectRepositoriesArgs = {
|
|
|
53713
54913
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53714
54914
|
sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
|
|
53715
54915
|
};
|
|
54916
|
+
export declare type JiraProjectRequestTypesArgs = {
|
|
54917
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54918
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54919
|
+
};
|
|
53716
54920
|
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
|
|
53717
54921
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
53718
54922
|
filter?: InputMaybe<DevOpsServicesFilterInput>;
|
|
@@ -59034,6 +60238,7 @@ export declare type JiraUserPreferences = {
|
|
|
59034
60238
|
issueViewTimestampDisplayMode?: Maybe<JiraIssueViewTimestampDisplayMode>;
|
|
59035
60239
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
59036
60240
|
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
60241
|
+
requestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
59037
60242
|
showDateFieldAssociationMessageByIssueKey?: Maybe<Scalars['Boolean']['output']>;
|
|
59038
60243
|
};
|
|
59039
60244
|
export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProjectArgs = {
|
|
@@ -59042,12 +60247,16 @@ export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProject
|
|
|
59042
60247
|
export declare type JiraUserPreferencesIssueViewPinnedFieldsArgs = {
|
|
59043
60248
|
projectKey: Scalars['String']['input'];
|
|
59044
60249
|
};
|
|
60250
|
+
export declare type JiraUserPreferencesRequestTypeTableViewSettingsArgs = {
|
|
60251
|
+
projectKey: Scalars['String']['input'];
|
|
60252
|
+
};
|
|
59045
60253
|
export declare type JiraUserPreferencesShowDateFieldAssociationMessageByIssueKeyArgs = {
|
|
59046
60254
|
issueKey: Scalars['String']['input'];
|
|
59047
60255
|
};
|
|
59048
60256
|
export declare type JiraUserPreferencesMutation = {
|
|
59049
60257
|
__typename?: 'JiraUserPreferencesMutation';
|
|
59050
60258
|
dismissDateFieldAssociationMessageByIssueKey?: Maybe<JiraDateFieldAssociationMessageMutationPayload>;
|
|
60259
|
+
saveRequestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
59051
60260
|
setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
|
|
59052
60261
|
setJQLBuilderSearchMode?: Maybe<JiraJqlBuilderSearchModeMutationPayload>;
|
|
59053
60262
|
setNaturalLanguageSpotlightTourEnabled?: Maybe<JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload>;
|
|
@@ -59056,6 +60265,10 @@ export declare type JiraUserPreferencesMutation = {
|
|
|
59056
60265
|
export declare type JiraUserPreferencesMutationDismissDateFieldAssociationMessageByIssueKeyArgs = {
|
|
59057
60266
|
issueKey: Scalars['String']['input'];
|
|
59058
60267
|
};
|
|
60268
|
+
export declare type JiraUserPreferencesMutationSaveRequestTypeTableViewSettingsArgs = {
|
|
60269
|
+
projectKey: Scalars['String']['input'];
|
|
60270
|
+
viewSettings: Scalars['String']['input'];
|
|
60271
|
+
};
|
|
59059
60272
|
export declare type JiraUserPreferencesMutationSetIssueNavigatorSearchLayoutArgs = {
|
|
59060
60273
|
searchLayout?: InputMaybe<JiraIssueNavigatorSearchLayout>;
|
|
59061
60274
|
};
|
|
@@ -61548,6 +62761,15 @@ export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
|
61548
62761
|
Person = "PERSON",
|
|
61549
62762
|
Team = "TEAM"
|
|
61550
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
|
+
}
|
|
61551
62773
|
export declare type KnowledgeDiscoverySearchRelatedEntities = {
|
|
61552
62774
|
__typename?: 'KnowledgeDiscoverySearchRelatedEntities';
|
|
61553
62775
|
entityGroups?: Maybe<Array<Maybe<KnowledgeDiscoveryEntityGroup>>>;
|
|
@@ -61556,6 +62778,7 @@ export declare type KnowledgeDiscoverySearchRelatedEntitiesResult = KnowledgeDis
|
|
|
61556
62778
|
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
61557
62779
|
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
61558
62780
|
route: KnowledgeDiscoverySearchQueryClassification;
|
|
62781
|
+
subTypes?: Maybe<Array<Maybe<KnowledgeDiscoverySearchQueryClassificationSubtype>>>;
|
|
61559
62782
|
transformedQuery: Scalars['String']['output'];
|
|
61560
62783
|
};
|
|
61561
62784
|
export declare type KnowledgeDiscoverySmartAnswersRouteResult = KnowledgeDiscoverySmartAnswersRoute | QueryError;
|
|
@@ -63108,6 +64331,17 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
63108
64331
|
vendorId: Scalars['String']['output'];
|
|
63109
64332
|
vendorLinks?: Maybe<MarketplaceConsoleVendorLinks>;
|
|
63110
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
|
+
};
|
|
63111
64345
|
export declare type MarketplaceConsoleProductListingTags = {
|
|
63112
64346
|
__typename?: 'MarketplaceConsoleProductListingTags';
|
|
63113
64347
|
category?: Maybe<Array<Maybe<MarketplaceConsoleTagsContent>>>;
|
|
@@ -63155,6 +64389,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
63155
64389
|
parentProductPricing?: Maybe<MarketplaceConsoleParentSoftwarePricing>;
|
|
63156
64390
|
parentSoftwares: Array<MarketplaceConsoleParentSoftware>;
|
|
63157
64391
|
product?: Maybe<MarketplaceConsoleProduct>;
|
|
64392
|
+
productListingAdditionalChecks?: Maybe<MarketplaceConsoleProductListingAdditionalChecks>;
|
|
63158
64393
|
productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
|
|
63159
64394
|
productMetadataByAppId?: Maybe<MarketplaceConsoleProductMetadata>;
|
|
63160
64395
|
productTags?: Maybe<MarketplaceConsoleProductTags>;
|
|
@@ -63214,6 +64449,9 @@ export declare type MarketplaceConsoleQueryApiProductArgs = {
|
|
|
63214
64449
|
appKey: Scalars['ID']['input'];
|
|
63215
64450
|
productId: Scalars['ID']['input'];
|
|
63216
64451
|
};
|
|
64452
|
+
export declare type MarketplaceConsoleQueryApiProductListingAdditionalChecksArgs = {
|
|
64453
|
+
productListingAdditionalChecksInput: MarketplaceConsoleProductListingAdditionalChecksInput;
|
|
64454
|
+
};
|
|
63217
64455
|
export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
|
|
63218
64456
|
appId: Scalars['ID']['input'];
|
|
63219
64457
|
productId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -63713,6 +64951,10 @@ export declare type MarketplaceStoreHomePageSectionScreenSpecificProperties = {
|
|
|
63713
64951
|
md: MarketplaceStoreHomePageSectionScreenConfig;
|
|
63714
64952
|
sm: MarketplaceStoreHomePageSectionScreenConfig;
|
|
63715
64953
|
};
|
|
64954
|
+
export declare enum MarketplaceStoreHostInstanceType {
|
|
64955
|
+
Production = "PRODUCTION",
|
|
64956
|
+
Sandbox = "SANDBOX"
|
|
64957
|
+
}
|
|
63716
64958
|
export declare type MarketplaceStoreHostLicense = {
|
|
63717
64959
|
__typename?: 'MarketplaceStoreHostLicense';
|
|
63718
64960
|
autoRenewal: Scalars['Boolean']['output'];
|
|
@@ -63725,8 +64967,10 @@ export declare type MarketplaceStoreHostLicense = {
|
|
|
63725
64967
|
export declare type MarketplaceStoreHostStatusResponse = {
|
|
63726
64968
|
__typename?: 'MarketplaceStoreHostStatusResponse';
|
|
63727
64969
|
billingCurrency: Scalars['String']['output'];
|
|
63728
|
-
|
|
64970
|
+
billingSystem: MarketplaceStoreBillingSystem;
|
|
64971
|
+
hostCmtEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
63729
64972
|
hostLicense: MarketplaceStoreHostLicense;
|
|
64973
|
+
instanceType: MarketplaceStoreHostInstanceType;
|
|
63730
64974
|
pacUnavailable: Scalars['Boolean']['output'];
|
|
63731
64975
|
upmLicensedHostUsers: Scalars['Int']['output'];
|
|
63732
64976
|
};
|
|
@@ -63758,8 +65002,11 @@ export declare enum MarketplaceStoreInstallationTargetProduct {
|
|
|
63758
65002
|
}
|
|
63759
65003
|
export declare type MarketplaceStoreInstalledAppDetailsResponse = {
|
|
63760
65004
|
__typename?: 'MarketplaceStoreInstalledAppDetailsResponse';
|
|
63761
|
-
|
|
63762
|
-
|
|
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'];
|
|
63763
65010
|
};
|
|
63764
65011
|
export declare type MarketplaceStoreLoggedInUser = {
|
|
63765
65012
|
__typename?: 'MarketplaceStoreLoggedInUser';
|
|
@@ -64331,6 +65578,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
64331
65578
|
allocations?: Maybe<MercuryFocusAreaAllocations>;
|
|
64332
65579
|
ari: Scalars['String']['output'];
|
|
64333
65580
|
createdDate: Scalars['String']['output'];
|
|
65581
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
64334
65582
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
64335
65583
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
64336
65584
|
focusAreaType: MercuryFocusAreaType;
|
|
@@ -65087,6 +66335,7 @@ export declare type MercuryQueryApi = {
|
|
|
65087
66335
|
focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
|
|
65088
66336
|
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
65089
66337
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
66338
|
+
focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
|
|
65090
66339
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
65091
66340
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
65092
66341
|
forYouFocusAreaActivityHistory?: Maybe<MercuryForYouFocusAreaActivityHistory>;
|
|
@@ -65148,6 +66397,9 @@ export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
|
65148
66397
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
65149
66398
|
cloudId: Scalars['ID']['input'];
|
|
65150
66399
|
};
|
|
66400
|
+
export declare type MercuryQueryApiFocusAreaTypesByArisArgs = {
|
|
66401
|
+
ids: Array<Scalars['ID']['input']>;
|
|
66402
|
+
};
|
|
65151
66403
|
export declare type MercuryQueryApiFocusAreasArgs = {
|
|
65152
66404
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65153
66405
|
cloudId: Scalars['ID']['input'];
|
|
@@ -65163,6 +66415,7 @@ export declare type MercuryQueryApiForYouFocusAreaActivityHistoryArgs = {
|
|
|
65163
66415
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
65164
66416
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65165
66417
|
focusAreaFirst?: InputMaybe<Scalars['Int']['input']>;
|
|
66418
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
65166
66419
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
65167
66420
|
};
|
|
65168
66421
|
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
@@ -72940,9 +74193,11 @@ export declare type QuerySpacesWithExemptionsArgs = {
|
|
|
72940
74193
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
72941
74194
|
};
|
|
72942
74195
|
export declare type QuerySqlSchemaSizeLogArgs = {
|
|
74196
|
+
appId: Scalars['ID']['input'];
|
|
72943
74197
|
installationId: Scalars['ID']['input'];
|
|
72944
74198
|
};
|
|
72945
74199
|
export declare type QuerySqlSlowQueryLogsArgs = {
|
|
74200
|
+
appId: Scalars['ID']['input'];
|
|
72946
74201
|
installationId: Scalars['ID']['input'];
|
|
72947
74202
|
interval: QueryInterval;
|
|
72948
74203
|
queryType: Array<QueryType>;
|
|
@@ -73219,6 +74474,7 @@ export declare type RadarDateFieldValue = {
|
|
|
73219
74474
|
export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
|
|
73220
74475
|
__typename?: 'RadarDynamicFilterOptions';
|
|
73221
74476
|
functions: Array<RadarFunctionId>;
|
|
74477
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73222
74478
|
operators: Array<RadarFilterOperators>;
|
|
73223
74479
|
plurality: RadarFilterPlurality;
|
|
73224
74480
|
type: RadarFilterInputType;
|
|
@@ -73244,6 +74500,7 @@ export declare type RadarFieldDefinition = Node & {
|
|
|
73244
74500
|
filterOptions: RadarFilterOptions;
|
|
73245
74501
|
id: Scalars['ID']['output'];
|
|
73246
74502
|
isCustom: Scalars['Boolean']['output'];
|
|
74503
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73247
74504
|
relativeId: Scalars['String']['output'];
|
|
73248
74505
|
type: RadarFieldType;
|
|
73249
74506
|
};
|
|
@@ -73291,6 +74548,7 @@ export declare enum RadarFilterOperators {
|
|
|
73291
74548
|
}
|
|
73292
74549
|
export declare type RadarFilterOptions = {
|
|
73293
74550
|
functions: Array<RadarFunctionId>;
|
|
74551
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73294
74552
|
operators: Array<RadarFilterOperators>;
|
|
73295
74553
|
plurality: RadarFilterPlurality;
|
|
73296
74554
|
type: RadarFilterInputType;
|
|
@@ -73370,6 +74628,7 @@ export declare type RadarPositionEdge = RadarEdge & {
|
|
|
73370
74628
|
export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
|
|
73371
74629
|
__typename?: 'RadarStaticStringFilterOptions';
|
|
73372
74630
|
functions: Array<RadarFunctionId>;
|
|
74631
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
73373
74632
|
operators: Array<RadarFilterOperators>;
|
|
73374
74633
|
plurality: RadarFilterPlurality;
|
|
73375
74634
|
type: RadarFilterInputType;
|
|
@@ -73391,7 +74650,6 @@ export declare type RadarStatusFieldValue = {
|
|
|
73391
74650
|
};
|
|
73392
74651
|
export declare type RadarStringFieldValue = {
|
|
73393
74652
|
__typename?: 'RadarStringFieldValue';
|
|
73394
|
-
displayValue?: Maybe<Scalars['String']['output']>;
|
|
73395
74653
|
value?: Maybe<Scalars['String']['output']>;
|
|
73396
74654
|
};
|
|
73397
74655
|
export declare type RadarUrlFieldValue = {
|
|
@@ -73428,6 +74686,7 @@ export declare type RadarWorkspace = {
|
|
|
73428
74686
|
__typename?: 'RadarWorkspace';
|
|
73429
74687
|
entityId: Scalars['ID']['output'];
|
|
73430
74688
|
focusAreaFields: Array<RadarFieldDefinition>;
|
|
74689
|
+
focusAreaTypeFields: Array<RadarFieldDefinition>;
|
|
73431
74690
|
functions: Array<RadarFunction>;
|
|
73432
74691
|
id: Scalars['ID']['output'];
|
|
73433
74692
|
positionFields: Array<RadarFieldDefinition>;
|
|
@@ -80717,6 +81976,7 @@ export declare type TrelloAtlassianIntelligence = {
|
|
|
80717
81976
|
export declare type TrelloAttachment = Node & {
|
|
80718
81977
|
__typename?: 'TrelloAttachment';
|
|
80719
81978
|
bytes?: Maybe<Scalars['Float']['output']>;
|
|
81979
|
+
creatorId?: Maybe<Scalars['ID']['output']>;
|
|
80720
81980
|
date?: Maybe<Scalars['DateTime']['output']>;
|
|
80721
81981
|
edgeColor?: Maybe<Scalars['String']['output']>;
|
|
80722
81982
|
fileName?: Maybe<Scalars['String']['output']>;
|
|
@@ -80734,18 +81994,26 @@ export declare type TrelloAttachmentConnection = {
|
|
|
80734
81994
|
nodes?: Maybe<Array<TrelloAttachment>>;
|
|
80735
81995
|
pageInfo: PageInfo;
|
|
80736
81996
|
};
|
|
81997
|
+
export declare type TrelloAttachmentConnectionUpdated = {
|
|
81998
|
+
__typename?: 'TrelloAttachmentConnectionUpdated';
|
|
81999
|
+
edges?: Maybe<Array<TrelloAttachmentEdgeUpdated>>;
|
|
82000
|
+
};
|
|
80737
82001
|
export declare type TrelloAttachmentEdge = {
|
|
80738
82002
|
__typename?: 'TrelloAttachmentEdge';
|
|
80739
82003
|
cursor: Scalars['String']['output'];
|
|
80740
82004
|
node: TrelloAttachment;
|
|
80741
82005
|
};
|
|
82006
|
+
export declare type TrelloAttachmentEdgeUpdated = {
|
|
82007
|
+
__typename?: 'TrelloAttachmentEdgeUpdated';
|
|
82008
|
+
node: TrelloAttachment;
|
|
82009
|
+
};
|
|
80742
82010
|
export declare type TrelloBoard = Node & {
|
|
80743
82011
|
__typename?: 'TrelloBoard';
|
|
80744
82012
|
closed: Scalars['Boolean']['output'];
|
|
80745
82013
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
80746
82014
|
creator?: Maybe<TrelloMember>;
|
|
80747
82015
|
customFields?: Maybe<TrelloCustomFieldConnection>;
|
|
80748
|
-
description?: Maybe<
|
|
82016
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
80749
82017
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
80750
82018
|
enterpriseOwned: Scalars['Boolean']['output'];
|
|
80751
82019
|
galleryInfo?: Maybe<TrelloTemplateGalleryItemInfo>;
|
|
@@ -80939,6 +82207,7 @@ export declare type TrelloBoardPrefs = {
|
|
|
80939
82207
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
80940
82208
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
80941
82209
|
selfJoin?: Maybe<Scalars['Boolean']['output']>;
|
|
82210
|
+
showCompleteStatus?: Maybe<Scalars['Boolean']['output']>;
|
|
80942
82211
|
switcherViews?: Maybe<Array<Maybe<TrelloSwitcherViewsInfo>>>;
|
|
80943
82212
|
voting?: Maybe<Scalars['String']['output']>;
|
|
80944
82213
|
};
|
|
@@ -80962,7 +82231,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
80962
82231
|
__typename?: 'TrelloBoardUpdated';
|
|
80963
82232
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
80964
82233
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
80965
|
-
description?: Maybe<
|
|
82234
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
80966
82235
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
80967
82236
|
id?: Maybe<Scalars['ID']['output']>;
|
|
80968
82237
|
labels?: Maybe<TrelloLabelConnectionUpdated>;
|
|
@@ -81023,7 +82292,7 @@ export declare type TrelloCard = Node & {
|
|
|
81023
82292
|
cover?: Maybe<TrelloCardCover>;
|
|
81024
82293
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
81025
82294
|
customFieldItems?: Maybe<TrelloCustomFieldItemConnection>;
|
|
81026
|
-
description?: Maybe<
|
|
82295
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
81027
82296
|
due?: Maybe<TrelloCardDueInfo>;
|
|
81028
82297
|
id: Scalars['ID']['output'];
|
|
81029
82298
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -81209,7 +82478,9 @@ export declare enum TrelloCardRole {
|
|
|
81209
82478
|
}
|
|
81210
82479
|
export declare type TrelloCardUpdated = {
|
|
81211
82480
|
__typename?: 'TrelloCardUpdated';
|
|
82481
|
+
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
81212
82482
|
badges?: Maybe<TrelloCardBadges>;
|
|
82483
|
+
checklists?: Maybe<TrelloChecklistConnectionUpdated>;
|
|
81213
82484
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
81214
82485
|
cover?: Maybe<TrelloCardCoverUpdated>;
|
|
81215
82486
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
@@ -81224,6 +82495,7 @@ export declare type TrelloCardUpdated = {
|
|
|
81224
82495
|
name?: Maybe<Scalars['String']['output']>;
|
|
81225
82496
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
81226
82497
|
position?: Maybe<Scalars['Float']['output']>;
|
|
82498
|
+
stickers?: Maybe<TrelloStickerUpdatedConnection>;
|
|
81227
82499
|
};
|
|
81228
82500
|
export declare type TrelloCardUpdatedConnection = {
|
|
81229
82501
|
__typename?: 'TrelloCardUpdatedConnection';
|
|
@@ -81234,25 +82506,81 @@ export declare type TrelloCardViewer = {
|
|
|
81234
82506
|
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
81235
82507
|
voted?: Maybe<Scalars['Boolean']['output']>;
|
|
81236
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
|
+
}
|
|
81237
82545
|
export declare type TrelloChecklist = {
|
|
81238
82546
|
__typename?: 'TrelloChecklist';
|
|
81239
82547
|
board?: Maybe<TrelloBoard>;
|
|
81240
82548
|
card?: Maybe<TrelloCard>;
|
|
82549
|
+
checkItems?: Maybe<TrelloCheckItemConnection>;
|
|
81241
82550
|
name?: Maybe<Scalars['String']['output']>;
|
|
81242
82551
|
objectId: Scalars['ID']['output'];
|
|
81243
82552
|
position?: Maybe<Scalars['Float']['output']>;
|
|
81244
82553
|
};
|
|
82554
|
+
export declare type TrelloChecklistCheckItemsArgs = {
|
|
82555
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
82556
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
82557
|
+
};
|
|
81245
82558
|
export declare type TrelloChecklistConnection = {
|
|
81246
82559
|
__typename?: 'TrelloChecklistConnection';
|
|
81247
82560
|
edges?: Maybe<Array<TrelloChecklistEdge>>;
|
|
81248
82561
|
nodes?: Maybe<Array<TrelloChecklist>>;
|
|
81249
82562
|
pageInfo: PageInfo;
|
|
81250
82563
|
};
|
|
82564
|
+
export declare type TrelloChecklistConnectionUpdated = {
|
|
82565
|
+
__typename?: 'TrelloChecklistConnectionUpdated';
|
|
82566
|
+
edges?: Maybe<Array<TrelloChecklistEdgeUpdated>>;
|
|
82567
|
+
};
|
|
81251
82568
|
export declare type TrelloChecklistEdge = {
|
|
81252
82569
|
__typename?: 'TrelloChecklistEdge';
|
|
81253
82570
|
cursor: Scalars['String']['output'];
|
|
81254
82571
|
node: TrelloChecklist;
|
|
81255
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
|
+
};
|
|
81256
82584
|
export declare type TrelloCreateCardInput = {
|
|
81257
82585
|
listId: Scalars['ID']['input'];
|
|
81258
82586
|
name: Scalars['String']['input'];
|
|
@@ -81363,34 +82691,16 @@ export declare type TrelloCustomFieldOptionValue = {
|
|
|
81363
82691
|
__typename?: 'TrelloCustomFieldOptionValue';
|
|
81364
82692
|
text?: Maybe<Scalars['String']['output']>;
|
|
81365
82693
|
};
|
|
81366
|
-
export declare type
|
|
81367
|
-
|
|
81368
|
-
|
|
81369
|
-
|
|
81370
|
-
};
|
|
81371
|
-
export declare type TrelloDescriptionCustomEmoji = {
|
|
81372
|
-
__typename?: 'TrelloDescriptionCustomEmoji';
|
|
81373
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
81374
|
-
url?: Maybe<Scalars['URL']['output']>;
|
|
81375
|
-
};
|
|
81376
|
-
export declare type TrelloDescriptionCustomEmojiConnection = {
|
|
81377
|
-
__typename?: 'TrelloDescriptionCustomEmojiConnection';
|
|
81378
|
-
edges?: Maybe<Array<TrelloDescriptionCustomEmojiEdge>>;
|
|
81379
|
-
nodes?: Maybe<Array<TrelloDescriptionCustomEmoji>>;
|
|
81380
|
-
pageInfo: PageInfo;
|
|
81381
|
-
};
|
|
81382
|
-
export declare type TrelloDescriptionCustomEmojiEdge = {
|
|
81383
|
-
__typename?: 'TrelloDescriptionCustomEmojiEdge';
|
|
81384
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
81385
|
-
node?: Maybe<TrelloDescriptionCustomEmoji>;
|
|
81386
|
-
};
|
|
81387
|
-
export declare type TrelloDescriptionData = {
|
|
81388
|
-
__typename?: 'TrelloDescriptionData';
|
|
81389
|
-
emojis?: Maybe<TrelloDescriptionCustomEmojiConnection>;
|
|
82694
|
+
export declare type TrelloDeletePlannerCalendarEventInput = {
|
|
82695
|
+
plannerCalendarEventId: Scalars['ID']['input'];
|
|
82696
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
82697
|
+
providerAccountId: Scalars['ID']['input'];
|
|
81390
82698
|
};
|
|
81391
|
-
export declare type
|
|
81392
|
-
|
|
81393
|
-
|
|
82699
|
+
export declare type TrelloDeletePlannerCalendarEventPayload = Payload & {
|
|
82700
|
+
__typename?: 'TrelloDeletePlannerCalendarEventPayload';
|
|
82701
|
+
errors?: Maybe<Array<MutationError>>;
|
|
82702
|
+
event?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
82703
|
+
success: Scalars['Boolean']['output'];
|
|
81394
82704
|
};
|
|
81395
82705
|
export declare type TrelloEditPlannerCalendarEventInput = {
|
|
81396
82706
|
event: TrelloEditPlannerCalendarEventOptions;
|
|
@@ -81647,6 +82957,7 @@ export declare type TrelloMutationApi = {
|
|
|
81647
82957
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
81648
82958
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
81649
82959
|
createPlannerCalendarEvent?: Maybe<TrelloCreatePlannerCalendarEventPayload>;
|
|
82960
|
+
deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
|
|
81650
82961
|
editPlannerCalendarEvent?: Maybe<TrelloEditPlannerCalendarEventPayload>;
|
|
81651
82962
|
pinCard?: Maybe<TrelloPinCardPayload>;
|
|
81652
82963
|
removeCardFromPlannerCalendarEvent?: Maybe<TrelloRemoveCardFromPlannerCalendarEventPayload>;
|
|
@@ -81680,6 +82991,9 @@ export declare type TrelloMutationApiCreateOrUpdatePlannerCalendarArgs = {
|
|
|
81680
82991
|
export declare type TrelloMutationApiCreatePlannerCalendarEventArgs = {
|
|
81681
82992
|
input: TrelloCreatePlannerCalendarEventInput;
|
|
81682
82993
|
};
|
|
82994
|
+
export declare type TrelloMutationApiDeletePlannerCalendarEventArgs = {
|
|
82995
|
+
input: TrelloDeletePlannerCalendarEventInput;
|
|
82996
|
+
};
|
|
81683
82997
|
export declare type TrelloMutationApiEditPlannerCalendarEventArgs = {
|
|
81684
82998
|
input: TrelloEditPlannerCalendarEventInput;
|
|
81685
82999
|
};
|
|
@@ -81879,6 +83193,10 @@ export declare type TrelloPlannerCalendarEventConnection = {
|
|
|
81879
83193
|
pageInfo: PageInfo;
|
|
81880
83194
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
81881
83195
|
};
|
|
83196
|
+
export declare type TrelloPlannerCalendarEventDeleted = {
|
|
83197
|
+
__typename?: 'TrelloPlannerCalendarEventDeleted';
|
|
83198
|
+
id: Scalars['ID']['output'];
|
|
83199
|
+
};
|
|
81882
83200
|
export declare type TrelloPlannerCalendarEventEdge = {
|
|
81883
83201
|
__typename?: 'TrelloPlannerCalendarEventEdge';
|
|
81884
83202
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -81939,6 +83257,7 @@ export declare type TrelloPowerUp = {
|
|
|
81939
83257
|
export declare type TrelloPowerUpData = {
|
|
81940
83258
|
__typename?: 'TrelloPowerUpData';
|
|
81941
83259
|
access?: Maybe<TrelloPowerUpDataAccess>;
|
|
83260
|
+
modelId?: Maybe<Scalars['ID']['output']>;
|
|
81942
83261
|
objectId: Scalars['ID']['output'];
|
|
81943
83262
|
powerUp?: Maybe<TrelloPowerUp>;
|
|
81944
83263
|
scope?: Maybe<TrelloPowerUpDataScope>;
|
|
@@ -82155,6 +83474,10 @@ export declare type TrelloStickerEdge = {
|
|
|
82155
83474
|
cursor: Scalars['String']['output'];
|
|
82156
83475
|
node: TrelloSticker;
|
|
82157
83476
|
};
|
|
83477
|
+
export declare type TrelloStickerUpdatedConnection = {
|
|
83478
|
+
__typename?: 'TrelloStickerUpdatedConnection';
|
|
83479
|
+
nodes?: Maybe<Array<TrelloStickerEdge>>;
|
|
83480
|
+
};
|
|
82158
83481
|
export declare type TrelloSubscriptionApi = {
|
|
82159
83482
|
__typename?: 'TrelloSubscriptionApi';
|
|
82160
83483
|
cardsById?: Maybe<TrelloBoardUpdated>;
|
|
@@ -82309,6 +83632,10 @@ export declare type TrelloUploadedBackground = {
|
|
|
82309
83632
|
__typename?: 'TrelloUploadedBackground';
|
|
82310
83633
|
objectId: Scalars['ID']['output'];
|
|
82311
83634
|
};
|
|
83635
|
+
export declare type TrelloUserGeneratedText = {
|
|
83636
|
+
__typename?: 'TrelloUserGeneratedText';
|
|
83637
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
83638
|
+
};
|
|
82312
83639
|
export declare type TrelloWatchCardInput = {
|
|
82313
83640
|
cardId: Scalars['ID']['input'];
|
|
82314
83641
|
};
|