graphlit-client 1.0.20251103003 → 1.0.20251103005
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,11 +1409,25 @@ 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
|
|
1416
1429
|
title
|
|
1430
|
+
description
|
|
1417
1431
|
project
|
|
1418
1432
|
team
|
|
1419
1433
|
status
|
|
@@ -1427,7 +1441,20 @@ export const GetContent = gql `
|
|
|
1427
1441
|
filesChanged
|
|
1428
1442
|
additions
|
|
1429
1443
|
deletions
|
|
1444
|
+
authors {
|
|
1445
|
+
name
|
|
1446
|
+
email
|
|
1447
|
+
givenName
|
|
1448
|
+
familyName
|
|
1449
|
+
}
|
|
1450
|
+
reviewers {
|
|
1451
|
+
name
|
|
1452
|
+
email
|
|
1453
|
+
givenName
|
|
1454
|
+
familyName
|
|
1455
|
+
}
|
|
1430
1456
|
labels
|
|
1457
|
+
links
|
|
1431
1458
|
}
|
|
1432
1459
|
message {
|
|
1433
1460
|
identifier
|
|
@@ -2210,11 +2237,25 @@ export const LookupContents = gql `
|
|
|
2210
2237
|
pullRequestNumber
|
|
2211
2238
|
authorDate
|
|
2212
2239
|
committerDate
|
|
2240
|
+
authors {
|
|
2241
|
+
name
|
|
2242
|
+
email
|
|
2243
|
+
givenName
|
|
2244
|
+
familyName
|
|
2245
|
+
}
|
|
2246
|
+
committers {
|
|
2247
|
+
name
|
|
2248
|
+
email
|
|
2249
|
+
givenName
|
|
2250
|
+
familyName
|
|
2251
|
+
}
|
|
2213
2252
|
labels
|
|
2253
|
+
links
|
|
2214
2254
|
}
|
|
2215
2255
|
pullRequest {
|
|
2216
2256
|
identifier
|
|
2217
2257
|
title
|
|
2258
|
+
description
|
|
2218
2259
|
project
|
|
2219
2260
|
team
|
|
2220
2261
|
status
|
|
@@ -2228,7 +2269,20 @@ export const LookupContents = gql `
|
|
|
2228
2269
|
filesChanged
|
|
2229
2270
|
additions
|
|
2230
2271
|
deletions
|
|
2272
|
+
authors {
|
|
2273
|
+
name
|
|
2274
|
+
email
|
|
2275
|
+
givenName
|
|
2276
|
+
familyName
|
|
2277
|
+
}
|
|
2278
|
+
reviewers {
|
|
2279
|
+
name
|
|
2280
|
+
email
|
|
2281
|
+
givenName
|
|
2282
|
+
familyName
|
|
2283
|
+
}
|
|
2231
2284
|
labels
|
|
2285
|
+
links
|
|
2232
2286
|
}
|
|
2233
2287
|
message {
|
|
2234
2288
|
identifier
|
|
@@ -2848,11 +2902,25 @@ export const QueryContents = gql `
|
|
|
2848
2902
|
pullRequestNumber
|
|
2849
2903
|
authorDate
|
|
2850
2904
|
committerDate
|
|
2905
|
+
authors {
|
|
2906
|
+
name
|
|
2907
|
+
email
|
|
2908
|
+
givenName
|
|
2909
|
+
familyName
|
|
2910
|
+
}
|
|
2911
|
+
committers {
|
|
2912
|
+
name
|
|
2913
|
+
email
|
|
2914
|
+
givenName
|
|
2915
|
+
familyName
|
|
2916
|
+
}
|
|
2851
2917
|
labels
|
|
2918
|
+
links
|
|
2852
2919
|
}
|
|
2853
2920
|
pullRequest {
|
|
2854
2921
|
identifier
|
|
2855
2922
|
title
|
|
2923
|
+
description
|
|
2856
2924
|
project
|
|
2857
2925
|
team
|
|
2858
2926
|
status
|
|
@@ -2866,7 +2934,20 @@ export const QueryContents = gql `
|
|
|
2866
2934
|
filesChanged
|
|
2867
2935
|
additions
|
|
2868
2936
|
deletions
|
|
2937
|
+
authors {
|
|
2938
|
+
name
|
|
2939
|
+
email
|
|
2940
|
+
givenName
|
|
2941
|
+
familyName
|
|
2942
|
+
}
|
|
2943
|
+
reviewers {
|
|
2944
|
+
name
|
|
2945
|
+
email
|
|
2946
|
+
givenName
|
|
2947
|
+
familyName
|
|
2948
|
+
}
|
|
2869
2949
|
labels
|
|
2950
|
+
links
|
|
2870
2951
|
}
|
|
2871
2952
|
message {
|
|
2872
2953
|
identifier
|
|
@@ -3222,11 +3303,25 @@ export const QueryContentsObservations = gql `
|
|
|
3222
3303
|
pullRequestNumber
|
|
3223
3304
|
authorDate
|
|
3224
3305
|
committerDate
|
|
3306
|
+
authors {
|
|
3307
|
+
name
|
|
3308
|
+
email
|
|
3309
|
+
givenName
|
|
3310
|
+
familyName
|
|
3311
|
+
}
|
|
3312
|
+
committers {
|
|
3313
|
+
name
|
|
3314
|
+
email
|
|
3315
|
+
givenName
|
|
3316
|
+
familyName
|
|
3317
|
+
}
|
|
3225
3318
|
labels
|
|
3319
|
+
links
|
|
3226
3320
|
}
|
|
3227
3321
|
pullRequest {
|
|
3228
3322
|
identifier
|
|
3229
3323
|
title
|
|
3324
|
+
description
|
|
3230
3325
|
project
|
|
3231
3326
|
team
|
|
3232
3327
|
status
|
|
@@ -3240,7 +3335,20 @@ export const QueryContentsObservations = gql `
|
|
|
3240
3335
|
filesChanged
|
|
3241
3336
|
additions
|
|
3242
3337
|
deletions
|
|
3338
|
+
authors {
|
|
3339
|
+
name
|
|
3340
|
+
email
|
|
3341
|
+
givenName
|
|
3342
|
+
familyName
|
|
3343
|
+
}
|
|
3344
|
+
reviewers {
|
|
3345
|
+
name
|
|
3346
|
+
email
|
|
3347
|
+
givenName
|
|
3348
|
+
familyName
|
|
3349
|
+
}
|
|
3243
3350
|
labels
|
|
3351
|
+
links
|
|
3244
3352
|
}
|
|
3245
3353
|
message {
|
|
3246
3354
|
identifier
|
|
@@ -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. */
|
|
@@ -12742,10 +12746,14 @@ export type PullRequestMetadata = {
|
|
|
12742
12746
|
__typename?: 'PullRequestMetadata';
|
|
12743
12747
|
/** The number of lines added. */
|
|
12744
12748
|
additions?: Maybe<Scalars['Int']['output']>;
|
|
12749
|
+
/** The pull request authors. */
|
|
12750
|
+
authors?: Maybe<Array<Maybe<PersonReference>>>;
|
|
12745
12751
|
/** The pull request base branch. */
|
|
12746
12752
|
baseBranch?: Maybe<Scalars['String']['output']>;
|
|
12747
12753
|
/** The number of lines deleted. */
|
|
12748
12754
|
deletions?: Maybe<Scalars['Int']['output']>;
|
|
12755
|
+
/** The pull request description. */
|
|
12756
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
12749
12757
|
/** The number of files changed. */
|
|
12750
12758
|
filesChanged?: Maybe<Scalars['Int']['output']>;
|
|
12751
12759
|
/** The pull request head branch. */
|
|
@@ -12766,6 +12774,8 @@ export type PullRequestMetadata = {
|
|
|
12766
12774
|
mergedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
12767
12775
|
/** The pull request project name. */
|
|
12768
12776
|
project?: Maybe<Scalars['String']['output']>;
|
|
12777
|
+
/** The pull request reviewers. */
|
|
12778
|
+
reviewers?: Maybe<Array<Maybe<PersonReference>>>;
|
|
12769
12779
|
/** The pull request status. */
|
|
12770
12780
|
status?: Maybe<Scalars['String']['output']>;
|
|
12771
12781
|
/** The pull request team name. */
|
|
@@ -17732,11 +17742,27 @@ export type GetContentQuery = {
|
|
|
17732
17742
|
authorDate?: any | null;
|
|
17733
17743
|
committerDate?: any | null;
|
|
17734
17744
|
labels?: Array<string | null> | null;
|
|
17745
|
+
links?: Array<any | null> | null;
|
|
17746
|
+
authors?: Array<{
|
|
17747
|
+
__typename?: 'PersonReference';
|
|
17748
|
+
name?: string | null;
|
|
17749
|
+
email?: string | null;
|
|
17750
|
+
givenName?: string | null;
|
|
17751
|
+
familyName?: string | null;
|
|
17752
|
+
} | null> | null;
|
|
17753
|
+
committers?: Array<{
|
|
17754
|
+
__typename?: 'PersonReference';
|
|
17755
|
+
name?: string | null;
|
|
17756
|
+
email?: string | null;
|
|
17757
|
+
givenName?: string | null;
|
|
17758
|
+
familyName?: string | null;
|
|
17759
|
+
} | null> | null;
|
|
17735
17760
|
} | null;
|
|
17736
17761
|
pullRequest?: {
|
|
17737
17762
|
__typename?: 'PullRequestMetadata';
|
|
17738
17763
|
identifier?: string | null;
|
|
17739
17764
|
title?: string | null;
|
|
17765
|
+
description?: string | null;
|
|
17740
17766
|
project?: string | null;
|
|
17741
17767
|
team?: string | null;
|
|
17742
17768
|
status?: string | null;
|
|
@@ -17751,6 +17777,21 @@ export type GetContentQuery = {
|
|
|
17751
17777
|
additions?: number | null;
|
|
17752
17778
|
deletions?: number | null;
|
|
17753
17779
|
labels?: Array<string | null> | null;
|
|
17780
|
+
links?: Array<any | null> | null;
|
|
17781
|
+
authors?: Array<{
|
|
17782
|
+
__typename?: 'PersonReference';
|
|
17783
|
+
name?: string | null;
|
|
17784
|
+
email?: string | null;
|
|
17785
|
+
givenName?: string | null;
|
|
17786
|
+
familyName?: string | null;
|
|
17787
|
+
} | null> | null;
|
|
17788
|
+
reviewers?: Array<{
|
|
17789
|
+
__typename?: 'PersonReference';
|
|
17790
|
+
name?: string | null;
|
|
17791
|
+
email?: string | null;
|
|
17792
|
+
givenName?: string | null;
|
|
17793
|
+
familyName?: string | null;
|
|
17794
|
+
} | null> | null;
|
|
17754
17795
|
} | null;
|
|
17755
17796
|
message?: {
|
|
17756
17797
|
__typename?: 'MessageMetadata';
|
|
@@ -18634,11 +18675,27 @@ export type LookupContentsQuery = {
|
|
|
18634
18675
|
authorDate?: any | null;
|
|
18635
18676
|
committerDate?: any | null;
|
|
18636
18677
|
labels?: Array<string | null> | null;
|
|
18678
|
+
links?: Array<any | null> | null;
|
|
18679
|
+
authors?: Array<{
|
|
18680
|
+
__typename?: 'PersonReference';
|
|
18681
|
+
name?: string | null;
|
|
18682
|
+
email?: string | null;
|
|
18683
|
+
givenName?: string | null;
|
|
18684
|
+
familyName?: string | null;
|
|
18685
|
+
} | null> | null;
|
|
18686
|
+
committers?: Array<{
|
|
18687
|
+
__typename?: 'PersonReference';
|
|
18688
|
+
name?: string | null;
|
|
18689
|
+
email?: string | null;
|
|
18690
|
+
givenName?: string | null;
|
|
18691
|
+
familyName?: string | null;
|
|
18692
|
+
} | null> | null;
|
|
18637
18693
|
} | null;
|
|
18638
18694
|
pullRequest?: {
|
|
18639
18695
|
__typename?: 'PullRequestMetadata';
|
|
18640
18696
|
identifier?: string | null;
|
|
18641
18697
|
title?: string | null;
|
|
18698
|
+
description?: string | null;
|
|
18642
18699
|
project?: string | null;
|
|
18643
18700
|
team?: string | null;
|
|
18644
18701
|
status?: string | null;
|
|
@@ -18653,6 +18710,21 @@ export type LookupContentsQuery = {
|
|
|
18653
18710
|
additions?: number | null;
|
|
18654
18711
|
deletions?: number | null;
|
|
18655
18712
|
labels?: Array<string | null> | null;
|
|
18713
|
+
links?: Array<any | null> | null;
|
|
18714
|
+
authors?: Array<{
|
|
18715
|
+
__typename?: 'PersonReference';
|
|
18716
|
+
name?: string | null;
|
|
18717
|
+
email?: string | null;
|
|
18718
|
+
givenName?: string | null;
|
|
18719
|
+
familyName?: string | null;
|
|
18720
|
+
} | null> | null;
|
|
18721
|
+
reviewers?: Array<{
|
|
18722
|
+
__typename?: 'PersonReference';
|
|
18723
|
+
name?: string | null;
|
|
18724
|
+
email?: string | null;
|
|
18725
|
+
givenName?: string | null;
|
|
18726
|
+
familyName?: string | null;
|
|
18727
|
+
} | null> | null;
|
|
18656
18728
|
} | null;
|
|
18657
18729
|
message?: {
|
|
18658
18730
|
__typename?: 'MessageMetadata';
|
|
@@ -19336,11 +19408,27 @@ export type QueryContentsQuery = {
|
|
|
19336
19408
|
authorDate?: any | null;
|
|
19337
19409
|
committerDate?: any | null;
|
|
19338
19410
|
labels?: Array<string | null> | null;
|
|
19411
|
+
links?: Array<any | null> | null;
|
|
19412
|
+
authors?: Array<{
|
|
19413
|
+
__typename?: 'PersonReference';
|
|
19414
|
+
name?: string | null;
|
|
19415
|
+
email?: string | null;
|
|
19416
|
+
givenName?: string | null;
|
|
19417
|
+
familyName?: string | null;
|
|
19418
|
+
} | null> | null;
|
|
19419
|
+
committers?: Array<{
|
|
19420
|
+
__typename?: 'PersonReference';
|
|
19421
|
+
name?: string | null;
|
|
19422
|
+
email?: string | null;
|
|
19423
|
+
givenName?: string | null;
|
|
19424
|
+
familyName?: string | null;
|
|
19425
|
+
} | null> | null;
|
|
19339
19426
|
} | null;
|
|
19340
19427
|
pullRequest?: {
|
|
19341
19428
|
__typename?: 'PullRequestMetadata';
|
|
19342
19429
|
identifier?: string | null;
|
|
19343
19430
|
title?: string | null;
|
|
19431
|
+
description?: string | null;
|
|
19344
19432
|
project?: string | null;
|
|
19345
19433
|
team?: string | null;
|
|
19346
19434
|
status?: string | null;
|
|
@@ -19355,6 +19443,21 @@ export type QueryContentsQuery = {
|
|
|
19355
19443
|
additions?: number | null;
|
|
19356
19444
|
deletions?: number | null;
|
|
19357
19445
|
labels?: Array<string | null> | null;
|
|
19446
|
+
links?: Array<any | null> | null;
|
|
19447
|
+
authors?: Array<{
|
|
19448
|
+
__typename?: 'PersonReference';
|
|
19449
|
+
name?: string | null;
|
|
19450
|
+
email?: string | null;
|
|
19451
|
+
givenName?: string | null;
|
|
19452
|
+
familyName?: string | null;
|
|
19453
|
+
} | null> | null;
|
|
19454
|
+
reviewers?: Array<{
|
|
19455
|
+
__typename?: 'PersonReference';
|
|
19456
|
+
name?: string | null;
|
|
19457
|
+
email?: string | null;
|
|
19458
|
+
givenName?: string | null;
|
|
19459
|
+
familyName?: string | null;
|
|
19460
|
+
} | null> | null;
|
|
19358
19461
|
} | null;
|
|
19359
19462
|
message?: {
|
|
19360
19463
|
__typename?: 'MessageMetadata';
|
|
@@ -19767,11 +19870,27 @@ export type QueryContentsObservationsQuery = {
|
|
|
19767
19870
|
authorDate?: any | null;
|
|
19768
19871
|
committerDate?: any | null;
|
|
19769
19872
|
labels?: Array<string | null> | null;
|
|
19873
|
+
links?: Array<any | null> | null;
|
|
19874
|
+
authors?: Array<{
|
|
19875
|
+
__typename?: 'PersonReference';
|
|
19876
|
+
name?: string | null;
|
|
19877
|
+
email?: string | null;
|
|
19878
|
+
givenName?: string | null;
|
|
19879
|
+
familyName?: string | null;
|
|
19880
|
+
} | null> | null;
|
|
19881
|
+
committers?: Array<{
|
|
19882
|
+
__typename?: 'PersonReference';
|
|
19883
|
+
name?: string | null;
|
|
19884
|
+
email?: string | null;
|
|
19885
|
+
givenName?: string | null;
|
|
19886
|
+
familyName?: string | null;
|
|
19887
|
+
} | null> | null;
|
|
19770
19888
|
} | null;
|
|
19771
19889
|
pullRequest?: {
|
|
19772
19890
|
__typename?: 'PullRequestMetadata';
|
|
19773
19891
|
identifier?: string | null;
|
|
19774
19892
|
title?: string | null;
|
|
19893
|
+
description?: string | null;
|
|
19775
19894
|
project?: string | null;
|
|
19776
19895
|
team?: string | null;
|
|
19777
19896
|
status?: string | null;
|
|
@@ -19786,6 +19905,21 @@ export type QueryContentsObservationsQuery = {
|
|
|
19786
19905
|
additions?: number | null;
|
|
19787
19906
|
deletions?: number | null;
|
|
19788
19907
|
labels?: Array<string | null> | null;
|
|
19908
|
+
links?: Array<any | null> | null;
|
|
19909
|
+
authors?: Array<{
|
|
19910
|
+
__typename?: 'PersonReference';
|
|
19911
|
+
name?: string | null;
|
|
19912
|
+
email?: string | null;
|
|
19913
|
+
givenName?: string | null;
|
|
19914
|
+
familyName?: string | null;
|
|
19915
|
+
} | null> | null;
|
|
19916
|
+
reviewers?: Array<{
|
|
19917
|
+
__typename?: 'PersonReference';
|
|
19918
|
+
name?: string | null;
|
|
19919
|
+
email?: string | null;
|
|
19920
|
+
givenName?: string | null;
|
|
19921
|
+
familyName?: string | null;
|
|
19922
|
+
} | null> | null;
|
|
19789
19923
|
} | null;
|
|
19790
19924
|
message?: {
|
|
19791
19925
|
__typename?: 'MessageMetadata';
|