graphlit-client 1.0.20251103003 → 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
|
|
@@ -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,6 +12746,8 @@ 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. */
|
|
@@ -12766,6 +12772,8 @@ export type PullRequestMetadata = {
|
|
|
12766
12772
|
mergedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
12767
12773
|
/** The pull request project name. */
|
|
12768
12774
|
project?: Maybe<Scalars['String']['output']>;
|
|
12775
|
+
/** The pull request reviewers. */
|
|
12776
|
+
reviewers?: Maybe<Array<Maybe<PersonReference>>>;
|
|
12769
12777
|
/** The pull request status. */
|
|
12770
12778
|
status?: Maybe<Scalars['String']['output']>;
|
|
12771
12779
|
/** The pull request team name. */
|
|
@@ -17732,6 +17740,21 @@ export type GetContentQuery = {
|
|
|
17732
17740
|
authorDate?: any | null;
|
|
17733
17741
|
committerDate?: any | null;
|
|
17734
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;
|
|
17735
17758
|
} | null;
|
|
17736
17759
|
pullRequest?: {
|
|
17737
17760
|
__typename?: 'PullRequestMetadata';
|
|
@@ -17751,6 +17774,21 @@ export type GetContentQuery = {
|
|
|
17751
17774
|
additions?: number | null;
|
|
17752
17775
|
deletions?: number | null;
|
|
17753
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;
|
|
17754
17792
|
} | null;
|
|
17755
17793
|
message?: {
|
|
17756
17794
|
__typename?: 'MessageMetadata';
|
|
@@ -18634,6 +18672,21 @@ export type LookupContentsQuery = {
|
|
|
18634
18672
|
authorDate?: any | null;
|
|
18635
18673
|
committerDate?: any | null;
|
|
18636
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;
|
|
18637
18690
|
} | null;
|
|
18638
18691
|
pullRequest?: {
|
|
18639
18692
|
__typename?: 'PullRequestMetadata';
|
|
@@ -18653,6 +18706,21 @@ export type LookupContentsQuery = {
|
|
|
18653
18706
|
additions?: number | null;
|
|
18654
18707
|
deletions?: number | null;
|
|
18655
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;
|
|
18656
18724
|
} | null;
|
|
18657
18725
|
message?: {
|
|
18658
18726
|
__typename?: 'MessageMetadata';
|
|
@@ -19336,6 +19404,21 @@ export type QueryContentsQuery = {
|
|
|
19336
19404
|
authorDate?: any | null;
|
|
19337
19405
|
committerDate?: any | null;
|
|
19338
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;
|
|
19339
19422
|
} | null;
|
|
19340
19423
|
pullRequest?: {
|
|
19341
19424
|
__typename?: 'PullRequestMetadata';
|
|
@@ -19355,6 +19438,21 @@ export type QueryContentsQuery = {
|
|
|
19355
19438
|
additions?: number | null;
|
|
19356
19439
|
deletions?: number | null;
|
|
19357
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;
|
|
19358
19456
|
} | null;
|
|
19359
19457
|
message?: {
|
|
19360
19458
|
__typename?: 'MessageMetadata';
|
|
@@ -19767,6 +19865,21 @@ export type QueryContentsObservationsQuery = {
|
|
|
19767
19865
|
authorDate?: any | null;
|
|
19768
19866
|
committerDate?: any | null;
|
|
19769
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;
|
|
19770
19883
|
} | null;
|
|
19771
19884
|
pullRequest?: {
|
|
19772
19885
|
__typename?: 'PullRequestMetadata';
|
|
@@ -19786,6 +19899,21 @@ export type QueryContentsObservationsQuery = {
|
|
|
19786
19899
|
additions?: number | null;
|
|
19787
19900
|
deletions?: number | null;
|
|
19788
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;
|
|
19789
19917
|
} | null;
|
|
19790
19918
|
message?: {
|
|
19791
19919
|
__typename?: 'MessageMetadata';
|