@forge/cli-shared 6.5.1-next.2-experimental-d6acbbd → 6.5.1-next.3
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 +3 -5
- package/out/graphql/graphql-types.d.ts +54 -1226
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +16 -46
- package/package.json +3 -3
|
@@ -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 =
|
|
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;
|
|
587
587
|
export declare enum ActivityObjectType {
|
|
588
588
|
Blogpost = "BLOGPOST",
|
|
589
589
|
Comment = "COMMENT",
|
|
@@ -1122,7 +1122,6 @@ export declare type AppEnvironmentVersion = {
|
|
|
1122
1122
|
isLatest: Scalars['Boolean']['output'];
|
|
1123
1123
|
migrationKeys?: Maybe<MigrationKeys>;
|
|
1124
1124
|
permissions: Array<AppPermission>;
|
|
1125
|
-
primaryProduct?: Maybe<EcosystemPrimaryProduct>;
|
|
1126
1125
|
requiresLicense: Scalars['Boolean']['output'];
|
|
1127
1126
|
storage: Storage;
|
|
1128
1127
|
trustSignal: TrustSignal;
|
|
@@ -2265,24 +2264,12 @@ export declare enum BillingSourceSystem {
|
|
|
2265
2264
|
export declare enum BitbucketPermission {
|
|
2266
2265
|
Admin = "ADMIN"
|
|
2267
2266
|
}
|
|
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
|
-
};
|
|
2276
2267
|
export declare type BitbucketQuery = {
|
|
2277
2268
|
__typename?: 'BitbucketQuery';
|
|
2278
|
-
bitbucketPullRequests?: Maybe<Array<Maybe<BitbucketPullRequest>>>;
|
|
2279
2269
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
2280
2270
|
bitbucketRepository?: Maybe<BitbucketRepository>;
|
|
2281
2271
|
bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
|
|
2282
2272
|
};
|
|
2283
|
-
export declare type BitbucketQueryBitbucketPullRequestsArgs = {
|
|
2284
|
-
ids: Array<Scalars['ID']['input']>;
|
|
2285
|
-
};
|
|
2286
2273
|
export declare type BitbucketQueryBitbucketRepositoriesArgs = {
|
|
2287
2274
|
ids: Array<Scalars['ID']['input']>;
|
|
2288
2275
|
};
|
|
@@ -3968,22 +3955,6 @@ export declare type CompassAssistantAnswer = Node & {
|
|
|
3968
3955
|
status?: Maybe<Scalars['String']['output']>;
|
|
3969
3956
|
value?: Maybe<Scalars['String']['output']>;
|
|
3970
3957
|
};
|
|
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
|
-
};
|
|
3987
3958
|
export declare type CompassAttentionItem = Node & {
|
|
3988
3959
|
__typename?: 'CompassAttentionItem';
|
|
3989
3960
|
actionLabel: Scalars['String']['output'];
|
|
@@ -4114,7 +4085,6 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4114
4085
|
applyScorecardToComponent?: Maybe<ApplyCompassScorecardToComponentPayload>;
|
|
4115
4086
|
attachComponentDataManager?: Maybe<AttachCompassComponentDataManagerPayload>;
|
|
4116
4087
|
attachEventSource?: Maybe<AttachEventSourcePayload>;
|
|
4117
|
-
continueChat?: Maybe<CompassAssistantConversation>;
|
|
4118
4088
|
createAnnouncement?: Maybe<CompassCreateAnnouncementPayload>;
|
|
4119
4089
|
createAssistantAnswer?: Maybe<CompassCreateAssistantAnswerPayload>;
|
|
4120
4090
|
createCampaign?: Maybe<CompassCreateCampaignPayload>;
|
|
@@ -4168,7 +4138,6 @@ export declare type CompassCatalogMutationApi = {
|
|
|
4168
4138
|
removeTeamLabels?: Maybe<CompassRemoveTeamLabelsPayload>;
|
|
4169
4139
|
revokeJqlMetricSourceUser?: Maybe<CompassRevokeJqlMetricSourceUserPayload>;
|
|
4170
4140
|
setEntityProperty?: Maybe<CompassSetEntityPropertyPayload>;
|
|
4171
|
-
startChat?: Maybe<CompassAssistantConversation>;
|
|
4172
4141
|
synchronizeLinkAssociations?: Maybe<CompassSynchronizeLinkAssociationsPayload>;
|
|
4173
4142
|
unlinkExternalSource?: Maybe<UnlinkExternalSourcePayload>;
|
|
4174
4143
|
unsetEntityProperty?: Maybe<CompassUnsetEntityPropertyPayload>;
|
|
@@ -4215,11 +4184,6 @@ export declare type CompassCatalogMutationApiAttachComponentDataManagerArgs = {
|
|
|
4215
4184
|
export declare type CompassCatalogMutationApiAttachEventSourceArgs = {
|
|
4216
4185
|
input: AttachEventSourceInput;
|
|
4217
4186
|
};
|
|
4218
|
-
export declare type CompassCatalogMutationApiContinueChatArgs = {
|
|
4219
|
-
cloudId: Scalars['ID']['input'];
|
|
4220
|
-
conversationId: Scalars['ID']['input'];
|
|
4221
|
-
message: Scalars['String']['input'];
|
|
4222
|
-
};
|
|
4223
4187
|
export declare type CompassCatalogMutationApiCreateAnnouncementArgs = {
|
|
4224
4188
|
input: CompassCreateAnnouncementInput;
|
|
4225
4189
|
};
|
|
@@ -4388,10 +4352,6 @@ export declare type CompassCatalogMutationApiRevokeJqlMetricSourceUserArgs = {
|
|
|
4388
4352
|
export declare type CompassCatalogMutationApiSetEntityPropertyArgs = {
|
|
4389
4353
|
input: CompassSetEntityPropertyInput;
|
|
4390
4354
|
};
|
|
4391
|
-
export declare type CompassCatalogMutationApiStartChatArgs = {
|
|
4392
|
-
cloudId: Scalars['ID']['input'];
|
|
4393
|
-
message: Scalars['String']['input'];
|
|
4394
|
-
};
|
|
4395
4355
|
export declare type CompassCatalogMutationApiSynchronizeLinkAssociationsArgs = {
|
|
4396
4356
|
input?: InputMaybe<CompassSynchronizeLinkAssociationsInput>;
|
|
4397
4357
|
};
|
|
@@ -4481,7 +4441,6 @@ export declare type CompassCatalogQueryApi = {
|
|
|
4481
4441
|
componentTypes?: Maybe<CompassComponentTypesQueryResult>;
|
|
4482
4442
|
components?: Maybe<Array<CompassComponent>>;
|
|
4483
4443
|
componentsByReferences?: Maybe<Array<CompassComponent>>;
|
|
4484
|
-
conversation?: Maybe<CompassAssistantConversation>;
|
|
4485
4444
|
customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
|
|
4486
4445
|
customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
|
|
4487
4446
|
customPermissionConfigs?: Maybe<CompassCustomPermissionConfigsResult>;
|
|
@@ -4563,10 +4522,6 @@ export declare type CompassCatalogQueryApiComponentsArgs = {
|
|
|
4563
4522
|
export declare type CompassCatalogQueryApiComponentsByReferencesArgs = {
|
|
4564
4523
|
references: Array<ComponentReferenceInput>;
|
|
4565
4524
|
};
|
|
4566
|
-
export declare type CompassCatalogQueryApiConversationArgs = {
|
|
4567
|
-
cloudId: Scalars['ID']['input'];
|
|
4568
|
-
conversationId: Scalars['ID']['input'];
|
|
4569
|
-
};
|
|
4570
4525
|
export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
|
|
4571
4526
|
query: CompassCustomFieldDefinitionQuery;
|
|
4572
4527
|
};
|
|
@@ -22077,11 +22032,6 @@ export declare type EcosystemOnEventBody = {
|
|
|
22077
22032
|
__typename?: 'EcosystemOnEventBody';
|
|
22078
22033
|
payload?: Maybe<Scalars['String']['output']>;
|
|
22079
22034
|
};
|
|
22080
|
-
export declare enum EcosystemPrimaryProduct {
|
|
22081
|
-
Compass = "COMPASS",
|
|
22082
|
-
Confluence = "CONFLUENCE",
|
|
22083
|
-
Jira = "JIRA"
|
|
22084
|
-
}
|
|
22085
22035
|
export declare type EcosystemPublishEventBody = {
|
|
22086
22036
|
__typename?: 'EcosystemPublishEventBody';
|
|
22087
22037
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
@@ -22534,7 +22484,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
22534
22484
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
22535
22485
|
node?: Maybe<ExternalAssociation>;
|
|
22536
22486
|
};
|
|
22537
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage |
|
|
22487
|
+
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;
|
|
22538
22488
|
export declare type ExternalAttachment = {
|
|
22539
22489
|
__typename?: 'ExternalAttachment';
|
|
22540
22490
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -22870,8 +22820,6 @@ export declare type ExternalEntities = {
|
|
|
22870
22820
|
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
22871
22821
|
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
22872
22822
|
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
22873
|
-
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
22874
|
-
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
22875
22823
|
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
22876
22824
|
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
22877
22825
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
@@ -22879,9 +22827,8 @@ export declare type ExternalEntities = {
|
|
|
22879
22827
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
22880
22828
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
22881
22829
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
22882
|
-
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
22883
22830
|
};
|
|
22884
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage |
|
|
22831
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem;
|
|
22885
22832
|
export declare type ExternalEnvironment = {
|
|
22886
22833
|
__typename?: 'ExternalEnvironment';
|
|
22887
22834
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -23013,47 +22960,12 @@ export declare type ExternalMessage = Node & {
|
|
|
23013
22960
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23014
22961
|
url?: Maybe<Scalars['String']['output']>;
|
|
23015
22962
|
};
|
|
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
|
-
};
|
|
23033
22963
|
export declare type ExternalPipeline = {
|
|
23034
22964
|
__typename?: 'ExternalPipeline';
|
|
23035
22965
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23036
22966
|
id?: Maybe<Scalars['String']['output']>;
|
|
23037
22967
|
url?: Maybe<Scalars['String']['output']>;
|
|
23038
22968
|
};
|
|
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
|
-
};
|
|
23057
22969
|
export declare type ExternalProject = {
|
|
23058
22970
|
__typename?: 'ExternalProject';
|
|
23059
22971
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -23308,23 +23220,6 @@ export declare enum ExternalWorkItemSubtype {
|
|
|
23308
23220
|
Task = "TASK",
|
|
23309
23221
|
WorkItem = "WORK_ITEM"
|
|
23310
23222
|
}
|
|
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
|
-
};
|
|
23328
23223
|
export declare type FailedRoles = {
|
|
23329
23224
|
__typename?: 'FailedRoles';
|
|
23330
23225
|
reason: Scalars['String']['output'];
|
|
@@ -28303,8 +28198,6 @@ export declare type GraphStore = {
|
|
|
28303
28198
|
contentReferencedEntityInverseBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
28304
28199
|
contentReferencedEntityInverseRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
28305
28200
|
contentReferencedEntityRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
28306
|
-
conversationHasMessage?: Maybe<GraphStoreSimplifiedConversationHasMessageConnection>;
|
|
28307
|
-
conversationHasMessageInverse?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseConnection>;
|
|
28308
28201
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
28309
28202
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
28310
28203
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
@@ -28349,7 +28242,6 @@ export declare type GraphStore = {
|
|
|
28349
28242
|
incidentLinkedJswIssueInverseBatch?: Maybe<GraphStoreBatchIncidentLinkedJswIssueConnection>;
|
|
28350
28243
|
incidentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullIncidentLinkedJswIssueConnection>;
|
|
28351
28244
|
incidentLinkedJswIssueRelationship?: Maybe<GraphStoreFullIncidentLinkedJswIssueConnection>;
|
|
28352
|
-
issueAssociatedBranch?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchConnection>;
|
|
28353
28245
|
issueAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseConnection>;
|
|
28354
28246
|
issueAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
28355
28247
|
issueAssociatedBranchRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
@@ -28387,7 +28279,6 @@ export declare type GraphStore = {
|
|
|
28387
28279
|
issueAssociatedPrInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedPrInverseConnection>;
|
|
28388
28280
|
issueAssociatedPrInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedPrConnection>;
|
|
28389
28281
|
issueAssociatedPrRelationship?: Maybe<GraphStoreFullIssueAssociatedPrConnection>;
|
|
28390
|
-
issueAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection>;
|
|
28391
28282
|
issueAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection>;
|
|
28392
28283
|
issueAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
28393
28284
|
issueAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
@@ -28465,15 +28356,10 @@ export declare type GraphStore = {
|
|
|
28465
28356
|
parentIssueHasChildIssueInverse?: Maybe<GraphStoreSimplifiedParentIssueHasChildIssueInverseConnection>;
|
|
28466
28357
|
parentIssueHasChildIssueInverseRelationship?: Maybe<GraphStoreFullParentIssueHasChildIssueConnection>;
|
|
28467
28358
|
parentIssueHasChildIssueRelationship?: Maybe<GraphStoreFullParentIssueHasChildIssueConnection>;
|
|
28468
|
-
parentMessageHasChildMessage?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageConnection>;
|
|
28469
|
-
parentMessageHasChildMessageInverse?: Maybe<GraphStoreSimplifiedParentMessageHasChildMessageInverseConnection>;
|
|
28470
|
-
positionAllocatedToFocusArea?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaConnection>;
|
|
28471
|
-
positionAllocatedToFocusAreaInverse?: Maybe<GraphStoreSimplifiedPositionAllocatedToFocusAreaInverseConnection>;
|
|
28472
28359
|
prInRepo?: Maybe<GraphStoreSimplifiedPrInRepoConnection>;
|
|
28473
28360
|
prInRepoInverse?: Maybe<GraphStoreSimplifiedPrInRepoInverseConnection>;
|
|
28474
28361
|
prInRepoInverseRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
28475
28362
|
prInRepoRelationship?: Maybe<GraphStoreFullPrInRepoConnection>;
|
|
28476
|
-
projectAssociatedBranch?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchConnection>;
|
|
28477
28363
|
projectAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseConnection>;
|
|
28478
28364
|
projectAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
28479
28365
|
projectAssociatedBranchRelationship?: Maybe<GraphStoreFullProjectAssociatedBranchConnection>;
|
|
@@ -28567,8 +28453,6 @@ export declare type GraphStore = {
|
|
|
28567
28453
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
28568
28454
|
serviceAssociatedDeployment?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentConnection>;
|
|
28569
28455
|
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
28570
|
-
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
28571
|
-
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
28572
28456
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
28573
28457
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
28574
28458
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -28631,54 +28515,26 @@ export declare type GraphStore = {
|
|
|
28631
28515
|
testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
|
|
28632
28516
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
28633
28517
|
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>;
|
|
28640
28518
|
userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
|
|
28641
28519
|
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
28642
|
-
userCreatedBranch?: Maybe<GraphStoreSimplifiedUserCreatedBranchConnection>;
|
|
28643
|
-
userCreatedBranchInverse?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseConnection>;
|
|
28644
28520
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
28645
28521
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
28646
28522
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
28647
28523
|
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>;
|
|
28654
28524
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
28655
28525
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
28656
28526
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
28657
28527
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28658
28528
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28659
28529
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28660
|
-
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
28661
|
-
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
28662
28530
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
28663
28531
|
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>;
|
|
28672
28532
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
28673
28533
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
28674
|
-
userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
|
|
28675
|
-
userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
|
|
28676
28534
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
28677
28535
|
userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
|
|
28678
28536
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
28679
28537
|
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
28680
|
-
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
28681
|
-
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
28682
28538
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
28683
28539
|
userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
|
|
28684
28540
|
userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
|
|
@@ -28693,7 +28549,6 @@ export declare type GraphStore = {
|
|
|
28693
28549
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
28694
28550
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
28695
28551
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
28696
|
-
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
28697
28552
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
28698
28553
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
28699
28554
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -28725,7 +28580,6 @@ export declare type GraphStore = {
|
|
|
28725
28580
|
versionAssociatedPullRequestInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedPullRequestInverseConnection>;
|
|
28726
28581
|
versionAssociatedPullRequestInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedPullRequestConnection>;
|
|
28727
28582
|
versionAssociatedPullRequestRelationship?: Maybe<GraphStoreFullVersionAssociatedPullRequestConnection>;
|
|
28728
|
-
versionAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection>;
|
|
28729
28583
|
versionAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection>;
|
|
28730
28584
|
versionAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkConnection>;
|
|
28731
28585
|
versionAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkConnection>;
|
|
@@ -28816,7 +28670,6 @@ export declare type GraphStoreAtlasGoalHasSubAtlasGoalInverseArgs = {
|
|
|
28816
28670
|
};
|
|
28817
28671
|
export declare type GraphStoreAtlasHomeFeedArgs = {
|
|
28818
28672
|
container_ids: Array<Scalars['ID']['input']>;
|
|
28819
|
-
ranking_criteria?: InputMaybe<GraphStoreAtlasHomeRankingCriteria>;
|
|
28820
28673
|
};
|
|
28821
28674
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
28822
28675
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29065,20 +28918,6 @@ export declare type GraphStoreContentReferencedEntityRelationshipArgs = {
|
|
|
29065
28918
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29066
28919
|
id: Scalars['ID']['input'];
|
|
29067
28920
|
};
|
|
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
|
-
};
|
|
29082
28921
|
export declare type GraphStoreCypherQueryArgs = {
|
|
29083
28922
|
additionalInputs?: InputMaybe<Scalars['JSON']['input']>;
|
|
29084
28923
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29353,13 +29192,6 @@ export declare type GraphStoreIncidentLinkedJswIssueRelationshipArgs = {
|
|
|
29353
29192
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29354
29193
|
id: Scalars['ID']['input'];
|
|
29355
29194
|
};
|
|
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
|
-
};
|
|
29363
29195
|
export declare type GraphStoreIssueAssociatedBranchInverseArgs = {
|
|
29364
29196
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29365
29197
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29589,13 +29421,6 @@ export declare type GraphStoreIssueAssociatedPrRelationshipArgs = {
|
|
|
29589
29421
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29590
29422
|
id: Scalars['ID']['input'];
|
|
29591
29423
|
};
|
|
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
|
-
};
|
|
29599
29424
|
export declare type GraphStoreIssueAssociatedRemoteLinkInverseArgs = {
|
|
29600
29425
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29601
29426
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30069,34 +29894,6 @@ export declare type GraphStoreParentIssueHasChildIssueRelationshipArgs = {
|
|
|
30069
29894
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30070
29895
|
id: Scalars['ID']['input'];
|
|
30071
29896
|
};
|
|
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
|
-
};
|
|
30100
29897
|
export declare type GraphStorePrInRepoArgs = {
|
|
30101
29898
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30102
29899
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30121,13 +29918,6 @@ export declare type GraphStorePrInRepoRelationshipArgs = {
|
|
|
30121
29918
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30122
29919
|
id: Scalars['ID']['input'];
|
|
30123
29920
|
};
|
|
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
|
-
};
|
|
30131
29921
|
export declare type GraphStoreProjectAssociatedBranchInverseArgs = {
|
|
30132
29922
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30133
29923
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30725,20 +30515,6 @@ export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
|
|
|
30725
30515
|
id: Scalars['ID']['input'];
|
|
30726
30516
|
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
30727
30517
|
};
|
|
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
|
-
};
|
|
30742
30518
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
30743
30519
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30744
30520
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31146,48 +30922,6 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
|
|
|
31146
30922
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31147
30923
|
id: Scalars['ID']['input'];
|
|
31148
30924
|
};
|
|
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
|
-
};
|
|
31191
30925
|
export declare type GraphStoreUserAuthoredPrArgs = {
|
|
31192
30926
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31193
30927
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31202,20 +30936,6 @@ export declare type GraphStoreUserAuthoredPrInverseArgs = {
|
|
|
31202
30936
|
id: Scalars['ID']['input'];
|
|
31203
30937
|
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
31204
30938
|
};
|
|
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
|
-
};
|
|
31219
30939
|
export declare type GraphStoreUserCreatedConfluenceBlogpostArgs = {
|
|
31220
30940
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31221
30941
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31244,48 +30964,6 @@ export declare type GraphStoreUserCreatedConfluencePageInverseArgs = {
|
|
|
31244
30964
|
id: Scalars['ID']['input'];
|
|
31245
30965
|
sort?: InputMaybe<GraphStoreUserCreatedConfluencePageSortInput>;
|
|
31246
30966
|
};
|
|
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
|
-
};
|
|
31289
30967
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
31290
30968
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31291
30969
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31328,20 +31006,6 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
31328
31006
|
id: Scalars['ID']['input'];
|
|
31329
31007
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
31330
31008
|
};
|
|
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
|
-
};
|
|
31345
31009
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
31346
31010
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31347
31011
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31356,62 +31020,6 @@ export declare type GraphStoreUserMergedPullRequestInverseArgs = {
|
|
|
31356
31020
|
id: Scalars['ID']['input'];
|
|
31357
31021
|
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
31358
31022
|
};
|
|
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
|
-
};
|
|
31415
31023
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
31416
31024
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31417
31025
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31426,20 +31034,6 @@ export declare type GraphStoreUserOwnsComponentInverseArgs = {
|
|
|
31426
31034
|
id: Scalars['ID']['input'];
|
|
31427
31035
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
31428
31036
|
};
|
|
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
|
-
};
|
|
31443
31037
|
export declare type GraphStoreUserReportsIssueArgs = {
|
|
31444
31038
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31445
31039
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31468,20 +31062,6 @@ export declare type GraphStoreUserReviewsPrInverseArgs = {
|
|
|
31468
31062
|
id: Scalars['ID']['input'];
|
|
31469
31063
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
31470
31064
|
};
|
|
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
31065
|
export declare type GraphStoreUserUpdatedConfluenceBlogpostArgs = {
|
|
31486
31066
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31487
31067
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31580,13 +31160,6 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
31580
31160
|
id: Scalars['ID']['input'];
|
|
31581
31161
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
31582
31162
|
};
|
|
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
|
-
};
|
|
31590
31163
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
31591
31164
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31592
31165
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31778,13 +31351,6 @@ export declare type GraphStoreVersionAssociatedPullRequestRelationshipArgs = {
|
|
|
31778
31351
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31779
31352
|
id: Scalars['ID']['input'];
|
|
31780
31353
|
};
|
|
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
|
-
};
|
|
31788
31354
|
export declare type GraphStoreVersionAssociatedRemoteLinkInverseArgs = {
|
|
31789
31355
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31790
31356
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31908,13 +31474,6 @@ export declare type GraphStoreAtlasHomeQueryNode = {
|
|
|
31908
31474
|
item?: Maybe<GraphStoreAtlasHomeQueryItem>;
|
|
31909
31475
|
source: Scalars['String']['output'];
|
|
31910
31476
|
};
|
|
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
|
-
}
|
|
31918
31477
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
31919
31478
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31920
31479
|
};
|
|
@@ -32361,7 +31920,7 @@ export declare type GraphStoreBatchIssueAssociatedDeploymentEndNode = {
|
|
|
32361
31920
|
data?: Maybe<GraphStoreBatchIssueAssociatedDeploymentEndUnion>;
|
|
32362
31921
|
id: Scalars['ID']['output'];
|
|
32363
31922
|
};
|
|
32364
|
-
export declare type GraphStoreBatchIssueAssociatedDeploymentEndUnion = DeploymentSummary
|
|
31923
|
+
export declare type GraphStoreBatchIssueAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
32365
31924
|
export declare type GraphStoreBatchIssueAssociatedDeploymentInnerConnection = {
|
|
32366
31925
|
__typename?: 'GraphStoreBatchIssueAssociatedDeploymentInnerConnection';
|
|
32367
31926
|
edges: Array<Maybe<GraphStoreBatchIssueAssociatedDeploymentInnerEdge>>;
|
|
@@ -32612,9 +32171,6 @@ export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
|
32612
32171
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
32613
32172
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32614
32173
|
};
|
|
32615
|
-
export declare type GraphStoreConversationHasMessageSortInput = {
|
|
32616
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32617
|
-
};
|
|
32618
32174
|
export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
|
|
32619
32175
|
relationships: Array<GraphStoreCreateComponentImpactedByIncidentRelationshipInput>;
|
|
32620
32176
|
};
|
|
@@ -33015,7 +32571,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
33015
32571
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
33016
32572
|
id: Scalars['ID']['output'];
|
|
33017
32573
|
};
|
|
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 |
|
|
32574
|
+
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;
|
|
33019
32575
|
export declare type GraphStoreCypherQueryNode = {
|
|
33020
32576
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
33021
32577
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -33026,7 +32582,7 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
33026
32582
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
33027
32583
|
id: Scalars['ID']['output'];
|
|
33028
32584
|
};
|
|
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 |
|
|
32585
|
+
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;
|
|
33030
32586
|
export declare type GraphStoreDateFilterInput = {
|
|
33031
32587
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
33032
32588
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -33773,10 +33329,8 @@ export declare type GraphStoreFullIssueAssociatedBranchEdge = {
|
|
|
33773
33329
|
};
|
|
33774
33330
|
export declare type GraphStoreFullIssueAssociatedBranchEndNode = {
|
|
33775
33331
|
__typename?: 'GraphStoreFullIssueAssociatedBranchEndNode';
|
|
33776
|
-
data?: Maybe<GraphStoreFullIssueAssociatedBranchEndUnion>;
|
|
33777
33332
|
id: Scalars['ID']['output'];
|
|
33778
33333
|
};
|
|
33779
|
-
export declare type GraphStoreFullIssueAssociatedBranchEndUnion = ExternalBranch;
|
|
33780
33334
|
export declare type GraphStoreFullIssueAssociatedBranchNode = Node & {
|
|
33781
33335
|
__typename?: 'GraphStoreFullIssueAssociatedBranchNode';
|
|
33782
33336
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -33908,7 +33462,7 @@ export declare type GraphStoreFullIssueAssociatedDeploymentEndNode = {
|
|
|
33908
33462
|
id: Scalars['ID']['output'];
|
|
33909
33463
|
metadata?: Maybe<GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
33910
33464
|
};
|
|
33911
|
-
export declare type GraphStoreFullIssueAssociatedDeploymentEndUnion = DeploymentSummary
|
|
33465
|
+
export declare type GraphStoreFullIssueAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
33912
33466
|
export declare enum GraphStoreFullIssueAssociatedDeploymentEnvironmentTypeOutput {
|
|
33913
33467
|
Development = "DEVELOPMENT",
|
|
33914
33468
|
NotSet = "NOT_SET",
|
|
@@ -34166,10 +33720,8 @@ export declare type GraphStoreFullIssueAssociatedRemoteLinkEdge = {
|
|
|
34166
33720
|
};
|
|
34167
33721
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkEndNode = {
|
|
34168
33722
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkEndNode';
|
|
34169
|
-
data?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkEndUnion>;
|
|
34170
33723
|
id: Scalars['ID']['output'];
|
|
34171
33724
|
};
|
|
34172
|
-
export declare type GraphStoreFullIssueAssociatedRemoteLinkEndUnion = ExternalRemoteLink;
|
|
34173
33725
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkNode = Node & {
|
|
34174
33726
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkNode';
|
|
34175
33727
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34235,7 +33787,7 @@ export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndNode = {
|
|
|
34235
33787
|
data?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion>;
|
|
34236
33788
|
id: Scalars['ID']['output'];
|
|
34237
33789
|
};
|
|
34238
|
-
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion = DeploymentSummary
|
|
33790
|
+
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
34239
33791
|
export declare type GraphStoreFullIssueRecursiveAssociatedDeploymentNode = Node & {
|
|
34240
33792
|
__typename?: 'GraphStoreFullIssueRecursiveAssociatedDeploymentNode';
|
|
34241
33793
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34808,10 +34360,8 @@ export declare type GraphStoreFullProjectAssociatedBranchEdge = {
|
|
|
34808
34360
|
};
|
|
34809
34361
|
export declare type GraphStoreFullProjectAssociatedBranchEndNode = {
|
|
34810
34362
|
__typename?: 'GraphStoreFullProjectAssociatedBranchEndNode';
|
|
34811
|
-
data?: Maybe<GraphStoreFullProjectAssociatedBranchEndUnion>;
|
|
34812
34363
|
id: Scalars['ID']['output'];
|
|
34813
34364
|
};
|
|
34814
|
-
export declare type GraphStoreFullProjectAssociatedBranchEndUnion = ExternalBranch;
|
|
34815
34365
|
export declare type GraphStoreFullProjectAssociatedBranchNode = Node & {
|
|
34816
34366
|
__typename?: 'GraphStoreFullProjectAssociatedBranchNode';
|
|
34817
34367
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -34924,7 +34474,7 @@ export declare type GraphStoreFullProjectAssociatedDeploymentEndNode = {
|
|
|
34924
34474
|
id: Scalars['ID']['output'];
|
|
34925
34475
|
metadata?: Maybe<GraphStoreFullProjectAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
34926
34476
|
};
|
|
34927
|
-
export declare type GraphStoreFullProjectAssociatedDeploymentEndUnion = DeploymentSummary
|
|
34477
|
+
export declare type GraphStoreFullProjectAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
34928
34478
|
export declare enum GraphStoreFullProjectAssociatedDeploymentEnvironmentTypeOutput {
|
|
34929
34479
|
Development = "DEVELOPMENT",
|
|
34930
34480
|
NotSet = "NOT_SET",
|
|
@@ -35876,7 +35426,7 @@ export declare type GraphStoreFullSprintAssociatedDeploymentEndNode = {
|
|
|
35876
35426
|
id: Scalars['ID']['output'];
|
|
35877
35427
|
metadata?: Maybe<GraphStoreFullSprintAssociatedDeploymentRelationshipObjectMetadataOutput>;
|
|
35878
35428
|
};
|
|
35879
|
-
export declare type GraphStoreFullSprintAssociatedDeploymentEndUnion = DeploymentSummary
|
|
35429
|
+
export declare type GraphStoreFullSprintAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
35880
35430
|
export declare enum GraphStoreFullSprintAssociatedDeploymentEnvironmentTypeOutput {
|
|
35881
35431
|
Development = "DEVELOPMENT",
|
|
35882
35432
|
NotSet = "NOT_SET",
|
|
@@ -36375,10 +35925,8 @@ export declare type GraphStoreFullVersionAssociatedBranchEdge = {
|
|
|
36375
35925
|
};
|
|
36376
35926
|
export declare type GraphStoreFullVersionAssociatedBranchEndNode = {
|
|
36377
35927
|
__typename?: 'GraphStoreFullVersionAssociatedBranchEndNode';
|
|
36378
|
-
data?: Maybe<GraphStoreFullVersionAssociatedBranchEndUnion>;
|
|
36379
35928
|
id: Scalars['ID']['output'];
|
|
36380
35929
|
};
|
|
36381
|
-
export declare type GraphStoreFullVersionAssociatedBranchEndUnion = ExternalBranch;
|
|
36382
35930
|
export declare type GraphStoreFullVersionAssociatedBranchNode = Node & {
|
|
36383
35931
|
__typename?: 'GraphStoreFullVersionAssociatedBranchNode';
|
|
36384
35932
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -36477,7 +36025,7 @@ export declare type GraphStoreFullVersionAssociatedDeploymentEndNode = {
|
|
|
36477
36025
|
data?: Maybe<GraphStoreFullVersionAssociatedDeploymentEndUnion>;
|
|
36478
36026
|
id: Scalars['ID']['output'];
|
|
36479
36027
|
};
|
|
36480
|
-
export declare type GraphStoreFullVersionAssociatedDeploymentEndUnion = DeploymentSummary
|
|
36028
|
+
export declare type GraphStoreFullVersionAssociatedDeploymentEndUnion = DeploymentSummary;
|
|
36481
36029
|
export declare type GraphStoreFullVersionAssociatedDeploymentNode = Node & {
|
|
36482
36030
|
__typename?: 'GraphStoreFullVersionAssociatedDeploymentNode';
|
|
36483
36031
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -36657,10 +36205,8 @@ export declare type GraphStoreFullVersionAssociatedRemoteLinkEdge = {
|
|
|
36657
36205
|
};
|
|
36658
36206
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkEndNode = {
|
|
36659
36207
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkEndNode';
|
|
36660
|
-
data?: Maybe<GraphStoreFullVersionAssociatedRemoteLinkEndUnion>;
|
|
36661
36208
|
id: Scalars['ID']['output'];
|
|
36662
36209
|
};
|
|
36663
|
-
export declare type GraphStoreFullVersionAssociatedRemoteLinkEndUnion = ExternalRemoteLink;
|
|
36664
36210
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkNode = Node & {
|
|
36665
36211
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkNode';
|
|
36666
36212
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -37223,12 +36769,6 @@ export declare type GraphStoreParentDocumentHasChildDocumentSortInput = {
|
|
|
37223
36769
|
export declare type GraphStoreParentIssueHasChildIssueSortInput = {
|
|
37224
36770
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37225
36771
|
};
|
|
37226
|
-
export declare type GraphStoreParentMessageHasChildMessageSortInput = {
|
|
37227
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37228
|
-
};
|
|
37229
|
-
export declare type GraphStorePositionAllocatedToFocusAreaSortInput = {
|
|
37230
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37231
|
-
};
|
|
37232
36772
|
export declare type GraphStorePrInRepoSortInput = {
|
|
37233
36773
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37234
36774
|
};
|
|
@@ -37667,9 +37207,6 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInpu
|
|
|
37667
37207
|
export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
37668
37208
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37669
37209
|
};
|
|
37670
|
-
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
37671
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37672
|
-
};
|
|
37673
37210
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
37674
37211
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
37675
37212
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -38205,34 +37742,6 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
38205
37742
|
};
|
|
38206
37743
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
38207
37744
|
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;
|
|
38236
37745
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
|
|
38237
37746
|
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
|
|
38238
37747
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
|
|
@@ -38259,7 +37768,7 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
38259
37768
|
lastUpdated: Scalars['DateTime']['output'];
|
|
38260
37769
|
node?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseUnion>;
|
|
38261
37770
|
};
|
|
38262
|
-
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary
|
|
37771
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary;
|
|
38263
37772
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
38264
37773
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
38265
37774
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
@@ -38501,19 +38010,6 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
38501
38010
|
};
|
|
38502
38011
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
38503
38012
|
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
|
-
};
|
|
38517
38013
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
38518
38014
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
38519
38015
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseEdge>>>;
|
|
@@ -38528,7 +38024,6 @@ export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseEdge = {
|
|
|
38528
38024
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseUnion>;
|
|
38529
38025
|
};
|
|
38530
38026
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseUnion = JiraIssue;
|
|
38531
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchUnion = ExternalBranch;
|
|
38532
38027
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildConnection = HasPageInfo & {
|
|
38533
38028
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBuildConnection';
|
|
38534
38029
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBuildEdge>>>;
|
|
@@ -38616,7 +38111,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
|
38616
38111
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion>;
|
|
38617
38112
|
};
|
|
38618
38113
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseUnion = JiraIssue;
|
|
38619
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary
|
|
38114
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentUnion = DeploymentSummary;
|
|
38620
38115
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignConnection = HasPageInfo & {
|
|
38621
38116
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDesignConnection';
|
|
38622
38117
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDesignEdge>>>;
|
|
@@ -38729,19 +38224,6 @@ export declare type GraphStoreSimplifiedIssueAssociatedPrInverseEdge = {
|
|
|
38729
38224
|
};
|
|
38730
38225
|
export declare type GraphStoreSimplifiedIssueAssociatedPrInverseUnion = JiraIssue;
|
|
38731
38226
|
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
|
-
};
|
|
38745
38227
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
38746
38228
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection';
|
|
38747
38229
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge>>>;
|
|
@@ -38756,7 +38238,6 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
|
38756
38238
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion>;
|
|
38757
38239
|
};
|
|
38758
38240
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion = JiraIssue;
|
|
38759
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
38760
38241
|
export declare type GraphStoreSimplifiedIssueChangesComponentConnection = HasPageInfo & HasTotal & {
|
|
38761
38242
|
__typename?: 'GraphStoreSimplifiedIssueChangesComponentConnection';
|
|
38762
38243
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentEdge>>>;
|
|
@@ -38862,7 +38343,7 @@ export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInvers
|
|
|
38862
38343
|
node?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseUnion>;
|
|
38863
38344
|
};
|
|
38864
38345
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseUnion = JiraIssue;
|
|
38865
|
-
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentUnion = DeploymentSummary
|
|
38346
|
+
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentUnion = DeploymentSummary;
|
|
38866
38347
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
38867
38348
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagConnection';
|
|
38868
38349
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedFeatureFlagEdge>>>;
|
|
@@ -39333,62 +38814,6 @@ export declare type GraphStoreSimplifiedParentIssueHasChildIssueInverseEdge = {
|
|
|
39333
38814
|
};
|
|
39334
38815
|
export declare type GraphStoreSimplifiedParentIssueHasChildIssueInverseUnion = JiraIssue;
|
|
39335
38816
|
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;
|
|
39392
38817
|
export declare type GraphStoreSimplifiedPrInRepoConnection = HasPageInfo & {
|
|
39393
38818
|
__typename?: 'GraphStoreSimplifiedPrInRepoConnection';
|
|
39394
38819
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedPrInRepoEdge>>>;
|
|
@@ -39417,21 +38842,6 @@ export declare type GraphStoreSimplifiedPrInRepoInverseEdge = {
|
|
|
39417
38842
|
};
|
|
39418
38843
|
export declare type GraphStoreSimplifiedPrInRepoInverseUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
39419
38844
|
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
|
-
};
|
|
39435
38845
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
39436
38846
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBranchInverseConnection';
|
|
39437
38847
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseEdge>>>;
|
|
@@ -39448,7 +38858,6 @@ export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseEdge = {
|
|
|
39448
38858
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedBranchInverseUnion>;
|
|
39449
38859
|
};
|
|
39450
38860
|
export declare type GraphStoreSimplifiedProjectAssociatedBranchInverseUnion = JiraProject;
|
|
39451
|
-
export declare type GraphStoreSimplifiedProjectAssociatedBranchUnion = ExternalBranch;
|
|
39452
38861
|
export declare type GraphStoreSimplifiedProjectAssociatedBuildConnection = HasPageInfo & HasTotal & {
|
|
39453
38862
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedBuildConnection';
|
|
39454
38863
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedBuildEdge>>>;
|
|
@@ -39512,7 +38921,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedDeploymentInverseEdge =
|
|
|
39512
38921
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedDeploymentInverseUnion>;
|
|
39513
38922
|
};
|
|
39514
38923
|
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentInverseUnion = JiraProject;
|
|
39515
|
-
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentUnion = DeploymentSummary
|
|
38924
|
+
export declare type GraphStoreSimplifiedProjectAssociatedDeploymentUnion = DeploymentSummary;
|
|
39516
38925
|
export declare type GraphStoreSimplifiedProjectAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
39517
38926
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedFeatureFlagConnection';
|
|
39518
38927
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedFeatureFlagEdge>>>;
|
|
@@ -40178,35 +39587,7 @@ export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge =
|
|
|
40178
39587
|
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion>;
|
|
40179
39588
|
};
|
|
40180
39589
|
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion = DevOpsService;
|
|
40181
|
-
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary
|
|
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;
|
|
39590
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary;
|
|
40210
39591
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
40211
39592
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
40212
39593
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -40418,7 +39799,7 @@ export declare type GraphStoreSimplifiedSprintAssociatedDeploymentEdge = {
|
|
|
40418
39799
|
lastUpdated: Scalars['DateTime']['output'];
|
|
40419
39800
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentUnion>;
|
|
40420
39801
|
};
|
|
40421
|
-
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary
|
|
39802
|
+
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary;
|
|
40422
39803
|
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
40423
39804
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection';
|
|
40424
39805
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagEdge>>>;
|
|
@@ -40699,90 +40080,6 @@ export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseEdge =
|
|
|
40699
40080
|
};
|
|
40700
40081
|
export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion = JiraIssue;
|
|
40701
40082
|
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;
|
|
40786
40083
|
export declare type GraphStoreSimplifiedUserAuthoredPrConnection = HasPageInfo & {
|
|
40787
40084
|
__typename?: 'GraphStoreSimplifiedUserAuthoredPrConnection';
|
|
40788
40085
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrEdge>>>;
|
|
@@ -40811,34 +40108,6 @@ export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
|
|
|
40811
40108
|
};
|
|
40812
40109
|
export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40813
40110
|
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;
|
|
40842
40111
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
40843
40112
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection';
|
|
40844
40113
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge>>>;
|
|
@@ -40895,90 +40164,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseEdge = {
|
|
|
40895
40164
|
};
|
|
40896
40165
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
40897
40166
|
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;
|
|
40982
40167
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
40983
40168
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
40984
40169
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -41067,34 +40252,6 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
41067
40252
|
};
|
|
41068
40253
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41069
40254
|
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;
|
|
41098
40255
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
41099
40256
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
41100
40257
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -41123,118 +40280,6 @@ export declare type GraphStoreSimplifiedUserMergedPullRequestInverseEdge = {
|
|
|
41123
40280
|
};
|
|
41124
40281
|
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41125
40282
|
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;
|
|
41238
40283
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
41239
40284
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
41240
40285
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -41267,34 +40312,6 @@ export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
|
|
|
41267
40312
|
};
|
|
41268
40313
|
export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41269
40314
|
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;
|
|
41298
40315
|
export declare type GraphStoreSimplifiedUserReportsIssueConnection = HasPageInfo & {
|
|
41299
40316
|
__typename?: 'GraphStoreSimplifiedUserReportsIssueConnection';
|
|
41300
40317
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportsIssueEdge>>>;
|
|
@@ -41351,34 +40368,6 @@ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
|
|
|
41351
40368
|
};
|
|
41352
40369
|
export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41353
40370
|
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
40371
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
41383
40372
|
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection';
|
|
41384
40373
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostEdge>>>;
|
|
@@ -41575,21 +40564,6 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
41575
40564
|
};
|
|
41576
40565
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41577
40566
|
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
|
-
};
|
|
41593
40567
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
41594
40568
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
|
|
41595
40569
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseEdge>>>;
|
|
@@ -41606,7 +40580,6 @@ export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseEdge = {
|
|
|
41606
40580
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseUnion>;
|
|
41607
40581
|
};
|
|
41608
40582
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseUnion = JiraVersion;
|
|
41609
|
-
export declare type GraphStoreSimplifiedVersionAssociatedBranchUnion = ExternalBranch;
|
|
41610
40583
|
export declare type GraphStoreSimplifiedVersionAssociatedBuildConnection = HasPageInfo & HasTotal & {
|
|
41611
40584
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBuildConnection';
|
|
41612
40585
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBuildEdge>>>;
|
|
@@ -41702,7 +40675,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseEdge =
|
|
|
41702
40675
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion>;
|
|
41703
40676
|
};
|
|
41704
40677
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion = JiraVersion;
|
|
41705
|
-
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary
|
|
40678
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary;
|
|
41706
40679
|
export declare type GraphStoreSimplifiedVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
41707
40680
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignConnection';
|
|
41708
40681
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignEdge>>>;
|
|
@@ -41827,19 +40800,6 @@ export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseEdge
|
|
|
41827
40800
|
};
|
|
41828
40801
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseUnion = JiraVersion;
|
|
41829
40802
|
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
|
-
};
|
|
41843
40803
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
41844
40804
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection';
|
|
41845
40805
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge>>>;
|
|
@@ -41854,7 +40814,6 @@ export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge =
|
|
|
41854
40814
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseUnion>;
|
|
41855
40815
|
};
|
|
41856
40816
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseUnion = JiraVersion;
|
|
41857
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
41858
40817
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
41859
40818
|
__typename?: 'GraphStoreSimplifiedVersionUserAssociatedFeatureFlagConnection';
|
|
41860
40819
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionUserAssociatedFeatureFlagEdge>>>;
|
|
@@ -42283,36 +41242,15 @@ export declare type GraphStoreTestPerfhammerMaterializationSortInput = {
|
|
|
42283
41242
|
export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
|
|
42284
41243
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42285
41244
|
};
|
|
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
|
-
};
|
|
42295
41245
|
export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
42296
41246
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42297
41247
|
};
|
|
42298
|
-
export declare type GraphStoreUserCreatedBranchSortInput = {
|
|
42299
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42300
|
-
};
|
|
42301
41248
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
42302
41249
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42303
41250
|
};
|
|
42304
41251
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
42305
41252
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42306
41253
|
};
|
|
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
|
-
};
|
|
42316
41254
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
42317
41255
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
42318
41256
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -42325,42 +41263,21 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
42325
41263
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
42326
41264
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42327
41265
|
};
|
|
42328
|
-
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
42329
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42330
|
-
};
|
|
42331
41266
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
42332
41267
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42333
41268
|
};
|
|
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
|
-
};
|
|
42346
41269
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
42347
41270
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
42348
41271
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
42349
41272
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42350
41273
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
42351
41274
|
};
|
|
42352
|
-
export declare type GraphStoreUserReportedIncidentSortInput = {
|
|
42353
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42354
|
-
};
|
|
42355
41275
|
export declare type GraphStoreUserReportsIssueSortInput = {
|
|
42356
41276
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42357
41277
|
};
|
|
42358
41278
|
export declare type GraphStoreUserReviewsPrSortInput = {
|
|
42359
41279
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42360
41280
|
};
|
|
42361
|
-
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
42362
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42363
|
-
};
|
|
42364
41281
|
export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
|
|
42365
41282
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
42366
41283
|
};
|
|
@@ -43732,7 +42649,6 @@ export declare type HelpLayout = Node & {
|
|
|
43732
42649
|
id: Scalars['ID']['output'];
|
|
43733
42650
|
reloadOnPublish?: Maybe<Scalars['Boolean']['output']>;
|
|
43734
42651
|
sections?: Maybe<HelpLayoutSectionConnection>;
|
|
43735
|
-
type?: Maybe<HelpLayoutType>;
|
|
43736
42652
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
43737
42653
|
};
|
|
43738
42654
|
export declare type HelpLayoutSectionsArgs = {
|
|
@@ -43889,7 +42805,6 @@ export declare type HelpLayoutCreatePayload = Payload & {
|
|
|
43889
42805
|
export declare type HelpLayoutCreationInput = {
|
|
43890
42806
|
parentAri: Scalars['ID']['input'];
|
|
43891
42807
|
sections: Array<HelpLayoutSectionInput>;
|
|
43892
|
-
type?: InputMaybe<HelpLayoutType>;
|
|
43893
42808
|
};
|
|
43894
42809
|
export declare type HelpLayoutEditorElement = HelpLayoutVisualEntity & Node & {
|
|
43895
42810
|
__typename?: 'HelpLayoutEditorElement';
|
|
@@ -44169,17 +43084,12 @@ export declare type HelpLayoutQueryApi = {
|
|
|
44169
43084
|
__typename?: 'HelpLayoutQueryApi';
|
|
44170
43085
|
elementTypes?: Maybe<Array<HelpLayoutElementType>>;
|
|
44171
43086
|
layout?: Maybe<HelpLayoutResult>;
|
|
44172
|
-
layoutByParentId?: Maybe<HelpLayoutResult>;
|
|
44173
43087
|
mediaConfig?: Maybe<HelpLayoutMediaConfig>;
|
|
44174
43088
|
};
|
|
44175
43089
|
export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
44176
43090
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
44177
43091
|
id: Scalars['ID']['input'];
|
|
44178
43092
|
};
|
|
44179
|
-
export declare type HelpLayoutQueryApiLayoutByParentIdArgs = {
|
|
44180
|
-
filter?: InputMaybe<HelpLayoutFilter>;
|
|
44181
|
-
parentAri: Scalars['ID']['input'];
|
|
44182
|
-
};
|
|
44183
43093
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
44184
43094
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
44185
43095
|
parentAri: Scalars['ID']['input'];
|
|
@@ -44306,10 +43216,6 @@ export declare type HelpLayoutTopicsListInput = {
|
|
|
44306
43216
|
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
44307
43217
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
44308
43218
|
};
|
|
44309
|
-
export declare enum HelpLayoutType {
|
|
44310
|
-
CustomPage = "CUSTOM_PAGE",
|
|
44311
|
-
HomePage = "HOME_PAGE"
|
|
44312
|
-
}
|
|
44313
43219
|
export declare type HelpLayoutUpdateInput = {
|
|
44314
43220
|
layoutId: Scalars['ID']['input'];
|
|
44315
43221
|
sections: Array<HelpLayoutSectionInput>;
|
|
@@ -51816,9 +50722,6 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
51816
50722
|
User = "USER",
|
|
51817
50723
|
Version = "VERSION"
|
|
51818
50724
|
}
|
|
51819
|
-
export declare type JiraJqlBoardInput = {
|
|
51820
|
-
boardId?: InputMaybe<Scalars['Long']['input']>;
|
|
51821
|
-
};
|
|
51822
50725
|
export declare type JiraJqlBuilder = {
|
|
51823
50726
|
__typename?: 'JiraJqlBuilder';
|
|
51824
50727
|
cascadingSelectValues?: Maybe<JiraJqlCascadingOptionFieldValueConnection>;
|
|
@@ -51851,7 +50754,6 @@ export declare type JiraJqlBuilderFieldValuesArgs = {
|
|
|
51851
50754
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
51852
50755
|
jqlTerm: Scalars['String']['input'];
|
|
51853
50756
|
projectOptions?: InputMaybe<JiraProjectOptions>;
|
|
51854
|
-
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
51855
50757
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
51856
50758
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
51857
50759
|
};
|
|
@@ -52208,9 +51110,6 @@ export declare type JiraJqlResolutionFieldValue = JiraJqlFieldValue & {
|
|
|
52208
51110
|
jqlTerm: Scalars['String']['output'];
|
|
52209
51111
|
resolution?: Maybe<JiraResolution>;
|
|
52210
51112
|
};
|
|
52211
|
-
export declare type JiraJqlScopeInput = {
|
|
52212
|
-
board?: InputMaybe<JiraJqlBoardInput>;
|
|
52213
|
-
};
|
|
52214
51113
|
export declare type JiraJqlSearchTemplate = {
|
|
52215
51114
|
__typename?: 'JiraJqlSearchTemplate';
|
|
52216
51115
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -54793,7 +53692,6 @@ export declare type JiraProject = Node & {
|
|
|
54793
53692
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
54794
53693
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
54795
53694
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
54796
|
-
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
54797
53695
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
54798
53696
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
54799
53697
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
@@ -54913,10 +53811,6 @@ export declare type JiraProjectRepositoriesArgs = {
|
|
|
54913
53811
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54914
53812
|
sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
|
|
54915
53813
|
};
|
|
54916
|
-
export declare type JiraProjectRequestTypesArgs = {
|
|
54917
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
54918
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54919
|
-
};
|
|
54920
53814
|
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
|
|
54921
53815
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
54922
53816
|
filter?: InputMaybe<DevOpsServicesFilterInput>;
|
|
@@ -60238,7 +59132,6 @@ export declare type JiraUserPreferences = {
|
|
|
60238
59132
|
issueViewTimestampDisplayMode?: Maybe<JiraIssueViewTimestampDisplayMode>;
|
|
60239
59133
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
60240
59134
|
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
60241
|
-
requestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
60242
59135
|
showDateFieldAssociationMessageByIssueKey?: Maybe<Scalars['Boolean']['output']>;
|
|
60243
59136
|
};
|
|
60244
59137
|
export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProjectArgs = {
|
|
@@ -60247,16 +59140,12 @@ export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProject
|
|
|
60247
59140
|
export declare type JiraUserPreferencesIssueViewPinnedFieldsArgs = {
|
|
60248
59141
|
projectKey: Scalars['String']['input'];
|
|
60249
59142
|
};
|
|
60250
|
-
export declare type JiraUserPreferencesRequestTypeTableViewSettingsArgs = {
|
|
60251
|
-
projectKey: Scalars['String']['input'];
|
|
60252
|
-
};
|
|
60253
59143
|
export declare type JiraUserPreferencesShowDateFieldAssociationMessageByIssueKeyArgs = {
|
|
60254
59144
|
issueKey: Scalars['String']['input'];
|
|
60255
59145
|
};
|
|
60256
59146
|
export declare type JiraUserPreferencesMutation = {
|
|
60257
59147
|
__typename?: 'JiraUserPreferencesMutation';
|
|
60258
59148
|
dismissDateFieldAssociationMessageByIssueKey?: Maybe<JiraDateFieldAssociationMessageMutationPayload>;
|
|
60259
|
-
saveRequestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
60260
59149
|
setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
|
|
60261
59150
|
setJQLBuilderSearchMode?: Maybe<JiraJqlBuilderSearchModeMutationPayload>;
|
|
60262
59151
|
setNaturalLanguageSpotlightTourEnabled?: Maybe<JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload>;
|
|
@@ -60265,10 +59154,6 @@ export declare type JiraUserPreferencesMutation = {
|
|
|
60265
59154
|
export declare type JiraUserPreferencesMutationDismissDateFieldAssociationMessageByIssueKeyArgs = {
|
|
60266
59155
|
issueKey: Scalars['String']['input'];
|
|
60267
59156
|
};
|
|
60268
|
-
export declare type JiraUserPreferencesMutationSaveRequestTypeTableViewSettingsArgs = {
|
|
60269
|
-
projectKey: Scalars['String']['input'];
|
|
60270
|
-
viewSettings: Scalars['String']['input'];
|
|
60271
|
-
};
|
|
60272
59157
|
export declare type JiraUserPreferencesMutationSetIssueNavigatorSearchLayoutArgs = {
|
|
60273
59158
|
searchLayout?: InputMaybe<JiraIssueNavigatorSearchLayout>;
|
|
60274
59159
|
};
|
|
@@ -62761,15 +61646,6 @@ export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
|
62761
61646
|
Person = "PERSON",
|
|
62762
61647
|
Team = "TEAM"
|
|
62763
61648
|
}
|
|
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
|
-
}
|
|
62773
61649
|
export declare type KnowledgeDiscoverySearchRelatedEntities = {
|
|
62774
61650
|
__typename?: 'KnowledgeDiscoverySearchRelatedEntities';
|
|
62775
61651
|
entityGroups?: Maybe<Array<Maybe<KnowledgeDiscoveryEntityGroup>>>;
|
|
@@ -62778,7 +61654,6 @@ export declare type KnowledgeDiscoverySearchRelatedEntitiesResult = KnowledgeDis
|
|
|
62778
61654
|
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
62779
61655
|
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
62780
61656
|
route: KnowledgeDiscoverySearchQueryClassification;
|
|
62781
|
-
subTypes?: Maybe<Array<Maybe<KnowledgeDiscoverySearchQueryClassificationSubtype>>>;
|
|
62782
61657
|
transformedQuery: Scalars['String']['output'];
|
|
62783
61658
|
};
|
|
62784
61659
|
export declare type KnowledgeDiscoverySmartAnswersRouteResult = KnowledgeDiscoverySmartAnswersRoute | QueryError;
|
|
@@ -64331,17 +63206,6 @@ export declare type MarketplaceConsoleProductListing = {
|
|
|
64331
63206
|
vendorId: Scalars['String']['output'];
|
|
64332
63207
|
vendorLinks?: Maybe<MarketplaceConsoleVendorLinks>;
|
|
64333
63208
|
};
|
|
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
|
-
};
|
|
64345
63209
|
export declare type MarketplaceConsoleProductListingTags = {
|
|
64346
63210
|
__typename?: 'MarketplaceConsoleProductListingTags';
|
|
64347
63211
|
category?: Maybe<Array<Maybe<MarketplaceConsoleTagsContent>>>;
|
|
@@ -64389,7 +63253,6 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
64389
63253
|
parentProductPricing?: Maybe<MarketplaceConsoleParentSoftwarePricing>;
|
|
64390
63254
|
parentSoftwares: Array<MarketplaceConsoleParentSoftware>;
|
|
64391
63255
|
product?: Maybe<MarketplaceConsoleProduct>;
|
|
64392
|
-
productListingAdditionalChecks?: Maybe<MarketplaceConsoleProductListingAdditionalChecks>;
|
|
64393
63256
|
productListingByAppId?: Maybe<MarketplaceConsoleProductListing>;
|
|
64394
63257
|
productMetadataByAppId?: Maybe<MarketplaceConsoleProductMetadata>;
|
|
64395
63258
|
productTags?: Maybe<MarketplaceConsoleProductTags>;
|
|
@@ -64449,9 +63312,6 @@ export declare type MarketplaceConsoleQueryApiProductArgs = {
|
|
|
64449
63312
|
appKey: Scalars['ID']['input'];
|
|
64450
63313
|
productId: Scalars['ID']['input'];
|
|
64451
63314
|
};
|
|
64452
|
-
export declare type MarketplaceConsoleQueryApiProductListingAdditionalChecksArgs = {
|
|
64453
|
-
productListingAdditionalChecksInput: MarketplaceConsoleProductListingAdditionalChecksInput;
|
|
64454
|
-
};
|
|
64455
63315
|
export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
|
|
64456
63316
|
appId: Scalars['ID']['input'];
|
|
64457
63317
|
productId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -64951,10 +63811,6 @@ export declare type MarketplaceStoreHomePageSectionScreenSpecificProperties = {
|
|
|
64951
63811
|
md: MarketplaceStoreHomePageSectionScreenConfig;
|
|
64952
63812
|
sm: MarketplaceStoreHomePageSectionScreenConfig;
|
|
64953
63813
|
};
|
|
64954
|
-
export declare enum MarketplaceStoreHostInstanceType {
|
|
64955
|
-
Production = "PRODUCTION",
|
|
64956
|
-
Sandbox = "SANDBOX"
|
|
64957
|
-
}
|
|
64958
63814
|
export declare type MarketplaceStoreHostLicense = {
|
|
64959
63815
|
__typename?: 'MarketplaceStoreHostLicense';
|
|
64960
63816
|
autoRenewal: Scalars['Boolean']['output'];
|
|
@@ -64967,10 +63823,8 @@ export declare type MarketplaceStoreHostLicense = {
|
|
|
64967
63823
|
export declare type MarketplaceStoreHostStatusResponse = {
|
|
64968
63824
|
__typename?: 'MarketplaceStoreHostStatusResponse';
|
|
64969
63825
|
billingCurrency: Scalars['String']['output'];
|
|
64970
|
-
|
|
64971
|
-
hostCmtEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
63826
|
+
hostCmtEnabled: Scalars['Boolean']['output'];
|
|
64972
63827
|
hostLicense: MarketplaceStoreHostLicense;
|
|
64973
|
-
instanceType: MarketplaceStoreHostInstanceType;
|
|
64974
63828
|
pacUnavailable: Scalars['Boolean']['output'];
|
|
64975
63829
|
upmLicensedHostUsers: Scalars['Int']['output'];
|
|
64976
63830
|
};
|
|
@@ -65002,11 +63856,8 @@ export declare enum MarketplaceStoreInstallationTargetProduct {
|
|
|
65002
63856
|
}
|
|
65003
63857
|
export declare type MarketplaceStoreInstalledAppDetailsResponse = {
|
|
65004
63858
|
__typename?: 'MarketplaceStoreInstalledAppDetailsResponse';
|
|
65005
|
-
|
|
65006
|
-
|
|
65007
|
-
licenseActive: Scalars['Boolean']['output'];
|
|
65008
|
-
licenseExpiryDate?: Maybe<Scalars['String']['output']>;
|
|
65009
|
-
paidLicenseActiveOnParent: Scalars['Boolean']['output'];
|
|
63859
|
+
installed?: Maybe<Scalars['Boolean']['output']>;
|
|
63860
|
+
licenseActive?: Maybe<Scalars['Boolean']['output']>;
|
|
65010
63861
|
};
|
|
65011
63862
|
export declare type MarketplaceStoreLoggedInUser = {
|
|
65012
63863
|
__typename?: 'MarketplaceStoreLoggedInUser';
|
|
@@ -65578,7 +64429,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
65578
64429
|
allocations?: Maybe<MercuryFocusAreaAllocations>;
|
|
65579
64430
|
ari: Scalars['String']['output'];
|
|
65580
64431
|
createdDate: Scalars['String']['output'];
|
|
65581
|
-
externalId?: Maybe<Scalars['String']['output']>;
|
|
65582
64432
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
65583
64433
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
65584
64434
|
focusAreaType: MercuryFocusAreaType;
|
|
@@ -66335,7 +65185,6 @@ export declare type MercuryQueryApi = {
|
|
|
66335
65185
|
focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
|
|
66336
65186
|
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
66337
65187
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
66338
|
-
focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
|
|
66339
65188
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
66340
65189
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
66341
65190
|
forYouFocusAreaActivityHistory?: Maybe<MercuryForYouFocusAreaActivityHistory>;
|
|
@@ -66397,9 +65246,6 @@ export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
|
66397
65246
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
66398
65247
|
cloudId: Scalars['ID']['input'];
|
|
66399
65248
|
};
|
|
66400
|
-
export declare type MercuryQueryApiFocusAreaTypesByArisArgs = {
|
|
66401
|
-
ids: Array<Scalars['ID']['input']>;
|
|
66402
|
-
};
|
|
66403
65249
|
export declare type MercuryQueryApiFocusAreasArgs = {
|
|
66404
65250
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
66405
65251
|
cloudId: Scalars['ID']['input'];
|
|
@@ -74193,11 +73039,9 @@ export declare type QuerySpacesWithExemptionsArgs = {
|
|
|
74193
73039
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
74194
73040
|
};
|
|
74195
73041
|
export declare type QuerySqlSchemaSizeLogArgs = {
|
|
74196
|
-
appId: Scalars['ID']['input'];
|
|
74197
73042
|
installationId: Scalars['ID']['input'];
|
|
74198
73043
|
};
|
|
74199
73044
|
export declare type QuerySqlSlowQueryLogsArgs = {
|
|
74200
|
-
appId: Scalars['ID']['input'];
|
|
74201
73045
|
installationId: Scalars['ID']['input'];
|
|
74202
73046
|
interval: QueryInterval;
|
|
74203
73047
|
queryType: Array<QueryType>;
|
|
@@ -74686,7 +73530,6 @@ export declare type RadarWorkspace = {
|
|
|
74686
73530
|
__typename?: 'RadarWorkspace';
|
|
74687
73531
|
entityId: Scalars['ID']['output'];
|
|
74688
73532
|
focusAreaFields: Array<RadarFieldDefinition>;
|
|
74689
|
-
focusAreaTypeFields: Array<RadarFieldDefinition>;
|
|
74690
73533
|
functions: Array<RadarFunction>;
|
|
74691
73534
|
id: Scalars['ID']['output'];
|
|
74692
73535
|
positionFields: Array<RadarFieldDefinition>;
|
|
@@ -81994,26 +80837,18 @@ export declare type TrelloAttachmentConnection = {
|
|
|
81994
80837
|
nodes?: Maybe<Array<TrelloAttachment>>;
|
|
81995
80838
|
pageInfo: PageInfo;
|
|
81996
80839
|
};
|
|
81997
|
-
export declare type TrelloAttachmentConnectionUpdated = {
|
|
81998
|
-
__typename?: 'TrelloAttachmentConnectionUpdated';
|
|
81999
|
-
edges?: Maybe<Array<TrelloAttachmentEdgeUpdated>>;
|
|
82000
|
-
};
|
|
82001
80840
|
export declare type TrelloAttachmentEdge = {
|
|
82002
80841
|
__typename?: 'TrelloAttachmentEdge';
|
|
82003
80842
|
cursor: Scalars['String']['output'];
|
|
82004
80843
|
node: TrelloAttachment;
|
|
82005
80844
|
};
|
|
82006
|
-
export declare type TrelloAttachmentEdgeUpdated = {
|
|
82007
|
-
__typename?: 'TrelloAttachmentEdgeUpdated';
|
|
82008
|
-
node: TrelloAttachment;
|
|
82009
|
-
};
|
|
82010
80845
|
export declare type TrelloBoard = Node & {
|
|
82011
80846
|
__typename?: 'TrelloBoard';
|
|
82012
80847
|
closed: Scalars['Boolean']['output'];
|
|
82013
80848
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
82014
80849
|
creator?: Maybe<TrelloMember>;
|
|
82015
80850
|
customFields?: Maybe<TrelloCustomFieldConnection>;
|
|
82016
|
-
description?: Maybe<
|
|
80851
|
+
description?: Maybe<TrelloDescription>;
|
|
82017
80852
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
82018
80853
|
enterpriseOwned: Scalars['Boolean']['output'];
|
|
82019
80854
|
galleryInfo?: Maybe<TrelloTemplateGalleryItemInfo>;
|
|
@@ -82207,7 +81042,6 @@ export declare type TrelloBoardPrefs = {
|
|
|
82207
81042
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
82208
81043
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
82209
81044
|
selfJoin?: Maybe<Scalars['Boolean']['output']>;
|
|
82210
|
-
showCompleteStatus?: Maybe<Scalars['Boolean']['output']>;
|
|
82211
81045
|
switcherViews?: Maybe<Array<Maybe<TrelloSwitcherViewsInfo>>>;
|
|
82212
81046
|
voting?: Maybe<Scalars['String']['output']>;
|
|
82213
81047
|
};
|
|
@@ -82231,7 +81065,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
82231
81065
|
__typename?: 'TrelloBoardUpdated';
|
|
82232
81066
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
82233
81067
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
82234
|
-
description?: Maybe<
|
|
81068
|
+
description?: Maybe<TrelloDescription>;
|
|
82235
81069
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
82236
81070
|
id?: Maybe<Scalars['ID']['output']>;
|
|
82237
81071
|
labels?: Maybe<TrelloLabelConnectionUpdated>;
|
|
@@ -82292,7 +81126,7 @@ export declare type TrelloCard = Node & {
|
|
|
82292
81126
|
cover?: Maybe<TrelloCardCover>;
|
|
82293
81127
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
82294
81128
|
customFieldItems?: Maybe<TrelloCustomFieldItemConnection>;
|
|
82295
|
-
description?: Maybe<
|
|
81129
|
+
description?: Maybe<TrelloDescription>;
|
|
82296
81130
|
due?: Maybe<TrelloCardDueInfo>;
|
|
82297
81131
|
id: Scalars['ID']['output'];
|
|
82298
81132
|
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -82478,9 +81312,7 @@ export declare enum TrelloCardRole {
|
|
|
82478
81312
|
}
|
|
82479
81313
|
export declare type TrelloCardUpdated = {
|
|
82480
81314
|
__typename?: 'TrelloCardUpdated';
|
|
82481
|
-
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
82482
81315
|
badges?: Maybe<TrelloCardBadges>;
|
|
82483
|
-
checklists?: Maybe<TrelloChecklistConnectionUpdated>;
|
|
82484
81316
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
82485
81317
|
cover?: Maybe<TrelloCardCoverUpdated>;
|
|
82486
81318
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
@@ -82508,8 +81340,7 @@ export declare type TrelloCardViewer = {
|
|
|
82508
81340
|
};
|
|
82509
81341
|
export declare type TrelloCheckItem = {
|
|
82510
81342
|
__typename?: 'TrelloCheckItem';
|
|
82511
|
-
|
|
82512
|
-
name?: Maybe<TrelloUserGeneratedText>;
|
|
81343
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
82513
81344
|
objectId: Scalars['ID']['output'];
|
|
82514
81345
|
position?: Maybe<Scalars['Float']['output']>;
|
|
82515
81346
|
state?: Maybe<TrelloCheckItemState>;
|
|
@@ -82520,24 +81351,11 @@ export declare type TrelloCheckItemConnection = {
|
|
|
82520
81351
|
nodes?: Maybe<Array<TrelloCheckItem>>;
|
|
82521
81352
|
pageInfo: PageInfo;
|
|
82522
81353
|
};
|
|
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
81354
|
export declare type TrelloCheckItemEdge = {
|
|
82533
81355
|
__typename?: 'TrelloCheckItemEdge';
|
|
82534
81356
|
cursor: Scalars['String']['output'];
|
|
82535
81357
|
node: TrelloCheckItem;
|
|
82536
81358
|
};
|
|
82537
|
-
export declare type TrelloCheckItemEdgeUpdated = {
|
|
82538
|
-
__typename?: 'TrelloCheckItemEdgeUpdated';
|
|
82539
|
-
node: TrelloCheckItem;
|
|
82540
|
-
};
|
|
82541
81359
|
export declare enum TrelloCheckItemState {
|
|
82542
81360
|
Complete = "COMPLETE",
|
|
82543
81361
|
Incomplete = "INCOMPLETE"
|
|
@@ -82561,26 +81379,11 @@ export declare type TrelloChecklistConnection = {
|
|
|
82561
81379
|
nodes?: Maybe<Array<TrelloChecklist>>;
|
|
82562
81380
|
pageInfo: PageInfo;
|
|
82563
81381
|
};
|
|
82564
|
-
export declare type TrelloChecklistConnectionUpdated = {
|
|
82565
|
-
__typename?: 'TrelloChecklistConnectionUpdated';
|
|
82566
|
-
edges?: Maybe<Array<TrelloChecklistEdgeUpdated>>;
|
|
82567
|
-
};
|
|
82568
81382
|
export declare type TrelloChecklistEdge = {
|
|
82569
81383
|
__typename?: 'TrelloChecklistEdge';
|
|
82570
81384
|
cursor: Scalars['String']['output'];
|
|
82571
81385
|
node: TrelloChecklist;
|
|
82572
81386
|
};
|
|
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
|
-
};
|
|
82584
81387
|
export declare type TrelloCreateCardInput = {
|
|
82585
81388
|
listId: Scalars['ID']['input'];
|
|
82586
81389
|
name: Scalars['String']['input'];
|
|
@@ -82702,6 +81505,35 @@ export declare type TrelloDeletePlannerCalendarEventPayload = Payload & {
|
|
|
82702
81505
|
event?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
82703
81506
|
success: Scalars['Boolean']['output'];
|
|
82704
81507
|
};
|
|
81508
|
+
export declare type TrelloDescription = {
|
|
81509
|
+
__typename?: 'TrelloDescription';
|
|
81510
|
+
customData?: Maybe<TrelloDescriptionData>;
|
|
81511
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
81512
|
+
};
|
|
81513
|
+
export declare type TrelloDescriptionCustomEmoji = {
|
|
81514
|
+
__typename?: 'TrelloDescriptionCustomEmoji';
|
|
81515
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
81516
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
81517
|
+
};
|
|
81518
|
+
export declare type TrelloDescriptionCustomEmojiConnection = {
|
|
81519
|
+
__typename?: 'TrelloDescriptionCustomEmojiConnection';
|
|
81520
|
+
edges?: Maybe<Array<TrelloDescriptionCustomEmojiEdge>>;
|
|
81521
|
+
nodes?: Maybe<Array<TrelloDescriptionCustomEmoji>>;
|
|
81522
|
+
pageInfo: PageInfo;
|
|
81523
|
+
};
|
|
81524
|
+
export declare type TrelloDescriptionCustomEmojiEdge = {
|
|
81525
|
+
__typename?: 'TrelloDescriptionCustomEmojiEdge';
|
|
81526
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
81527
|
+
node?: Maybe<TrelloDescriptionCustomEmoji>;
|
|
81528
|
+
};
|
|
81529
|
+
export declare type TrelloDescriptionData = {
|
|
81530
|
+
__typename?: 'TrelloDescriptionData';
|
|
81531
|
+
emojis?: Maybe<TrelloDescriptionCustomEmojiConnection>;
|
|
81532
|
+
};
|
|
81533
|
+
export declare type TrelloDescriptionDataEmojisArgs = {
|
|
81534
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
81535
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
81536
|
+
};
|
|
82705
81537
|
export declare type TrelloEditPlannerCalendarEventInput = {
|
|
82706
81538
|
event: TrelloEditPlannerCalendarEventOptions;
|
|
82707
81539
|
plannerCalendarId: Scalars['ID']['input'];
|
|
@@ -83632,10 +82464,6 @@ export declare type TrelloUploadedBackground = {
|
|
|
83632
82464
|
__typename?: 'TrelloUploadedBackground';
|
|
83633
82465
|
objectId: Scalars['ID']['output'];
|
|
83634
82466
|
};
|
|
83635
|
-
export declare type TrelloUserGeneratedText = {
|
|
83636
|
-
__typename?: 'TrelloUserGeneratedText';
|
|
83637
|
-
text?: Maybe<Scalars['String']['output']>;
|
|
83638
|
-
};
|
|
83639
82467
|
export declare type TrelloWatchCardInput = {
|
|
83640
82468
|
cardId: Scalars['ID']['input'];
|
|
83641
82469
|
};
|