graphlit-client 1.0.20251103002 → 1.0.20251103004
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.
|
@@ -1409,7 +1409,20 @@ export const GetContent = gql `
|
|
|
1409
1409
|
pullRequestNumber
|
|
1410
1410
|
authorDate
|
|
1411
1411
|
committerDate
|
|
1412
|
+
authors {
|
|
1413
|
+
name
|
|
1414
|
+
email
|
|
1415
|
+
givenName
|
|
1416
|
+
familyName
|
|
1417
|
+
}
|
|
1418
|
+
committers {
|
|
1419
|
+
name
|
|
1420
|
+
email
|
|
1421
|
+
givenName
|
|
1422
|
+
familyName
|
|
1423
|
+
}
|
|
1412
1424
|
labels
|
|
1425
|
+
links
|
|
1413
1426
|
}
|
|
1414
1427
|
pullRequest {
|
|
1415
1428
|
identifier
|
|
@@ -1427,7 +1440,20 @@ export const GetContent = gql `
|
|
|
1427
1440
|
filesChanged
|
|
1428
1441
|
additions
|
|
1429
1442
|
deletions
|
|
1443
|
+
authors {
|
|
1444
|
+
name
|
|
1445
|
+
email
|
|
1446
|
+
givenName
|
|
1447
|
+
familyName
|
|
1448
|
+
}
|
|
1449
|
+
reviewers {
|
|
1450
|
+
name
|
|
1451
|
+
email
|
|
1452
|
+
givenName
|
|
1453
|
+
familyName
|
|
1454
|
+
}
|
|
1430
1455
|
labels
|
|
1456
|
+
links
|
|
1431
1457
|
}
|
|
1432
1458
|
message {
|
|
1433
1459
|
identifier
|
|
@@ -2210,7 +2236,20 @@ export const LookupContents = gql `
|
|
|
2210
2236
|
pullRequestNumber
|
|
2211
2237
|
authorDate
|
|
2212
2238
|
committerDate
|
|
2239
|
+
authors {
|
|
2240
|
+
name
|
|
2241
|
+
email
|
|
2242
|
+
givenName
|
|
2243
|
+
familyName
|
|
2244
|
+
}
|
|
2245
|
+
committers {
|
|
2246
|
+
name
|
|
2247
|
+
email
|
|
2248
|
+
givenName
|
|
2249
|
+
familyName
|
|
2250
|
+
}
|
|
2213
2251
|
labels
|
|
2252
|
+
links
|
|
2214
2253
|
}
|
|
2215
2254
|
pullRequest {
|
|
2216
2255
|
identifier
|
|
@@ -2228,7 +2267,20 @@ export const LookupContents = gql `
|
|
|
2228
2267
|
filesChanged
|
|
2229
2268
|
additions
|
|
2230
2269
|
deletions
|
|
2270
|
+
authors {
|
|
2271
|
+
name
|
|
2272
|
+
email
|
|
2273
|
+
givenName
|
|
2274
|
+
familyName
|
|
2275
|
+
}
|
|
2276
|
+
reviewers {
|
|
2277
|
+
name
|
|
2278
|
+
email
|
|
2279
|
+
givenName
|
|
2280
|
+
familyName
|
|
2281
|
+
}
|
|
2231
2282
|
labels
|
|
2283
|
+
links
|
|
2232
2284
|
}
|
|
2233
2285
|
message {
|
|
2234
2286
|
identifier
|
|
@@ -2848,7 +2900,20 @@ export const QueryContents = gql `
|
|
|
2848
2900
|
pullRequestNumber
|
|
2849
2901
|
authorDate
|
|
2850
2902
|
committerDate
|
|
2903
|
+
authors {
|
|
2904
|
+
name
|
|
2905
|
+
email
|
|
2906
|
+
givenName
|
|
2907
|
+
familyName
|
|
2908
|
+
}
|
|
2909
|
+
committers {
|
|
2910
|
+
name
|
|
2911
|
+
email
|
|
2912
|
+
givenName
|
|
2913
|
+
familyName
|
|
2914
|
+
}
|
|
2851
2915
|
labels
|
|
2916
|
+
links
|
|
2852
2917
|
}
|
|
2853
2918
|
pullRequest {
|
|
2854
2919
|
identifier
|
|
@@ -2866,7 +2931,20 @@ export const QueryContents = gql `
|
|
|
2866
2931
|
filesChanged
|
|
2867
2932
|
additions
|
|
2868
2933
|
deletions
|
|
2934
|
+
authors {
|
|
2935
|
+
name
|
|
2936
|
+
email
|
|
2937
|
+
givenName
|
|
2938
|
+
familyName
|
|
2939
|
+
}
|
|
2940
|
+
reviewers {
|
|
2941
|
+
name
|
|
2942
|
+
email
|
|
2943
|
+
givenName
|
|
2944
|
+
familyName
|
|
2945
|
+
}
|
|
2869
2946
|
labels
|
|
2947
|
+
links
|
|
2870
2948
|
}
|
|
2871
2949
|
message {
|
|
2872
2950
|
identifier
|
|
@@ -3222,7 +3300,20 @@ export const QueryContentsObservations = gql `
|
|
|
3222
3300
|
pullRequestNumber
|
|
3223
3301
|
authorDate
|
|
3224
3302
|
committerDate
|
|
3303
|
+
authors {
|
|
3304
|
+
name
|
|
3305
|
+
email
|
|
3306
|
+
givenName
|
|
3307
|
+
familyName
|
|
3308
|
+
}
|
|
3309
|
+
committers {
|
|
3310
|
+
name
|
|
3311
|
+
email
|
|
3312
|
+
givenName
|
|
3313
|
+
familyName
|
|
3314
|
+
}
|
|
3225
3315
|
labels
|
|
3316
|
+
links
|
|
3226
3317
|
}
|
|
3227
3318
|
pullRequest {
|
|
3228
3319
|
identifier
|
|
@@ -3240,7 +3331,20 @@ export const QueryContentsObservations = gql `
|
|
|
3240
3331
|
filesChanged
|
|
3241
3332
|
additions
|
|
3242
3333
|
deletions
|
|
3334
|
+
authors {
|
|
3335
|
+
name
|
|
3336
|
+
email
|
|
3337
|
+
givenName
|
|
3338
|
+
familyName
|
|
3339
|
+
}
|
|
3340
|
+
reviewers {
|
|
3341
|
+
name
|
|
3342
|
+
email
|
|
3343
|
+
givenName
|
|
3344
|
+
familyName
|
|
3345
|
+
}
|
|
3243
3346
|
labels
|
|
3347
|
+
links
|
|
3244
3348
|
}
|
|
3245
3349
|
message {
|
|
3246
3350
|
identifier
|
|
@@ -1781,7 +1781,7 @@ export type CommitFeedProperties = {
|
|
|
1781
1781
|
/** Represents commit feed properties. */
|
|
1782
1782
|
export type CommitFeedPropertiesInput = {
|
|
1783
1783
|
/** GitHub Commits properties. */
|
|
1784
|
-
github?: InputMaybe<
|
|
1784
|
+
github?: InputMaybe<GitHubCommitsFeedPropertiesInput>;
|
|
1785
1785
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
1786
1786
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
1787
1787
|
/** Feed service type. */
|
|
@@ -1790,7 +1790,7 @@ export type CommitFeedPropertiesInput = {
|
|
|
1790
1790
|
/** Represents commit feed properties. */
|
|
1791
1791
|
export type CommitFeedPropertiesUpdateInput = {
|
|
1792
1792
|
/** GitHub Commits properties. */
|
|
1793
|
-
github?: InputMaybe<
|
|
1793
|
+
github?: InputMaybe<GitHubCommitsFeedPropertiesUpdateInput>;
|
|
1794
1794
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
1795
1795
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
1796
1796
|
};
|
|
@@ -1801,10 +1801,14 @@ export type CommitMetadata = {
|
|
|
1801
1801
|
additions?: Maybe<Scalars['Int']['output']>;
|
|
1802
1802
|
/** The commit author date/time. */
|
|
1803
1803
|
authorDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1804
|
+
/** The commit authors. */
|
|
1805
|
+
authors?: Maybe<Array<Maybe<PersonReference>>>;
|
|
1804
1806
|
/** The commit branch. */
|
|
1805
1807
|
branch?: Maybe<Scalars['String']['output']>;
|
|
1806
1808
|
/** The commit committer date/time. */
|
|
1807
1809
|
committerDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1810
|
+
/** The commit committers. */
|
|
1811
|
+
committers?: Maybe<Array<Maybe<PersonReference>>>;
|
|
1808
1812
|
/** The number of lines deleted. */
|
|
1809
1813
|
deletions?: Maybe<Scalars['Int']['output']>;
|
|
1810
1814
|
/** The number of files changed. */
|
|
@@ -4960,6 +4964,44 @@ export type GitHubCommitsFeedProperties = {
|
|
|
4960
4964
|
/** GitHub Enterprise URI, optional. */
|
|
4961
4965
|
uri?: Maybe<Scalars['URL']['output']>;
|
|
4962
4966
|
};
|
|
4967
|
+
/** Represents GitHub Commits feed properties. */
|
|
4968
|
+
export type GitHubCommitsFeedPropertiesInput = {
|
|
4969
|
+
/** GitHub Commits authentication type, defaults to PersonalAccessToken. */
|
|
4970
|
+
authenticationType?: InputMaybe<GitHubCommitAuthenticationTypes>;
|
|
4971
|
+
/** Authentication identifier, for Connector authentication type. */
|
|
4972
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
|
4973
|
+
/** GitHub repository branch, defaults to default branch. */
|
|
4974
|
+
branch?: InputMaybe<Scalars['String']['input']>;
|
|
4975
|
+
/** GitHub personal access token, requires PersonalAccessToken authentication type. */
|
|
4976
|
+
personalAccessToken?: InputMaybe<Scalars['String']['input']>;
|
|
4977
|
+
/** GitHub refresh token, requires OAuth authentication type. */
|
|
4978
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
4979
|
+
/** GitHub repository name. */
|
|
4980
|
+
repositoryName: Scalars['String']['input'];
|
|
4981
|
+
/** GitHub repository owner. */
|
|
4982
|
+
repositoryOwner: Scalars['String']['input'];
|
|
4983
|
+
/** GitHub Enterprise URI, optional. */
|
|
4984
|
+
uri?: InputMaybe<Scalars['URL']['input']>;
|
|
4985
|
+
};
|
|
4986
|
+
/** Represents GitHub Commits feed properties. */
|
|
4987
|
+
export type GitHubCommitsFeedPropertiesUpdateInput = {
|
|
4988
|
+
/** GitHub Commits authentication type. */
|
|
4989
|
+
authenticationType?: InputMaybe<GitHubCommitAuthenticationTypes>;
|
|
4990
|
+
/** Authentication identifier, for Connector authentication type. */
|
|
4991
|
+
authorizationId?: InputMaybe<Scalars['String']['input']>;
|
|
4992
|
+
/** GitHub repository branch. */
|
|
4993
|
+
branch?: InputMaybe<Scalars['String']['input']>;
|
|
4994
|
+
/** GitHub personal access token, requires PersonalAccessToken authentication type. */
|
|
4995
|
+
personalAccessToken?: InputMaybe<Scalars['String']['input']>;
|
|
4996
|
+
/** GitHub refresh token, requires OAuth authentication type. */
|
|
4997
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
4998
|
+
/** GitHub repository name. */
|
|
4999
|
+
repositoryName?: InputMaybe<Scalars['String']['input']>;
|
|
5000
|
+
/** GitHub repository owner. */
|
|
5001
|
+
repositoryOwner?: InputMaybe<Scalars['String']['input']>;
|
|
5002
|
+
/** GitHub Enterprise URI. */
|
|
5003
|
+
uri?: InputMaybe<Scalars['URL']['input']>;
|
|
5004
|
+
};
|
|
4963
5005
|
/** Represents GitHub properties. */
|
|
4964
5006
|
export type GitHubFeedProperties = {
|
|
4965
5007
|
__typename?: 'GitHubFeedProperties';
|
|
@@ -12704,6 +12746,8 @@ export type PullRequestMetadata = {
|
|
|
12704
12746
|
__typename?: 'PullRequestMetadata';
|
|
12705
12747
|
/** The number of lines added. */
|
|
12706
12748
|
additions?: Maybe<Scalars['Int']['output']>;
|
|
12749
|
+
/** The pull request authors. */
|
|
12750
|
+
authors?: Maybe<Array<Maybe<PersonReference>>>;
|
|
12707
12751
|
/** The pull request base branch. */
|
|
12708
12752
|
baseBranch?: Maybe<Scalars['String']['output']>;
|
|
12709
12753
|
/** The number of lines deleted. */
|
|
@@ -12728,6 +12772,8 @@ export type PullRequestMetadata = {
|
|
|
12728
12772
|
mergedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
12729
12773
|
/** The pull request project name. */
|
|
12730
12774
|
project?: Maybe<Scalars['String']['output']>;
|
|
12775
|
+
/** The pull request reviewers. */
|
|
12776
|
+
reviewers?: Maybe<Array<Maybe<PersonReference>>>;
|
|
12731
12777
|
/** The pull request status. */
|
|
12732
12778
|
status?: Maybe<Scalars['String']['output']>;
|
|
12733
12779
|
/** The pull request team name. */
|
|
@@ -17694,6 +17740,21 @@ export type GetContentQuery = {
|
|
|
17694
17740
|
authorDate?: any | null;
|
|
17695
17741
|
committerDate?: any | null;
|
|
17696
17742
|
labels?: Array<string | null> | null;
|
|
17743
|
+
links?: Array<any | null> | null;
|
|
17744
|
+
authors?: Array<{
|
|
17745
|
+
__typename?: 'PersonReference';
|
|
17746
|
+
name?: string | null;
|
|
17747
|
+
email?: string | null;
|
|
17748
|
+
givenName?: string | null;
|
|
17749
|
+
familyName?: string | null;
|
|
17750
|
+
} | null> | null;
|
|
17751
|
+
committers?: Array<{
|
|
17752
|
+
__typename?: 'PersonReference';
|
|
17753
|
+
name?: string | null;
|
|
17754
|
+
email?: string | null;
|
|
17755
|
+
givenName?: string | null;
|
|
17756
|
+
familyName?: string | null;
|
|
17757
|
+
} | null> | null;
|
|
17697
17758
|
} | null;
|
|
17698
17759
|
pullRequest?: {
|
|
17699
17760
|
__typename?: 'PullRequestMetadata';
|
|
@@ -17713,6 +17774,21 @@ export type GetContentQuery = {
|
|
|
17713
17774
|
additions?: number | null;
|
|
17714
17775
|
deletions?: number | null;
|
|
17715
17776
|
labels?: Array<string | null> | null;
|
|
17777
|
+
links?: Array<any | null> | null;
|
|
17778
|
+
authors?: Array<{
|
|
17779
|
+
__typename?: 'PersonReference';
|
|
17780
|
+
name?: string | null;
|
|
17781
|
+
email?: string | null;
|
|
17782
|
+
givenName?: string | null;
|
|
17783
|
+
familyName?: string | null;
|
|
17784
|
+
} | null> | null;
|
|
17785
|
+
reviewers?: Array<{
|
|
17786
|
+
__typename?: 'PersonReference';
|
|
17787
|
+
name?: string | null;
|
|
17788
|
+
email?: string | null;
|
|
17789
|
+
givenName?: string | null;
|
|
17790
|
+
familyName?: string | null;
|
|
17791
|
+
} | null> | null;
|
|
17716
17792
|
} | null;
|
|
17717
17793
|
message?: {
|
|
17718
17794
|
__typename?: 'MessageMetadata';
|
|
@@ -18596,6 +18672,21 @@ export type LookupContentsQuery = {
|
|
|
18596
18672
|
authorDate?: any | null;
|
|
18597
18673
|
committerDate?: any | null;
|
|
18598
18674
|
labels?: Array<string | null> | null;
|
|
18675
|
+
links?: Array<any | null> | null;
|
|
18676
|
+
authors?: Array<{
|
|
18677
|
+
__typename?: 'PersonReference';
|
|
18678
|
+
name?: string | null;
|
|
18679
|
+
email?: string | null;
|
|
18680
|
+
givenName?: string | null;
|
|
18681
|
+
familyName?: string | null;
|
|
18682
|
+
} | null> | null;
|
|
18683
|
+
committers?: Array<{
|
|
18684
|
+
__typename?: 'PersonReference';
|
|
18685
|
+
name?: string | null;
|
|
18686
|
+
email?: string | null;
|
|
18687
|
+
givenName?: string | null;
|
|
18688
|
+
familyName?: string | null;
|
|
18689
|
+
} | null> | null;
|
|
18599
18690
|
} | null;
|
|
18600
18691
|
pullRequest?: {
|
|
18601
18692
|
__typename?: 'PullRequestMetadata';
|
|
@@ -18615,6 +18706,21 @@ export type LookupContentsQuery = {
|
|
|
18615
18706
|
additions?: number | null;
|
|
18616
18707
|
deletions?: number | null;
|
|
18617
18708
|
labels?: Array<string | null> | null;
|
|
18709
|
+
links?: Array<any | null> | null;
|
|
18710
|
+
authors?: Array<{
|
|
18711
|
+
__typename?: 'PersonReference';
|
|
18712
|
+
name?: string | null;
|
|
18713
|
+
email?: string | null;
|
|
18714
|
+
givenName?: string | null;
|
|
18715
|
+
familyName?: string | null;
|
|
18716
|
+
} | null> | null;
|
|
18717
|
+
reviewers?: Array<{
|
|
18718
|
+
__typename?: 'PersonReference';
|
|
18719
|
+
name?: string | null;
|
|
18720
|
+
email?: string | null;
|
|
18721
|
+
givenName?: string | null;
|
|
18722
|
+
familyName?: string | null;
|
|
18723
|
+
} | null> | null;
|
|
18618
18724
|
} | null;
|
|
18619
18725
|
message?: {
|
|
18620
18726
|
__typename?: 'MessageMetadata';
|
|
@@ -19298,6 +19404,21 @@ export type QueryContentsQuery = {
|
|
|
19298
19404
|
authorDate?: any | null;
|
|
19299
19405
|
committerDate?: any | null;
|
|
19300
19406
|
labels?: Array<string | null> | null;
|
|
19407
|
+
links?: Array<any | null> | null;
|
|
19408
|
+
authors?: Array<{
|
|
19409
|
+
__typename?: 'PersonReference';
|
|
19410
|
+
name?: string | null;
|
|
19411
|
+
email?: string | null;
|
|
19412
|
+
givenName?: string | null;
|
|
19413
|
+
familyName?: string | null;
|
|
19414
|
+
} | null> | null;
|
|
19415
|
+
committers?: Array<{
|
|
19416
|
+
__typename?: 'PersonReference';
|
|
19417
|
+
name?: string | null;
|
|
19418
|
+
email?: string | null;
|
|
19419
|
+
givenName?: string | null;
|
|
19420
|
+
familyName?: string | null;
|
|
19421
|
+
} | null> | null;
|
|
19301
19422
|
} | null;
|
|
19302
19423
|
pullRequest?: {
|
|
19303
19424
|
__typename?: 'PullRequestMetadata';
|
|
@@ -19317,6 +19438,21 @@ export type QueryContentsQuery = {
|
|
|
19317
19438
|
additions?: number | null;
|
|
19318
19439
|
deletions?: number | null;
|
|
19319
19440
|
labels?: Array<string | null> | null;
|
|
19441
|
+
links?: Array<any | null> | null;
|
|
19442
|
+
authors?: Array<{
|
|
19443
|
+
__typename?: 'PersonReference';
|
|
19444
|
+
name?: string | null;
|
|
19445
|
+
email?: string | null;
|
|
19446
|
+
givenName?: string | null;
|
|
19447
|
+
familyName?: string | null;
|
|
19448
|
+
} | null> | null;
|
|
19449
|
+
reviewers?: Array<{
|
|
19450
|
+
__typename?: 'PersonReference';
|
|
19451
|
+
name?: string | null;
|
|
19452
|
+
email?: string | null;
|
|
19453
|
+
givenName?: string | null;
|
|
19454
|
+
familyName?: string | null;
|
|
19455
|
+
} | null> | null;
|
|
19320
19456
|
} | null;
|
|
19321
19457
|
message?: {
|
|
19322
19458
|
__typename?: 'MessageMetadata';
|
|
@@ -19729,6 +19865,21 @@ export type QueryContentsObservationsQuery = {
|
|
|
19729
19865
|
authorDate?: any | null;
|
|
19730
19866
|
committerDate?: any | null;
|
|
19731
19867
|
labels?: Array<string | null> | null;
|
|
19868
|
+
links?: Array<any | null> | null;
|
|
19869
|
+
authors?: Array<{
|
|
19870
|
+
__typename?: 'PersonReference';
|
|
19871
|
+
name?: string | null;
|
|
19872
|
+
email?: string | null;
|
|
19873
|
+
givenName?: string | null;
|
|
19874
|
+
familyName?: string | null;
|
|
19875
|
+
} | null> | null;
|
|
19876
|
+
committers?: Array<{
|
|
19877
|
+
__typename?: 'PersonReference';
|
|
19878
|
+
name?: string | null;
|
|
19879
|
+
email?: string | null;
|
|
19880
|
+
givenName?: string | null;
|
|
19881
|
+
familyName?: string | null;
|
|
19882
|
+
} | null> | null;
|
|
19732
19883
|
} | null;
|
|
19733
19884
|
pullRequest?: {
|
|
19734
19885
|
__typename?: 'PullRequestMetadata';
|
|
@@ -19748,6 +19899,21 @@ export type QueryContentsObservationsQuery = {
|
|
|
19748
19899
|
additions?: number | null;
|
|
19749
19900
|
deletions?: number | null;
|
|
19750
19901
|
labels?: Array<string | null> | null;
|
|
19902
|
+
links?: Array<any | null> | null;
|
|
19903
|
+
authors?: Array<{
|
|
19904
|
+
__typename?: 'PersonReference';
|
|
19905
|
+
name?: string | null;
|
|
19906
|
+
email?: string | null;
|
|
19907
|
+
givenName?: string | null;
|
|
19908
|
+
familyName?: string | null;
|
|
19909
|
+
} | null> | null;
|
|
19910
|
+
reviewers?: Array<{
|
|
19911
|
+
__typename?: 'PersonReference';
|
|
19912
|
+
name?: string | null;
|
|
19913
|
+
email?: string | null;
|
|
19914
|
+
givenName?: string | null;
|
|
19915
|
+
familyName?: string | null;
|
|
19916
|
+
} | null> | null;
|
|
19751
19917
|
} | null;
|
|
19752
19918
|
message?: {
|
|
19753
19919
|
__typename?: 'MessageMetadata';
|