@salesforce/lds-worker-api 1.134.3 → 1.134.5
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/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/standalone/es/lds-worker-api.js +561 -429
- package/dist/standalone/es/standalone-stubs/o11y.d.ts +18 -0
- package/dist/standalone/umd/lds-worker-api.js +561 -429
- package/dist/standalone/umd/standalone-stubs/o11y.d.ts +18 -0
- package/package.json +1 -1
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
return this.environment.buildStructuredKey(namespace, representationName, idValues);
|
|
3671
3671
|
}
|
|
3672
3672
|
}
|
|
3673
|
-
// engine version: 0.
|
|
3673
|
+
// engine version: 0.139.1-f7268217
|
|
3674
3674
|
|
|
3675
3675
|
/**
|
|
3676
3676
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3797,7 +3797,7 @@
|
|
|
3797
3797
|
}
|
|
3798
3798
|
callbacks.push(callback);
|
|
3799
3799
|
}
|
|
3800
|
-
// version: 1.134.
|
|
3800
|
+
// version: 1.134.5-4b28c4f16
|
|
3801
3801
|
|
|
3802
3802
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3803
3803
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15221,7 +15221,7 @@
|
|
|
15221
15221
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15222
15222
|
return luvioDocumentNode;
|
|
15223
15223
|
}
|
|
15224
|
-
// version: 1.134.
|
|
15224
|
+
// version: 1.134.5-4b28c4f16
|
|
15225
15225
|
|
|
15226
15226
|
function unwrap(data) {
|
|
15227
15227
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16134,7 +16134,7 @@
|
|
|
16134
16134
|
const { apiFamily, name } = metadata;
|
|
16135
16135
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16136
16136
|
}
|
|
16137
|
-
// version: 1.134.
|
|
16137
|
+
// version: 1.134.5-4b28c4f16
|
|
16138
16138
|
|
|
16139
16139
|
/**
|
|
16140
16140
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16217,7 +16217,7 @@
|
|
|
16217
16217
|
({
|
|
16218
16218
|
state: FragmentReadResultState.Missing,
|
|
16219
16219
|
});
|
|
16220
|
-
// engine version: 0.
|
|
16220
|
+
// engine version: 0.139.1-f7268217
|
|
16221
16221
|
|
|
16222
16222
|
const { keys: ObjectKeys$3, freeze: ObjectFreeze$3, create: ObjectCreate$3 } = Object;
|
|
16223
16223
|
|
|
@@ -20080,7 +20080,7 @@
|
|
|
20080
20080
|
function createResourceRequest$$(config) {
|
|
20081
20081
|
const headers = {};
|
|
20082
20082
|
return {
|
|
20083
|
-
baseUri: '/services/data/
|
|
20083
|
+
baseUri: '/services/data/v59.0',
|
|
20084
20084
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
20085
20085
|
method: 'get',
|
|
20086
20086
|
body: null,
|
|
@@ -20683,7 +20683,7 @@
|
|
|
20683
20683
|
function createResourceRequest$_(config) {
|
|
20684
20684
|
const headers = {};
|
|
20685
20685
|
return {
|
|
20686
|
-
baseUri: '/services/data/
|
|
20686
|
+
baseUri: '/services/data/v59.0',
|
|
20687
20687
|
basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
|
|
20688
20688
|
method: 'get',
|
|
20689
20689
|
body: null,
|
|
@@ -21482,7 +21482,7 @@
|
|
|
21482
21482
|
function createResourceRequest$Z(config) {
|
|
21483
21483
|
const headers = {};
|
|
21484
21484
|
return {
|
|
21485
|
-
baseUri: '/services/data/
|
|
21485
|
+
baseUri: '/services/data/v59.0',
|
|
21486
21486
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
21487
21487
|
method: 'get',
|
|
21488
21488
|
body: null,
|
|
@@ -21646,7 +21646,7 @@
|
|
|
21646
21646
|
function createResourceRequest$Y(config) {
|
|
21647
21647
|
const headers = {};
|
|
21648
21648
|
return {
|
|
21649
|
-
baseUri: '/services/data/
|
|
21649
|
+
baseUri: '/services/data/v59.0',
|
|
21650
21650
|
basePath: '/ui-api/list-ui/' + config.urlParams.listViewId + '',
|
|
21651
21651
|
method: 'get',
|
|
21652
21652
|
body: null,
|
|
@@ -21767,7 +21767,7 @@
|
|
|
21767
21767
|
function createResourceRequest$X(config) {
|
|
21768
21768
|
const headers = {};
|
|
21769
21769
|
return {
|
|
21770
|
-
baseUri: '/services/data/
|
|
21770
|
+
baseUri: '/services/data/v59.0',
|
|
21771
21771
|
basePath: '/ui-api/list-records/' + config.urlParams.listViewId + '',
|
|
21772
21772
|
method: 'get',
|
|
21773
21773
|
body: null,
|
|
@@ -22106,7 +22106,7 @@
|
|
|
22106
22106
|
function createResourceRequest$W(config) {
|
|
22107
22107
|
const headers = {};
|
|
22108
22108
|
return {
|
|
22109
|
-
baseUri: '/services/data/
|
|
22109
|
+
baseUri: '/services/data/v59.0',
|
|
22110
22110
|
basePath: '/ui-api/list-records/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
22111
22111
|
method: 'get',
|
|
22112
22112
|
body: null,
|
|
@@ -22592,7 +22592,7 @@
|
|
|
22592
22592
|
function createResourceRequest$V(config) {
|
|
22593
22593
|
const headers = {};
|
|
22594
22594
|
return {
|
|
22595
|
-
baseUri: '/services/data/
|
|
22595
|
+
baseUri: '/services/data/v59.0',
|
|
22596
22596
|
basePath: '/ui-api/list-ui/' + config.urlParams.objectApiName + '',
|
|
22597
22597
|
method: 'get',
|
|
22598
22598
|
body: null,
|
|
@@ -22848,7 +22848,7 @@
|
|
|
22848
22848
|
function createResourceRequest$U(config) {
|
|
22849
22849
|
const headers = {};
|
|
22850
22850
|
return {
|
|
22851
|
-
baseUri: '/services/data/
|
|
22851
|
+
baseUri: '/services/data/v59.0',
|
|
22852
22852
|
basePath: '/ui-api/mru-list-ui/' + config.urlParams.objectApiName + '',
|
|
22853
22853
|
method: 'get',
|
|
22854
22854
|
body: null,
|
|
@@ -22969,7 +22969,7 @@
|
|
|
22969
22969
|
function createResourceRequest$T(config) {
|
|
22970
22970
|
const headers = {};
|
|
22971
22971
|
return {
|
|
22972
|
-
baseUri: '/services/data/
|
|
22972
|
+
baseUri: '/services/data/v59.0',
|
|
22973
22973
|
basePath: '/ui-api/mru-list-records/' + config.urlParams.objectApiName + '',
|
|
22974
22974
|
method: 'get',
|
|
22975
22975
|
body: null,
|
|
@@ -23979,7 +23979,7 @@
|
|
|
23979
23979
|
function createResourceRequest$S(config) {
|
|
23980
23980
|
const headers = {};
|
|
23981
23981
|
return {
|
|
23982
|
-
baseUri: '/services/data/
|
|
23982
|
+
baseUri: '/services/data/v59.0',
|
|
23983
23983
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '',
|
|
23984
23984
|
method: 'get',
|
|
23985
23985
|
body: null,
|
|
@@ -24558,7 +24558,7 @@
|
|
|
24558
24558
|
function createResourceRequest$R(config) {
|
|
24559
24559
|
const headers = {};
|
|
24560
24560
|
return {
|
|
24561
|
-
baseUri: '/services/data/
|
|
24561
|
+
baseUri: '/services/data/v59.0',
|
|
24562
24562
|
basePath: '/ui-api/record-ui/' + config.urlParams.recordIds + '',
|
|
24563
24563
|
method: 'get',
|
|
24564
24564
|
body: null,
|
|
@@ -26307,7 +26307,7 @@
|
|
|
26307
26307
|
function createResourceRequest$Q(config) {
|
|
26308
26308
|
const headers = {};
|
|
26309
26309
|
return {
|
|
26310
|
-
baseUri: '/services/data/
|
|
26310
|
+
baseUri: '/services/data/v59.0',
|
|
26311
26311
|
basePath: '/ui-api/actions/global',
|
|
26312
26312
|
method: 'get',
|
|
26313
26313
|
body: null,
|
|
@@ -26628,7 +26628,7 @@
|
|
|
26628
26628
|
function createResourceRequest$P(config) {
|
|
26629
26629
|
const headers = {};
|
|
26630
26630
|
return {
|
|
26631
|
-
baseUri: '/services/data/
|
|
26631
|
+
baseUri: '/services/data/v59.0',
|
|
26632
26632
|
basePath: '/ui-api/actions/layout/' + config.urlParams.actionApiName + '',
|
|
26633
26633
|
method: 'get',
|
|
26634
26634
|
body: null,
|
|
@@ -26780,7 +26780,7 @@
|
|
|
26780
26780
|
function createResourceRequest$O(config) {
|
|
26781
26781
|
const headers = {};
|
|
26782
26782
|
return {
|
|
26783
|
-
baseUri: '/services/data/
|
|
26783
|
+
baseUri: '/services/data/v59.0',
|
|
26784
26784
|
basePath: '/ui-api/actions/lookup/' + config.urlParams.objectApiNames + '',
|
|
26785
26785
|
method: 'get',
|
|
26786
26786
|
body: null,
|
|
@@ -27021,7 +27021,7 @@
|
|
|
27021
27021
|
function createResourceRequest$N(config) {
|
|
27022
27022
|
const headers = {};
|
|
27023
27023
|
return {
|
|
27024
|
-
baseUri: '/services/data/
|
|
27024
|
+
baseUri: '/services/data/v59.0',
|
|
27025
27025
|
basePath: '/ui-api/actions/object/' + config.urlParams.objectApiName + '/record-create',
|
|
27026
27026
|
method: 'get',
|
|
27027
27027
|
body: null,
|
|
@@ -27278,7 +27278,7 @@
|
|
|
27278
27278
|
function createResourceRequest$M(config) {
|
|
27279
27279
|
const headers = {};
|
|
27280
27280
|
return {
|
|
27281
|
-
baseUri: '/services/data/
|
|
27281
|
+
baseUri: '/services/data/v59.0',
|
|
27282
27282
|
basePath: '/ui-api/actions/overrides/' + config.urlParams.objectApiName + '',
|
|
27283
27283
|
method: 'get',
|
|
27284
27284
|
body: null,
|
|
@@ -27628,7 +27628,7 @@
|
|
|
27628
27628
|
function createResourceRequest$L(config) {
|
|
27629
27629
|
const headers = {};
|
|
27630
27630
|
return {
|
|
27631
|
-
baseUri: '/services/data/
|
|
27631
|
+
baseUri: '/services/data/v59.0',
|
|
27632
27632
|
basePath: '/ui-api/actions/record-defaults/' + config.urlParams.actionApiName + '',
|
|
27633
27633
|
method: 'get',
|
|
27634
27634
|
body: null,
|
|
@@ -27838,7 +27838,7 @@
|
|
|
27838
27838
|
function createResourceRequest$K(config) {
|
|
27839
27839
|
const headers = {};
|
|
27840
27840
|
return {
|
|
27841
|
-
baseUri: '/services/data/
|
|
27841
|
+
baseUri: '/services/data/v59.0',
|
|
27842
27842
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '',
|
|
27843
27843
|
method: 'get',
|
|
27844
27844
|
body: null,
|
|
@@ -28074,7 +28074,7 @@
|
|
|
28074
28074
|
function createResourceRequest$J(config) {
|
|
28075
28075
|
const headers = {};
|
|
28076
28076
|
return {
|
|
28077
|
-
baseUri: '/services/data/
|
|
28077
|
+
baseUri: '/services/data/v59.0',
|
|
28078
28078
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/record-edit',
|
|
28079
28079
|
method: 'get',
|
|
28080
28080
|
body: null,
|
|
@@ -28353,7 +28353,7 @@
|
|
|
28353
28353
|
function createResourceRequest$I(config) {
|
|
28354
28354
|
const headers = {};
|
|
28355
28355
|
return {
|
|
28356
|
-
baseUri: '/services/data/
|
|
28356
|
+
baseUri: '/services/data/v59.0',
|
|
28357
28357
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/' + config.urlParams.relatedListId + '',
|
|
28358
28358
|
method: 'post',
|
|
28359
28359
|
body: config.body,
|
|
@@ -28575,7 +28575,7 @@
|
|
|
28575
28575
|
function createResourceRequest$H(config) {
|
|
28576
28576
|
const headers = {};
|
|
28577
28577
|
return {
|
|
28578
|
-
baseUri: '/services/data/
|
|
28578
|
+
baseUri: '/services/data/v59.0',
|
|
28579
28579
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list/batch',
|
|
28580
28580
|
method: 'post',
|
|
28581
28581
|
body: config.body,
|
|
@@ -28966,7 +28966,7 @@
|
|
|
28966
28966
|
function createResourceRequest$G(config) {
|
|
28967
28967
|
const headers = {};
|
|
28968
28968
|
return {
|
|
28969
|
-
baseUri: '/services/data/
|
|
28969
|
+
baseUri: '/services/data/v59.0',
|
|
28970
28970
|
basePath: '/ui-api/actions/record/' + config.urlParams.recordIds + '/related-list-record/' + config.urlParams.relatedListRecordIds + '',
|
|
28971
28971
|
method: 'get',
|
|
28972
28972
|
body: null,
|
|
@@ -29870,7 +29870,7 @@
|
|
|
29870
29870
|
function createResourceRequest$F(config) {
|
|
29871
29871
|
const headers = {};
|
|
29872
29872
|
return {
|
|
29873
|
-
baseUri: '/services/data/
|
|
29873
|
+
baseUri: '/services/data/v59.0',
|
|
29874
29874
|
basePath: '/ui-api/apps',
|
|
29875
29875
|
method: 'get',
|
|
29876
29876
|
body: null,
|
|
@@ -30041,7 +30041,7 @@
|
|
|
30041
30041
|
function createResourceRequest$E(config) {
|
|
30042
30042
|
const headers = {};
|
|
30043
30043
|
return {
|
|
30044
|
-
baseUri: '/services/data/
|
|
30044
|
+
baseUri: '/services/data/v59.0',
|
|
30045
30045
|
basePath: '/ui-api/apps/' + config.urlParams.appId + '',
|
|
30046
30046
|
method: 'get',
|
|
30047
30047
|
body: null,
|
|
@@ -30444,7 +30444,7 @@
|
|
|
30444
30444
|
function createResourceRequest$D(config) {
|
|
30445
30445
|
const headers = {};
|
|
30446
30446
|
return {
|
|
30447
|
-
baseUri: '/services/data/
|
|
30447
|
+
baseUri: '/services/data/v59.0',
|
|
30448
30448
|
basePath: '/ui-api/duplicates/' + config.urlParams.objectApiName + '',
|
|
30449
30449
|
method: 'get',
|
|
30450
30450
|
body: null,
|
|
@@ -30589,7 +30589,7 @@
|
|
|
30589
30589
|
function createResourceRequest$C(config) {
|
|
30590
30590
|
const headers = {};
|
|
30591
30591
|
return {
|
|
30592
|
-
baseUri: '/services/data/
|
|
30592
|
+
baseUri: '/services/data/v59.0',
|
|
30593
30593
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '',
|
|
30594
30594
|
method: 'get',
|
|
30595
30595
|
body: null,
|
|
@@ -30802,7 +30802,7 @@
|
|
|
30802
30802
|
function createResourceRequest$B(config) {
|
|
30803
30803
|
const headers = {};
|
|
30804
30804
|
return {
|
|
30805
|
-
baseUri: '/services/data/
|
|
30805
|
+
baseUri: '/services/data/v59.0',
|
|
30806
30806
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
30807
30807
|
method: 'get',
|
|
30808
30808
|
body: null,
|
|
@@ -31074,7 +31074,7 @@
|
|
|
31074
31074
|
function createResourceRequest$A(config) {
|
|
31075
31075
|
const headers = {};
|
|
31076
31076
|
return {
|
|
31077
|
-
baseUri: '/services/data/
|
|
31077
|
+
baseUri: '/services/data/v59.0',
|
|
31078
31078
|
basePath: '/ui-api/list-info/' + config.urlParams.objectApiName + '/' + config.urlParams.listViewApiName + '',
|
|
31079
31079
|
method: 'get',
|
|
31080
31080
|
body: null,
|
|
@@ -31360,7 +31360,7 @@
|
|
|
31360
31360
|
function createResourceRequest$z(config) {
|
|
31361
31361
|
const headers = {};
|
|
31362
31362
|
return {
|
|
31363
|
-
baseUri: '/services/data/
|
|
31363
|
+
baseUri: '/services/data/v59.0',
|
|
31364
31364
|
basePath: '/ui-api/list-info/batch',
|
|
31365
31365
|
method: 'get',
|
|
31366
31366
|
body: null,
|
|
@@ -31751,7 +31751,7 @@
|
|
|
31751
31751
|
function createResourceRequest$y(config) {
|
|
31752
31752
|
const headers = {};
|
|
31753
31753
|
return {
|
|
31754
|
-
baseUri: '/services/data/
|
|
31754
|
+
baseUri: '/services/data/v59.0',
|
|
31755
31755
|
basePath: '/ui-api/nav-items',
|
|
31756
31756
|
method: 'get',
|
|
31757
31757
|
body: null,
|
|
@@ -32154,7 +32154,7 @@
|
|
|
32154
32154
|
function createResourceRequest$x(config) {
|
|
32155
32155
|
const headers = {};
|
|
32156
32156
|
return {
|
|
32157
|
-
baseUri: '/services/data/
|
|
32157
|
+
baseUri: '/services/data/v59.0',
|
|
32158
32158
|
basePath: '/ui-api/object-info/batch/' + config.urlParams.objectApiNames + '',
|
|
32159
32159
|
method: 'get',
|
|
32160
32160
|
body: null,
|
|
@@ -32648,7 +32648,7 @@
|
|
|
32648
32648
|
function createResourceRequest$w(config) {
|
|
32649
32649
|
const headers = {};
|
|
32650
32650
|
return {
|
|
32651
|
-
baseUri: '/services/data/
|
|
32651
|
+
baseUri: '/services/data/v59.0',
|
|
32652
32652
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '',
|
|
32653
32653
|
method: 'get',
|
|
32654
32654
|
body: null,
|
|
@@ -32788,7 +32788,7 @@
|
|
|
32788
32788
|
function createResourceRequest$v(config) {
|
|
32789
32789
|
const headers = {};
|
|
32790
32790
|
return {
|
|
32791
|
-
baseUri: '/services/data/
|
|
32791
|
+
baseUri: '/services/data/v59.0',
|
|
32792
32792
|
basePath: '/ui-api/object-info/' + config.urlParams.objectApiName + '/picklist-values/' + config.urlParams.recordTypeId + '/' + config.urlParams.fieldApiName + '',
|
|
32793
32793
|
method: 'get',
|
|
32794
32794
|
body: null,
|
|
@@ -33096,7 +33096,7 @@
|
|
|
33096
33096
|
function createResourceRequest$u(config) {
|
|
33097
33097
|
const headers = {};
|
|
33098
33098
|
return {
|
|
33099
|
-
baseUri: '/services/data/
|
|
33099
|
+
baseUri: '/services/data/v59.0',
|
|
33100
33100
|
basePath: '/ui-api/predupe',
|
|
33101
33101
|
method: 'post',
|
|
33102
33102
|
body: config.body,
|
|
@@ -34010,7 +34010,7 @@
|
|
|
34010
34010
|
function createResourceRequest$t(config) {
|
|
34011
34011
|
const headers = {};
|
|
34012
34012
|
return {
|
|
34013
|
-
baseUri: '/services/data/
|
|
34013
|
+
baseUri: '/services/data/v59.0',
|
|
34014
34014
|
basePath: '/ui-api/record-avatars/batch/' + config.urlParams.recordIds + '',
|
|
34015
34015
|
method: 'get',
|
|
34016
34016
|
body: null,
|
|
@@ -34685,7 +34685,7 @@
|
|
|
34685
34685
|
function createResourceRequest$s(config) {
|
|
34686
34686
|
const headers = {};
|
|
34687
34687
|
return {
|
|
34688
|
-
baseUri: '/services/data/
|
|
34688
|
+
baseUri: '/services/data/v59.0',
|
|
34689
34689
|
basePath: '/ui-api/related-list-count/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
34690
34690
|
method: 'get',
|
|
34691
34691
|
body: null,
|
|
@@ -34945,7 +34945,7 @@
|
|
|
34945
34945
|
function createResourceRequest$r(config) {
|
|
34946
34946
|
const headers = {};
|
|
34947
34947
|
return {
|
|
34948
|
-
baseUri: '/services/data/
|
|
34948
|
+
baseUri: '/services/data/v59.0',
|
|
34949
34949
|
basePath: '/ui-api/related-list-count/batch/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListNames + '',
|
|
34950
34950
|
method: 'get',
|
|
34951
34951
|
body: null,
|
|
@@ -35459,7 +35459,7 @@
|
|
|
35459
35459
|
function createResourceRequest$q(config) {
|
|
35460
35460
|
const headers = {};
|
|
35461
35461
|
return {
|
|
35462
|
-
baseUri: '/services/data/
|
|
35462
|
+
baseUri: '/services/data/v59.0',
|
|
35463
35463
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
35464
35464
|
method: 'get',
|
|
35465
35465
|
body: null,
|
|
@@ -35724,7 +35724,7 @@
|
|
|
35724
35724
|
function createResourceRequest$p(config) {
|
|
35725
35725
|
const headers = {};
|
|
35726
35726
|
return {
|
|
35727
|
-
baseUri: '/services/data/
|
|
35727
|
+
baseUri: '/services/data/v59.0',
|
|
35728
35728
|
basePath: '/ui-api/related-list-info/batch/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListNames + '',
|
|
35729
35729
|
method: 'get',
|
|
35730
35730
|
body: null,
|
|
@@ -36006,7 +36006,7 @@
|
|
|
36006
36006
|
function createResourceRequest$o(config) {
|
|
36007
36007
|
const headers = {};
|
|
36008
36008
|
return {
|
|
36009
|
-
baseUri: '/services/data/
|
|
36009
|
+
baseUri: '/services/data/v59.0',
|
|
36010
36010
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '',
|
|
36011
36011
|
method: 'get',
|
|
36012
36012
|
body: null,
|
|
@@ -36391,7 +36391,7 @@
|
|
|
36391
36391
|
function createResourceRequest$n(config) {
|
|
36392
36392
|
const headers = {};
|
|
36393
36393
|
return {
|
|
36394
|
-
baseUri: '/services/data/
|
|
36394
|
+
baseUri: '/services/data/v59.0',
|
|
36395
36395
|
basePath: '/ui-api/related-list-info/' + config.urlParams.parentObjectApiName + '/' + config.urlParams.relatedListId + '',
|
|
36396
36396
|
method: 'patch',
|
|
36397
36397
|
body: config.body,
|
|
@@ -36642,7 +36642,7 @@
|
|
|
36642
36642
|
function createResourceRequest$m(config) {
|
|
36643
36643
|
const headers = {};
|
|
36644
36644
|
return {
|
|
36645
|
-
baseUri: '/services/data/
|
|
36645
|
+
baseUri: '/services/data/v59.0',
|
|
36646
36646
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
36647
36647
|
method: 'get',
|
|
36648
36648
|
body: null,
|
|
@@ -36899,7 +36899,7 @@
|
|
|
36899
36899
|
function createResourceRequest$l(config) {
|
|
36900
36900
|
const headers = {};
|
|
36901
36901
|
return {
|
|
36902
|
-
baseUri: '/services/data/
|
|
36902
|
+
baseUri: '/services/data/v59.0',
|
|
36903
36903
|
basePath: '/ui-api/related-list-preferences/batch/' + config.urlParams.preferencesIds + '',
|
|
36904
36904
|
method: 'get',
|
|
36905
36905
|
body: null,
|
|
@@ -37149,7 +37149,7 @@
|
|
|
37149
37149
|
function createResourceRequest$k(config) {
|
|
37150
37150
|
const headers = {};
|
|
37151
37151
|
return {
|
|
37152
|
-
baseUri: '/services/data/
|
|
37152
|
+
baseUri: '/services/data/v59.0',
|
|
37153
37153
|
basePath: '/ui-api/related-list-preferences/' + config.urlParams.preferencesId + '',
|
|
37154
37154
|
method: 'patch',
|
|
37155
37155
|
body: config.body,
|
|
@@ -37925,7 +37925,7 @@
|
|
|
37925
37925
|
function createResourceRequest$j(config) {
|
|
37926
37926
|
const headers = {};
|
|
37927
37927
|
return {
|
|
37928
|
-
baseUri: '/services/data/
|
|
37928
|
+
baseUri: '/services/data/v59.0',
|
|
37929
37929
|
basePath: '/ui-api/related-list-records/' + config.urlParams.parentRecordId + '/' + config.urlParams.relatedListId + '',
|
|
37930
37930
|
method: 'post',
|
|
37931
37931
|
body: config.body,
|
|
@@ -38203,7 +38203,7 @@
|
|
|
38203
38203
|
function createResourceRequest$i(config) {
|
|
38204
38204
|
const headers = {};
|
|
38205
38205
|
return {
|
|
38206
|
-
baseUri: '/services/data/
|
|
38206
|
+
baseUri: '/services/data/v59.0',
|
|
38207
38207
|
basePath: '/ui-api/related-list-records/batch/' + config.urlParams.parentRecordId + '',
|
|
38208
38208
|
method: 'post',
|
|
38209
38209
|
priority: 'normal',
|
|
@@ -38883,7 +38883,7 @@
|
|
|
38883
38883
|
function createResourceRequest$h(config) {
|
|
38884
38884
|
const headers = {};
|
|
38885
38885
|
return {
|
|
38886
|
-
baseUri: '/services/data/
|
|
38886
|
+
baseUri: '/services/data/v59.0',
|
|
38887
38887
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters',
|
|
38888
38888
|
method: 'get',
|
|
38889
38889
|
body: null,
|
|
@@ -39116,7 +39116,7 @@
|
|
|
39116
39116
|
function createResourceRequest$g(config) {
|
|
39117
39117
|
const headers = {};
|
|
39118
39118
|
return {
|
|
39119
|
-
baseUri: '/services/data/
|
|
39119
|
+
baseUri: '/services/data/v59.0',
|
|
39120
39120
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/filters/' + config.urlParams.filterApiName + '/options',
|
|
39121
39121
|
method: 'get',
|
|
39122
39122
|
body: null,
|
|
@@ -39385,7 +39385,7 @@
|
|
|
39385
39385
|
function createResourceRequest$f(config) {
|
|
39386
39386
|
const headers = {};
|
|
39387
39387
|
return {
|
|
39388
|
-
baseUri: '/services/data/
|
|
39388
|
+
baseUri: '/services/data/v59.0',
|
|
39389
39389
|
basePath: '/ui-api/search-info/' + config.urlParams.objectApiName + '/lookup/' + config.urlParams.fieldApiName + '',
|
|
39390
39390
|
method: 'get',
|
|
39391
39391
|
body: null,
|
|
@@ -39683,7 +39683,7 @@
|
|
|
39683
39683
|
function createResourceRequest$e(config) {
|
|
39684
39684
|
const headers = {};
|
|
39685
39685
|
return {
|
|
39686
|
-
baseUri: '/services/data/
|
|
39686
|
+
baseUri: '/services/data/v59.0',
|
|
39687
39687
|
basePath: '/ui-api/search/results',
|
|
39688
39688
|
method: 'post',
|
|
39689
39689
|
body: config.body,
|
|
@@ -40008,7 +40008,7 @@
|
|
|
40008
40008
|
function createResourceRequest$d(config) {
|
|
40009
40009
|
const headers = {};
|
|
40010
40010
|
return {
|
|
40011
|
-
baseUri: '/services/data/
|
|
40011
|
+
baseUri: '/services/data/v59.0',
|
|
40012
40012
|
basePath: '/ui-api/search/results/keyword',
|
|
40013
40013
|
method: 'post',
|
|
40014
40014
|
body: config.body,
|
|
@@ -40189,7 +40189,7 @@
|
|
|
40189
40189
|
function createResourceRequest$c(config) {
|
|
40190
40190
|
const headers = {};
|
|
40191
40191
|
return {
|
|
40192
|
-
baseUri: '/services/data/
|
|
40192
|
+
baseUri: '/services/data/v59.0',
|
|
40193
40193
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40194
40194
|
method: 'patch',
|
|
40195
40195
|
body: config.body,
|
|
@@ -40333,7 +40333,7 @@
|
|
|
40333
40333
|
function createResourceRequest$b(config) {
|
|
40334
40334
|
const headers = {};
|
|
40335
40335
|
return {
|
|
40336
|
-
baseUri: '/services/data/
|
|
40336
|
+
baseUri: '/services/data/v59.0',
|
|
40337
40337
|
basePath: '/ui-api/actions/perform-quick-action/' + config.urlParams.actionApiName + '',
|
|
40338
40338
|
method: 'post',
|
|
40339
40339
|
body: config.body,
|
|
@@ -40479,7 +40479,7 @@
|
|
|
40479
40479
|
function createResourceRequest$a(config) {
|
|
40480
40480
|
const headers = {};
|
|
40481
40481
|
return {
|
|
40482
|
-
baseUri: '/services/data/
|
|
40482
|
+
baseUri: '/services/data/v59.0',
|
|
40483
40483
|
basePath: '/ui-api/layout/' + config.urlParams.objectApiName + '/user-state',
|
|
40484
40484
|
method: 'patch',
|
|
40485
40485
|
body: config.body,
|
|
@@ -40923,7 +40923,7 @@
|
|
|
40923
40923
|
function createResourceRequest$9(config) {
|
|
40924
40924
|
const headers = {};
|
|
40925
40925
|
return {
|
|
40926
|
-
baseUri: '/services/data/
|
|
40926
|
+
baseUri: '/services/data/v59.0',
|
|
40927
40927
|
basePath: '/ui-api/lookups/' + config.urlParams.objectApiName + '/' + config.urlParams.fieldApiName + '',
|
|
40928
40928
|
method: 'get',
|
|
40929
40929
|
body: null,
|
|
@@ -41187,7 +41187,7 @@
|
|
|
41187
41187
|
function createResourceRequest$8(config) {
|
|
41188
41188
|
const headers = {};
|
|
41189
41189
|
return {
|
|
41190
|
-
baseUri: '/services/data/
|
|
41190
|
+
baseUri: '/services/data/v59.0',
|
|
41191
41191
|
basePath: '/ui-api/record-avatars/' + config.urlParams.recordId + '/association',
|
|
41192
41192
|
method: 'post',
|
|
41193
41193
|
body: config.body,
|
|
@@ -41600,7 +41600,7 @@
|
|
|
41600
41600
|
function createResourceRequest$7(config) {
|
|
41601
41601
|
const headers = {};
|
|
41602
41602
|
return {
|
|
41603
|
-
baseUri: '/services/data/
|
|
41603
|
+
baseUri: '/services/data/v59.0',
|
|
41604
41604
|
basePath: '/ui-api/record-defaults/create/' + config.urlParams.objectApiName + '',
|
|
41605
41605
|
method: 'get',
|
|
41606
41606
|
body: null,
|
|
@@ -42223,7 +42223,7 @@
|
|
|
42223
42223
|
function createResourceRequest$6(config) {
|
|
42224
42224
|
const headers = {};
|
|
42225
42225
|
return {
|
|
42226
|
-
baseUri: '/services/data/
|
|
42226
|
+
baseUri: '/services/data/v59.0',
|
|
42227
42227
|
basePath: '/ui-api/record-defaults/template/clone/' + config.urlParams.recordId + '',
|
|
42228
42228
|
method: 'get',
|
|
42229
42229
|
body: null,
|
|
@@ -42839,7 +42839,7 @@
|
|
|
42839
42839
|
function createResourceRequest$5(config) {
|
|
42840
42840
|
const headers = {};
|
|
42841
42841
|
return {
|
|
42842
|
-
baseUri: '/services/data/
|
|
42842
|
+
baseUri: '/services/data/v59.0',
|
|
42843
42843
|
basePath: '/ui-api/record-defaults/template/create/' + config.urlParams.objectApiName + '',
|
|
42844
42844
|
method: 'get',
|
|
42845
42845
|
body: null,
|
|
@@ -43086,7 +43086,7 @@
|
|
|
43086
43086
|
function createResourceRequest$4(config) {
|
|
43087
43087
|
const headers = {};
|
|
43088
43088
|
return {
|
|
43089
|
-
baseUri: '/services/data/
|
|
43089
|
+
baseUri: '/services/data/v59.0',
|
|
43090
43090
|
basePath: '/ui-api/records',
|
|
43091
43091
|
method: 'post',
|
|
43092
43092
|
body: config.body,
|
|
@@ -43185,7 +43185,7 @@
|
|
|
43185
43185
|
function createResourceRequest$3(config) {
|
|
43186
43186
|
const headers = {};
|
|
43187
43187
|
return {
|
|
43188
|
-
baseUri: '/services/data/
|
|
43188
|
+
baseUri: '/services/data/v59.0',
|
|
43189
43189
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43190
43190
|
method: 'delete',
|
|
43191
43191
|
body: null,
|
|
@@ -43286,7 +43286,7 @@
|
|
|
43286
43286
|
headers['If-Unmodified-Since'] = header_ifUnmodifiedSince;
|
|
43287
43287
|
}
|
|
43288
43288
|
return {
|
|
43289
|
-
baseUri: '/services/data/
|
|
43289
|
+
baseUri: '/services/data/v59.0',
|
|
43290
43290
|
basePath: '/ui-api/records/' + config.urlParams.recordId + '',
|
|
43291
43291
|
method: 'patch',
|
|
43292
43292
|
body: config.body,
|
|
@@ -43664,7 +43664,7 @@
|
|
|
43664
43664
|
function createResourceRequest$1$1(config) {
|
|
43665
43665
|
const headers = {};
|
|
43666
43666
|
return {
|
|
43667
|
-
baseUri: '/services/data/
|
|
43667
|
+
baseUri: '/services/data/v59.0',
|
|
43668
43668
|
basePath: '/ui-api/records/content-documents/' +
|
|
43669
43669
|
config.urlParams.contentDocumentId +
|
|
43670
43670
|
'/content-versions',
|
|
@@ -43773,7 +43773,7 @@
|
|
|
43773
43773
|
function createResourceRequest$11(config) {
|
|
43774
43774
|
const headers = {};
|
|
43775
43775
|
return {
|
|
43776
|
-
baseUri: '/services/data/
|
|
43776
|
+
baseUri: '/services/data/v59.0',
|
|
43777
43777
|
basePath: '/ui-api/records/content-documents/content-versions',
|
|
43778
43778
|
method: 'post',
|
|
43779
43779
|
body: config.body,
|
|
@@ -44434,7 +44434,7 @@
|
|
|
44434
44434
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44435
44435
|
});
|
|
44436
44436
|
});
|
|
44437
|
-
// version: 1.134.
|
|
44437
|
+
// version: 1.134.5-a25b51598
|
|
44438
44438
|
|
|
44439
44439
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44440
44440
|
|
|
@@ -44514,7 +44514,7 @@
|
|
|
44514
44514
|
const { isArray: isArray$6 } = Array;
|
|
44515
44515
|
const { entries: entries$3, keys: keys$6 } = Object;
|
|
44516
44516
|
|
|
44517
|
-
const UI_API_BASE_URI = '/services/data/
|
|
44517
|
+
const UI_API_BASE_URI = '/services/data/v59.0/ui-api';
|
|
44518
44518
|
|
|
44519
44519
|
let instrumentation$1 = {
|
|
44520
44520
|
aggregateUiChunkCount: (_cb) => { },
|
|
@@ -45088,10 +45088,8 @@
|
|
|
45088
45088
|
* will refresh the snapshot from network, and then run the results from network
|
|
45089
45089
|
* through L2 ingestion, returning the subsequent revived snapshot.
|
|
45090
45090
|
*/
|
|
45091
|
-
function reviveSnapshot(baseEnvironment, durableStore,
|
|
45092
|
-
|
|
45093
|
-
unavailableSnapshot, durableStoreErrorHandler, buildL1Snapshot, reviveMetrics = { l2Trips: [] }) {
|
|
45094
|
-
const { recordId, select, seenRecords, state } = unavailableSnapshot;
|
|
45091
|
+
function reviveSnapshot(baseEnvironment, durableStore, unavailableSnapshot, durableStoreErrorHandler, buildL1Snapshot, reviveMetrics = { l2Trips: [] }) {
|
|
45092
|
+
const { recordId, select, missingLinks, seenRecords, state } = unavailableSnapshot;
|
|
45095
45093
|
// L2 can only revive Unfulfilled snapshots that have a selector since they have the
|
|
45096
45094
|
// info needed to revive (like missingLinks) and rebuild. Otherwise return L1 snapshot.
|
|
45097
45095
|
if (state !== 'Unfulfilled' || select === undefined) {
|
|
@@ -45104,6 +45102,7 @@
|
|
|
45104
45102
|
// we attempt to read all keys from L2 - so combine recordId with any seenRecords
|
|
45105
45103
|
const keysToReviveSet = new StoreKeySet().add(recordId);
|
|
45106
45104
|
keysToReviveSet.merge(seenRecords);
|
|
45105
|
+
keysToReviveSet.merge(missingLinks);
|
|
45107
45106
|
const keysToRevive = keysToReviveSet.keysAsArray();
|
|
45108
45107
|
const canonicalKeys = keysToRevive.map((x) => serializeStructuredKey(baseEnvironment.storeGetCanonicalKey(x)));
|
|
45109
45108
|
const start = Date.now();
|
|
@@ -45137,10 +45136,11 @@
|
|
|
45137
45136
|
if (snapshot.state === 'Unfulfilled') {
|
|
45138
45137
|
// have to check if the new snapshot has any additional seenRecords
|
|
45139
45138
|
// and revive again if so
|
|
45140
|
-
const { seenRecords: newSnapshotSeenRecords, recordId: newSnapshotRecordId } = snapshot;
|
|
45139
|
+
const { seenRecords: newSnapshotSeenRecords, missingLinks: newSnapshotMissingLinks, recordId: newSnapshotRecordId, } = snapshot;
|
|
45141
45140
|
const newKeysToReviveSet = new StoreKeySet();
|
|
45142
45141
|
newKeysToReviveSet.add(newSnapshotRecordId);
|
|
45143
45142
|
newKeysToReviveSet.merge(newSnapshotSeenRecords);
|
|
45143
|
+
newKeysToReviveSet.merge(newSnapshotMissingLinks);
|
|
45144
45144
|
const newKeys = newKeysToReviveSet.keysAsArray();
|
|
45145
45145
|
// in case DS returned additional entries we combine the requested
|
|
45146
45146
|
// and returned keys
|
|
@@ -58311,7 +58311,7 @@
|
|
|
58311
58311
|
/**
|
|
58312
58312
|
* merge to paging url with different set of fields or optional fields as combined one
|
|
58313
58313
|
* the paging url is like
|
|
58314
|
-
* /services/data/
|
|
58314
|
+
* /services/data/v59.0/ui-api/related-list-records/001R0000006l1xKIAQ/Contacts
|
|
58315
58315
|
* ?fields=Id%2CName&optionalFields=Contact.Id%2CContact.Name&pageSize=50&pageToken=0
|
|
58316
58316
|
* @param path1 url path and query parmeter without domain
|
|
58317
58317
|
* @param path2 url path and query parmeter without domain
|
|
@@ -59806,7 +59806,7 @@
|
|
|
59806
59806
|
// so eslint doesn't complain about nimbus
|
|
59807
59807
|
/* global __nimbus */
|
|
59808
59808
|
// note this is automatically incremented by scripts/release/bump-api-version.js at each release
|
|
59809
|
-
const apiVersion = `
|
|
59809
|
+
const apiVersion = `v59.0`;
|
|
59810
59810
|
class NimbusPrimingNetworkAdapter {
|
|
59811
59811
|
postGraphQL(query, variables, abortController) {
|
|
59812
59812
|
return new Promise((resolve, reject) => {
|
|
@@ -60065,7 +60065,7 @@
|
|
|
60065
60065
|
id: '@salesforce/lds-network-adapter',
|
|
60066
60066
|
instrument: instrument$1,
|
|
60067
60067
|
});
|
|
60068
|
-
// version: 1.134.
|
|
60068
|
+
// version: 1.134.5-4b28c4f16
|
|
60069
60069
|
|
|
60070
60070
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60071
60071
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -60457,35 +60457,38 @@
|
|
|
60457
60457
|
}
|
|
60458
60458
|
}
|
|
60459
60459
|
}
|
|
60460
|
-
function selectType$H(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
60460
|
+
function selectType$H(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
60461
60461
|
if (fieldData === null) {
|
|
60462
|
+
reader.markSeenId(parentRecordId);
|
|
60462
60463
|
reader.assignScalar(key, sink, fieldData);
|
|
60463
60464
|
return sink;
|
|
60464
60465
|
}
|
|
60465
60466
|
switch (typename) {
|
|
60466
60467
|
case 'String': {
|
|
60468
|
+
reader.markSeenId(parentRecordId);
|
|
60467
60469
|
reader.assignScalar(key, sink, fieldData);
|
|
60468
60470
|
break;
|
|
60469
60471
|
}
|
|
60470
60472
|
case 'Double': {
|
|
60473
|
+
reader.markSeenId(parentRecordId);
|
|
60471
60474
|
reader.assignScalar(key, sink, fieldData);
|
|
60472
60475
|
break;
|
|
60473
60476
|
}
|
|
60474
60477
|
}
|
|
60475
60478
|
return sink;
|
|
60476
60479
|
}
|
|
60477
|
-
function buildSelectionForField$H(source, reader, sel, variables, fragments) {
|
|
60478
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$G, getFieldType$11, selectType$H);
|
|
60480
|
+
function buildSelectionForField$H(source, reader, sel, variables, fragments, parentRecordId) {
|
|
60481
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$G, getFieldType$11, selectType$H, parentRecordId);
|
|
60479
60482
|
}
|
|
60480
|
-
function buildSelectionForNode$H(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
60481
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$H, buildSelectionForField$H);
|
|
60483
|
+
function buildSelectionForNode$H(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
60484
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$H, buildSelectionForField$H, parentRecordId);
|
|
60482
60485
|
}
|
|
60483
60486
|
function select$Q(field, variables, fragments) {
|
|
60484
|
-
return (source, reader) => {
|
|
60487
|
+
return (source, reader, parentRecordId) => {
|
|
60485
60488
|
var _a;
|
|
60486
60489
|
const sink = {};
|
|
60487
60490
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
60488
|
-
const builtSelection = buildSelectionForNode$H(source, reader, field, sel, variables, fragments);
|
|
60491
|
+
const builtSelection = buildSelectionForNode$H(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
60489
60492
|
if (builtSelection !== undefined) {
|
|
60490
60493
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
60491
60494
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -60616,35 +60619,38 @@
|
|
|
60616
60619
|
}
|
|
60617
60620
|
}
|
|
60618
60621
|
}
|
|
60619
|
-
function selectType$G(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
60622
|
+
function selectType$G(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
60620
60623
|
if (fieldData === null) {
|
|
60624
|
+
reader.markSeenId(parentRecordId);
|
|
60621
60625
|
reader.assignScalar(key, sink, fieldData);
|
|
60622
60626
|
return sink;
|
|
60623
60627
|
}
|
|
60624
60628
|
switch (typename) {
|
|
60625
60629
|
case 'String': {
|
|
60630
|
+
reader.markSeenId(parentRecordId);
|
|
60626
60631
|
reader.assignScalar(key, sink, fieldData);
|
|
60627
60632
|
break;
|
|
60628
60633
|
}
|
|
60629
60634
|
case 'Long': {
|
|
60635
|
+
reader.markSeenId(parentRecordId);
|
|
60630
60636
|
reader.assignScalar(key, sink, fieldData);
|
|
60631
60637
|
break;
|
|
60632
60638
|
}
|
|
60633
60639
|
}
|
|
60634
60640
|
return sink;
|
|
60635
60641
|
}
|
|
60636
|
-
function buildSelectionForField$G(source, reader, sel, variables, fragments) {
|
|
60637
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$F, getFieldType$10, selectType$G);
|
|
60642
|
+
function buildSelectionForField$G(source, reader, sel, variables, fragments, parentRecordId) {
|
|
60643
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$F, getFieldType$10, selectType$G, parentRecordId);
|
|
60638
60644
|
}
|
|
60639
|
-
function buildSelectionForNode$G(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
60640
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$G, buildSelectionForField$G);
|
|
60645
|
+
function buildSelectionForNode$G(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
60646
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$G, buildSelectionForField$G, parentRecordId);
|
|
60641
60647
|
}
|
|
60642
60648
|
function select$P(field, variables, fragments) {
|
|
60643
|
-
return (source, reader) => {
|
|
60649
|
+
return (source, reader, parentRecordId) => {
|
|
60644
60650
|
var _a;
|
|
60645
60651
|
const sink = {};
|
|
60646
60652
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
60647
|
-
const builtSelection = buildSelectionForNode$G(source, reader, field, sel, variables, fragments);
|
|
60653
|
+
const builtSelection = buildSelectionForNode$G(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
60648
60654
|
if (builtSelection !== undefined) {
|
|
60649
60655
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
60650
60656
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -60775,35 +60781,38 @@
|
|
|
60775
60781
|
}
|
|
60776
60782
|
}
|
|
60777
60783
|
}
|
|
60778
|
-
function selectType$F(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
60784
|
+
function selectType$F(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
60779
60785
|
if (fieldData === null) {
|
|
60786
|
+
reader.markSeenId(parentRecordId);
|
|
60780
60787
|
reader.assignScalar(key, sink, fieldData);
|
|
60781
60788
|
return sink;
|
|
60782
60789
|
}
|
|
60783
60790
|
switch (typename) {
|
|
60784
60791
|
case 'String': {
|
|
60792
|
+
reader.markSeenId(parentRecordId);
|
|
60785
60793
|
reader.assignScalar(key, sink, fieldData);
|
|
60786
60794
|
break;
|
|
60787
60795
|
}
|
|
60788
60796
|
case 'Percent': {
|
|
60797
|
+
reader.markSeenId(parentRecordId);
|
|
60789
60798
|
reader.assignScalar(key, sink, fieldData);
|
|
60790
60799
|
break;
|
|
60791
60800
|
}
|
|
60792
60801
|
}
|
|
60793
60802
|
return sink;
|
|
60794
60803
|
}
|
|
60795
|
-
function buildSelectionForField$F(source, reader, sel, variables, fragments) {
|
|
60796
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$E, getFieldType$$, selectType$F);
|
|
60804
|
+
function buildSelectionForField$F(source, reader, sel, variables, fragments, parentRecordId) {
|
|
60805
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$E, getFieldType$$, selectType$F, parentRecordId);
|
|
60797
60806
|
}
|
|
60798
|
-
function buildSelectionForNode$F(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
60799
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$F, buildSelectionForField$F);
|
|
60807
|
+
function buildSelectionForNode$F(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
60808
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$F, buildSelectionForField$F, parentRecordId);
|
|
60800
60809
|
}
|
|
60801
60810
|
function select$O(field, variables, fragments) {
|
|
60802
|
-
return (source, reader) => {
|
|
60811
|
+
return (source, reader, parentRecordId) => {
|
|
60803
60812
|
var _a;
|
|
60804
60813
|
const sink = {};
|
|
60805
60814
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
60806
|
-
const builtSelection = buildSelectionForNode$F(source, reader, field, sel, variables, fragments);
|
|
60815
|
+
const builtSelection = buildSelectionForNode$F(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
60807
60816
|
if (builtSelection !== undefined) {
|
|
60808
60817
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
60809
60818
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -61016,35 +61025,38 @@
|
|
|
61016
61025
|
}
|
|
61017
61026
|
}
|
|
61018
61027
|
}
|
|
61019
|
-
function selectType$E(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
61028
|
+
function selectType$E(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
61020
61029
|
if (fieldData === null) {
|
|
61030
|
+
reader.markSeenId(parentRecordId);
|
|
61021
61031
|
reader.assignScalar(key, sink, fieldData);
|
|
61022
61032
|
return sink;
|
|
61023
61033
|
}
|
|
61024
61034
|
switch (typename) {
|
|
61025
61035
|
case 'String': {
|
|
61036
|
+
reader.markSeenId(parentRecordId);
|
|
61026
61037
|
reader.assignScalar(key, sink, fieldData);
|
|
61027
61038
|
break;
|
|
61028
61039
|
}
|
|
61029
61040
|
case 'Int': {
|
|
61041
|
+
reader.markSeenId(parentRecordId);
|
|
61030
61042
|
reader.assignScalar(key, sink, fieldData);
|
|
61031
61043
|
break;
|
|
61032
61044
|
}
|
|
61033
61045
|
}
|
|
61034
61046
|
return sink;
|
|
61035
61047
|
}
|
|
61036
|
-
function buildSelectionForField$E(source, reader, sel, variables, fragments) {
|
|
61037
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$D, getFieldType$Z, selectType$E);
|
|
61048
|
+
function buildSelectionForField$E(source, reader, sel, variables, fragments, parentRecordId) {
|
|
61049
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$D, getFieldType$Z, selectType$E, parentRecordId);
|
|
61038
61050
|
}
|
|
61039
|
-
function buildSelectionForNode$E(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
61040
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$E, buildSelectionForField$E);
|
|
61051
|
+
function buildSelectionForNode$E(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
61052
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$E, buildSelectionForField$E, parentRecordId);
|
|
61041
61053
|
}
|
|
61042
61054
|
function select$N(field, variables, fragments) {
|
|
61043
|
-
return (source, reader) => {
|
|
61055
|
+
return (source, reader, parentRecordId) => {
|
|
61044
61056
|
var _a;
|
|
61045
61057
|
const sink = {};
|
|
61046
61058
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
61047
|
-
const builtSelection = buildSelectionForNode$E(source, reader, field, sel, variables, fragments);
|
|
61059
|
+
const builtSelection = buildSelectionForNode$E(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
61048
61060
|
if (builtSelection !== undefined) {
|
|
61049
61061
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
61050
61062
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -61175,31 +61187,33 @@
|
|
|
61175
61187
|
}
|
|
61176
61188
|
}
|
|
61177
61189
|
}
|
|
61178
|
-
function selectType$D(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
61190
|
+
function selectType$D(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
61179
61191
|
if (fieldData === null) {
|
|
61192
|
+
reader.markSeenId(parentRecordId);
|
|
61180
61193
|
reader.assignScalar(key, sink, fieldData);
|
|
61181
61194
|
return sink;
|
|
61182
61195
|
}
|
|
61183
61196
|
switch (typename) {
|
|
61184
61197
|
case 'String': {
|
|
61198
|
+
reader.markSeenId(parentRecordId);
|
|
61185
61199
|
reader.assignScalar(key, sink, fieldData);
|
|
61186
61200
|
break;
|
|
61187
61201
|
}
|
|
61188
61202
|
}
|
|
61189
61203
|
return sink;
|
|
61190
61204
|
}
|
|
61191
|
-
function buildSelectionForField$D(source, reader, sel, variables, fragments) {
|
|
61192
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$C, getFieldType$Y, selectType$D);
|
|
61205
|
+
function buildSelectionForField$D(source, reader, sel, variables, fragments, parentRecordId) {
|
|
61206
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$C, getFieldType$Y, selectType$D, parentRecordId);
|
|
61193
61207
|
}
|
|
61194
|
-
function buildSelectionForNode$D(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
61195
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$D, buildSelectionForField$D);
|
|
61208
|
+
function buildSelectionForNode$D(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
61209
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$D, buildSelectionForField$D, parentRecordId);
|
|
61196
61210
|
}
|
|
61197
61211
|
function select$M(field, variables, fragments) {
|
|
61198
|
-
return (source, reader) => {
|
|
61212
|
+
return (source, reader, parentRecordId) => {
|
|
61199
61213
|
var _a;
|
|
61200
61214
|
const sink = {};
|
|
61201
61215
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
61202
|
-
const builtSelection = buildSelectionForNode$D(source, reader, field, sel, variables, fragments);
|
|
61216
|
+
const builtSelection = buildSelectionForNode$D(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
61203
61217
|
if (builtSelection !== undefined) {
|
|
61204
61218
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
61205
61219
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -61402,35 +61416,38 @@
|
|
|
61402
61416
|
}
|
|
61403
61417
|
}
|
|
61404
61418
|
}
|
|
61405
|
-
function selectType$C(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
61419
|
+
function selectType$C(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
61406
61420
|
if (fieldData === null) {
|
|
61421
|
+
reader.markSeenId(parentRecordId);
|
|
61407
61422
|
reader.assignScalar(key, sink, fieldData);
|
|
61408
61423
|
return sink;
|
|
61409
61424
|
}
|
|
61410
61425
|
switch (typename) {
|
|
61411
61426
|
case 'String': {
|
|
61427
|
+
reader.markSeenId(parentRecordId);
|
|
61412
61428
|
reader.assignScalar(key, sink, fieldData);
|
|
61413
61429
|
break;
|
|
61414
61430
|
}
|
|
61415
61431
|
case 'ID': {
|
|
61432
|
+
reader.markSeenId(parentRecordId);
|
|
61416
61433
|
reader.assignScalar(key, sink, fieldData);
|
|
61417
61434
|
break;
|
|
61418
61435
|
}
|
|
61419
61436
|
}
|
|
61420
61437
|
return sink;
|
|
61421
61438
|
}
|
|
61422
|
-
function buildSelectionForField$C(source, reader, sel, variables, fragments) {
|
|
61423
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$B, getFieldType$W, selectType$C);
|
|
61439
|
+
function buildSelectionForField$C(source, reader, sel, variables, fragments, parentRecordId) {
|
|
61440
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$B, getFieldType$W, selectType$C, parentRecordId);
|
|
61424
61441
|
}
|
|
61425
|
-
function buildSelectionForNode$C(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
61426
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$C, buildSelectionForField$C);
|
|
61442
|
+
function buildSelectionForNode$C(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
61443
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$C, buildSelectionForField$C, parentRecordId);
|
|
61427
61444
|
}
|
|
61428
61445
|
function select$L(field, variables, fragments) {
|
|
61429
|
-
return (source, reader) => {
|
|
61446
|
+
return (source, reader, parentRecordId) => {
|
|
61430
61447
|
var _a;
|
|
61431
61448
|
const sink = {};
|
|
61432
61449
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
61433
|
-
const builtSelection = buildSelectionForNode$C(source, reader, field, sel, variables, fragments);
|
|
61450
|
+
const builtSelection = buildSelectionForNode$C(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
61434
61451
|
if (builtSelection !== undefined) {
|
|
61435
61452
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
61436
61453
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -61555,35 +61572,38 @@
|
|
|
61555
61572
|
}
|
|
61556
61573
|
}
|
|
61557
61574
|
}
|
|
61558
|
-
function selectType$B(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
61575
|
+
function selectType$B(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
61559
61576
|
if (fieldData === null) {
|
|
61577
|
+
reader.markSeenId(parentRecordId);
|
|
61560
61578
|
reader.assignScalar(key, sink, fieldData);
|
|
61561
61579
|
return sink;
|
|
61562
61580
|
}
|
|
61563
61581
|
switch (typename) {
|
|
61564
61582
|
case 'String': {
|
|
61583
|
+
reader.markSeenId(parentRecordId);
|
|
61565
61584
|
reader.assignScalar(key, sink, fieldData);
|
|
61566
61585
|
break;
|
|
61567
61586
|
}
|
|
61568
61587
|
case 'DateTime': {
|
|
61588
|
+
reader.markSeenId(parentRecordId);
|
|
61569
61589
|
reader.assignScalar(key, sink, fieldData);
|
|
61570
61590
|
break;
|
|
61571
61591
|
}
|
|
61572
61592
|
}
|
|
61573
61593
|
return sink;
|
|
61574
61594
|
}
|
|
61575
|
-
function buildSelectionForField$B(source, reader, sel, variables, fragments) {
|
|
61576
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$A, getFieldType$V, selectType$B);
|
|
61595
|
+
function buildSelectionForField$B(source, reader, sel, variables, fragments, parentRecordId) {
|
|
61596
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$A, getFieldType$V, selectType$B, parentRecordId);
|
|
61577
61597
|
}
|
|
61578
|
-
function buildSelectionForNode$B(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
61579
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$B, buildSelectionForField$B);
|
|
61598
|
+
function buildSelectionForNode$B(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
61599
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$B, buildSelectionForField$B, parentRecordId);
|
|
61580
61600
|
}
|
|
61581
61601
|
function select$K(field, variables, fragments) {
|
|
61582
|
-
return (source, reader) => {
|
|
61602
|
+
return (source, reader, parentRecordId) => {
|
|
61583
61603
|
var _a;
|
|
61584
61604
|
const sink = {};
|
|
61585
61605
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
61586
|
-
const builtSelection = buildSelectionForNode$B(source, reader, field, sel, variables, fragments);
|
|
61606
|
+
const builtSelection = buildSelectionForNode$B(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
61587
61607
|
if (builtSelection !== undefined) {
|
|
61588
61608
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
61589
61609
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -61714,35 +61734,38 @@
|
|
|
61714
61734
|
}
|
|
61715
61735
|
}
|
|
61716
61736
|
}
|
|
61717
|
-
function selectType$A(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
61737
|
+
function selectType$A(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
61718
61738
|
if (fieldData === null) {
|
|
61739
|
+
reader.markSeenId(parentRecordId);
|
|
61719
61740
|
reader.assignScalar(key, sink, fieldData);
|
|
61720
61741
|
return sink;
|
|
61721
61742
|
}
|
|
61722
61743
|
switch (typename) {
|
|
61723
61744
|
case 'String': {
|
|
61745
|
+
reader.markSeenId(parentRecordId);
|
|
61724
61746
|
reader.assignScalar(key, sink, fieldData);
|
|
61725
61747
|
break;
|
|
61726
61748
|
}
|
|
61727
61749
|
case 'Boolean': {
|
|
61750
|
+
reader.markSeenId(parentRecordId);
|
|
61728
61751
|
reader.assignScalar(key, sink, fieldData);
|
|
61729
61752
|
break;
|
|
61730
61753
|
}
|
|
61731
61754
|
}
|
|
61732
61755
|
return sink;
|
|
61733
61756
|
}
|
|
61734
|
-
function buildSelectionForField$A(source, reader, sel, variables, fragments) {
|
|
61735
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$z, getFieldType$U, selectType$A);
|
|
61757
|
+
function buildSelectionForField$A(source, reader, sel, variables, fragments, parentRecordId) {
|
|
61758
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$z, getFieldType$U, selectType$A, parentRecordId);
|
|
61736
61759
|
}
|
|
61737
|
-
function buildSelectionForNode$A(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
61738
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$A, buildSelectionForField$A);
|
|
61760
|
+
function buildSelectionForNode$A(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
61761
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$A, buildSelectionForField$A, parentRecordId);
|
|
61739
61762
|
}
|
|
61740
61763
|
function select$J(field, variables, fragments) {
|
|
61741
|
-
return (source, reader) => {
|
|
61764
|
+
return (source, reader, parentRecordId) => {
|
|
61742
61765
|
var _a;
|
|
61743
61766
|
const sink = {};
|
|
61744
61767
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
61745
|
-
const builtSelection = buildSelectionForNode$A(source, reader, field, sel, variables, fragments);
|
|
61768
|
+
const builtSelection = buildSelectionForNode$A(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
61746
61769
|
if (builtSelection !== undefined) {
|
|
61747
61770
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
61748
61771
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -61867,35 +61890,38 @@
|
|
|
61867
61890
|
}
|
|
61868
61891
|
}
|
|
61869
61892
|
}
|
|
61870
|
-
function selectType$z(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
61893
|
+
function selectType$z(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
61871
61894
|
if (fieldData === null) {
|
|
61895
|
+
reader.markSeenId(parentRecordId);
|
|
61872
61896
|
reader.assignScalar(key, sink, fieldData);
|
|
61873
61897
|
return sink;
|
|
61874
61898
|
}
|
|
61875
61899
|
switch (typename) {
|
|
61876
61900
|
case 'String': {
|
|
61901
|
+
reader.markSeenId(parentRecordId);
|
|
61877
61902
|
reader.assignScalar(key, sink, fieldData);
|
|
61878
61903
|
break;
|
|
61879
61904
|
}
|
|
61880
61905
|
case 'Time': {
|
|
61906
|
+
reader.markSeenId(parentRecordId);
|
|
61881
61907
|
reader.assignScalar(key, sink, fieldData);
|
|
61882
61908
|
break;
|
|
61883
61909
|
}
|
|
61884
61910
|
}
|
|
61885
61911
|
return sink;
|
|
61886
61912
|
}
|
|
61887
|
-
function buildSelectionForField$z(source, reader, sel, variables, fragments) {
|
|
61888
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$y, getFieldType$T, selectType$z);
|
|
61913
|
+
function buildSelectionForField$z(source, reader, sel, variables, fragments, parentRecordId) {
|
|
61914
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$y, getFieldType$T, selectType$z, parentRecordId);
|
|
61889
61915
|
}
|
|
61890
|
-
function buildSelectionForNode$z(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
61891
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$z, buildSelectionForField$z);
|
|
61916
|
+
function buildSelectionForNode$z(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
61917
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$z, buildSelectionForField$z, parentRecordId);
|
|
61892
61918
|
}
|
|
61893
61919
|
function select$I(field, variables, fragments) {
|
|
61894
|
-
return (source, reader) => {
|
|
61920
|
+
return (source, reader, parentRecordId) => {
|
|
61895
61921
|
var _a;
|
|
61896
61922
|
const sink = {};
|
|
61897
61923
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
61898
|
-
const builtSelection = buildSelectionForNode$z(source, reader, field, sel, variables, fragments);
|
|
61924
|
+
const builtSelection = buildSelectionForNode$z(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
61899
61925
|
if (builtSelection !== undefined) {
|
|
61900
61926
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
61901
61927
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62026,35 +62052,38 @@
|
|
|
62026
62052
|
}
|
|
62027
62053
|
}
|
|
62028
62054
|
}
|
|
62029
|
-
function selectType$y(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62055
|
+
function selectType$y(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62030
62056
|
if (fieldData === null) {
|
|
62057
|
+
reader.markSeenId(parentRecordId);
|
|
62031
62058
|
reader.assignScalar(key, sink, fieldData);
|
|
62032
62059
|
return sink;
|
|
62033
62060
|
}
|
|
62034
62061
|
switch (typename) {
|
|
62035
62062
|
case 'String': {
|
|
62063
|
+
reader.markSeenId(parentRecordId);
|
|
62036
62064
|
reader.assignScalar(key, sink, fieldData);
|
|
62037
62065
|
break;
|
|
62038
62066
|
}
|
|
62039
62067
|
case 'Date': {
|
|
62068
|
+
reader.markSeenId(parentRecordId);
|
|
62040
62069
|
reader.assignScalar(key, sink, fieldData);
|
|
62041
62070
|
break;
|
|
62042
62071
|
}
|
|
62043
62072
|
}
|
|
62044
62073
|
return sink;
|
|
62045
62074
|
}
|
|
62046
|
-
function buildSelectionForField$y(source, reader, sel, variables, fragments) {
|
|
62047
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$x, getFieldType$S, selectType$y);
|
|
62075
|
+
function buildSelectionForField$y(source, reader, sel, variables, fragments, parentRecordId) {
|
|
62076
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$x, getFieldType$S, selectType$y, parentRecordId);
|
|
62048
62077
|
}
|
|
62049
|
-
function buildSelectionForNode$y(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62050
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$y, buildSelectionForField$y);
|
|
62078
|
+
function buildSelectionForNode$y(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
62079
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$y, buildSelectionForField$y, parentRecordId);
|
|
62051
62080
|
}
|
|
62052
62081
|
function select$H(field, variables, fragments) {
|
|
62053
|
-
return (source, reader) => {
|
|
62082
|
+
return (source, reader, parentRecordId) => {
|
|
62054
62083
|
var _a;
|
|
62055
62084
|
const sink = {};
|
|
62056
62085
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62057
|
-
const builtSelection = buildSelectionForNode$y(source, reader, field, sel, variables, fragments);
|
|
62086
|
+
const builtSelection = buildSelectionForNode$y(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62058
62087
|
if (builtSelection !== undefined) {
|
|
62059
62088
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62060
62089
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62185,35 +62214,38 @@
|
|
|
62185
62214
|
}
|
|
62186
62215
|
}
|
|
62187
62216
|
}
|
|
62188
|
-
function selectType$x(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62217
|
+
function selectType$x(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62189
62218
|
if (fieldData === null) {
|
|
62219
|
+
reader.markSeenId(parentRecordId);
|
|
62190
62220
|
reader.assignScalar(key, sink, fieldData);
|
|
62191
62221
|
return sink;
|
|
62192
62222
|
}
|
|
62193
62223
|
switch (typename) {
|
|
62194
62224
|
case 'String': {
|
|
62225
|
+
reader.markSeenId(parentRecordId);
|
|
62195
62226
|
reader.assignScalar(key, sink, fieldData);
|
|
62196
62227
|
break;
|
|
62197
62228
|
}
|
|
62198
62229
|
case 'TextArea': {
|
|
62230
|
+
reader.markSeenId(parentRecordId);
|
|
62199
62231
|
reader.assignScalar(key, sink, fieldData);
|
|
62200
62232
|
break;
|
|
62201
62233
|
}
|
|
62202
62234
|
}
|
|
62203
62235
|
return sink;
|
|
62204
62236
|
}
|
|
62205
|
-
function buildSelectionForField$x(source, reader, sel, variables, fragments) {
|
|
62206
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$w, getFieldType$R, selectType$x);
|
|
62237
|
+
function buildSelectionForField$x(source, reader, sel, variables, fragments, parentRecordId) {
|
|
62238
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$w, getFieldType$R, selectType$x, parentRecordId);
|
|
62207
62239
|
}
|
|
62208
|
-
function buildSelectionForNode$x(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62209
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$x, buildSelectionForField$x);
|
|
62240
|
+
function buildSelectionForNode$x(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
62241
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$x, buildSelectionForField$x, parentRecordId);
|
|
62210
62242
|
}
|
|
62211
62243
|
function select$G(field, variables, fragments) {
|
|
62212
|
-
return (source, reader) => {
|
|
62244
|
+
return (source, reader, parentRecordId) => {
|
|
62213
62245
|
var _a;
|
|
62214
62246
|
const sink = {};
|
|
62215
62247
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62216
|
-
const builtSelection = buildSelectionForNode$x(source, reader, field, sel, variables, fragments);
|
|
62248
|
+
const builtSelection = buildSelectionForNode$x(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62217
62249
|
if (builtSelection !== undefined) {
|
|
62218
62250
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62219
62251
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62338,35 +62370,38 @@
|
|
|
62338
62370
|
}
|
|
62339
62371
|
}
|
|
62340
62372
|
}
|
|
62341
|
-
function selectType$w(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62373
|
+
function selectType$w(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62342
62374
|
if (fieldData === null) {
|
|
62375
|
+
reader.markSeenId(parentRecordId);
|
|
62343
62376
|
reader.assignScalar(key, sink, fieldData);
|
|
62344
62377
|
return sink;
|
|
62345
62378
|
}
|
|
62346
62379
|
switch (typename) {
|
|
62347
62380
|
case 'String': {
|
|
62381
|
+
reader.markSeenId(parentRecordId);
|
|
62348
62382
|
reader.assignScalar(key, sink, fieldData);
|
|
62349
62383
|
break;
|
|
62350
62384
|
}
|
|
62351
62385
|
case 'LongTextArea': {
|
|
62386
|
+
reader.markSeenId(parentRecordId);
|
|
62352
62387
|
reader.assignScalar(key, sink, fieldData);
|
|
62353
62388
|
break;
|
|
62354
62389
|
}
|
|
62355
62390
|
}
|
|
62356
62391
|
return sink;
|
|
62357
62392
|
}
|
|
62358
|
-
function buildSelectionForField$w(source, reader, sel, variables, fragments) {
|
|
62359
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$v, getFieldType$Q, selectType$w);
|
|
62393
|
+
function buildSelectionForField$w(source, reader, sel, variables, fragments, parentRecordId) {
|
|
62394
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$v, getFieldType$Q, selectType$w, parentRecordId);
|
|
62360
62395
|
}
|
|
62361
|
-
function buildSelectionForNode$w(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62362
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$w, buildSelectionForField$w);
|
|
62396
|
+
function buildSelectionForNode$w(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
62397
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$w, buildSelectionForField$w, parentRecordId);
|
|
62363
62398
|
}
|
|
62364
62399
|
function select$F(field, variables, fragments) {
|
|
62365
|
-
return (source, reader) => {
|
|
62400
|
+
return (source, reader, parentRecordId) => {
|
|
62366
62401
|
var _a;
|
|
62367
62402
|
const sink = {};
|
|
62368
62403
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62369
|
-
const builtSelection = buildSelectionForNode$w(source, reader, field, sel, variables, fragments);
|
|
62404
|
+
const builtSelection = buildSelectionForNode$w(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62370
62405
|
if (builtSelection !== undefined) {
|
|
62371
62406
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62372
62407
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62491,35 +62526,38 @@
|
|
|
62491
62526
|
}
|
|
62492
62527
|
}
|
|
62493
62528
|
}
|
|
62494
|
-
function selectType$v(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62529
|
+
function selectType$v(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62495
62530
|
if (fieldData === null) {
|
|
62531
|
+
reader.markSeenId(parentRecordId);
|
|
62496
62532
|
reader.assignScalar(key, sink, fieldData);
|
|
62497
62533
|
return sink;
|
|
62498
62534
|
}
|
|
62499
62535
|
switch (typename) {
|
|
62500
62536
|
case 'String': {
|
|
62537
|
+
reader.markSeenId(parentRecordId);
|
|
62501
62538
|
reader.assignScalar(key, sink, fieldData);
|
|
62502
62539
|
break;
|
|
62503
62540
|
}
|
|
62504
62541
|
case 'RichTextArea': {
|
|
62542
|
+
reader.markSeenId(parentRecordId);
|
|
62505
62543
|
reader.assignScalar(key, sink, fieldData);
|
|
62506
62544
|
break;
|
|
62507
62545
|
}
|
|
62508
62546
|
}
|
|
62509
62547
|
return sink;
|
|
62510
62548
|
}
|
|
62511
|
-
function buildSelectionForField$v(source, reader, sel, variables, fragments) {
|
|
62512
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$u, getFieldType$P, selectType$v);
|
|
62549
|
+
function buildSelectionForField$v(source, reader, sel, variables, fragments, parentRecordId) {
|
|
62550
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$u, getFieldType$P, selectType$v, parentRecordId);
|
|
62513
62551
|
}
|
|
62514
|
-
function buildSelectionForNode$v(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62515
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$v, buildSelectionForField$v);
|
|
62552
|
+
function buildSelectionForNode$v(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
62553
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$v, buildSelectionForField$v, parentRecordId);
|
|
62516
62554
|
}
|
|
62517
62555
|
function select$E(field, variables, fragments) {
|
|
62518
|
-
return (source, reader) => {
|
|
62556
|
+
return (source, reader, parentRecordId) => {
|
|
62519
62557
|
var _a;
|
|
62520
62558
|
const sink = {};
|
|
62521
62559
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62522
|
-
const builtSelection = buildSelectionForNode$v(source, reader, field, sel, variables, fragments);
|
|
62560
|
+
const builtSelection = buildSelectionForNode$v(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62523
62561
|
if (builtSelection !== undefined) {
|
|
62524
62562
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62525
62563
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62644,35 +62682,38 @@
|
|
|
62644
62682
|
}
|
|
62645
62683
|
}
|
|
62646
62684
|
}
|
|
62647
|
-
function selectType$u(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62685
|
+
function selectType$u(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62648
62686
|
if (fieldData === null) {
|
|
62687
|
+
reader.markSeenId(parentRecordId);
|
|
62649
62688
|
reader.assignScalar(key, sink, fieldData);
|
|
62650
62689
|
return sink;
|
|
62651
62690
|
}
|
|
62652
62691
|
switch (typename) {
|
|
62653
62692
|
case 'String': {
|
|
62693
|
+
reader.markSeenId(parentRecordId);
|
|
62654
62694
|
reader.assignScalar(key, sink, fieldData);
|
|
62655
62695
|
break;
|
|
62656
62696
|
}
|
|
62657
62697
|
case 'PhoneNumber': {
|
|
62698
|
+
reader.markSeenId(parentRecordId);
|
|
62658
62699
|
reader.assignScalar(key, sink, fieldData);
|
|
62659
62700
|
break;
|
|
62660
62701
|
}
|
|
62661
62702
|
}
|
|
62662
62703
|
return sink;
|
|
62663
62704
|
}
|
|
62664
|
-
function buildSelectionForField$u(source, reader, sel, variables, fragments) {
|
|
62665
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$t, getFieldType$O, selectType$u);
|
|
62705
|
+
function buildSelectionForField$u(source, reader, sel, variables, fragments, parentRecordId) {
|
|
62706
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$t, getFieldType$O, selectType$u, parentRecordId);
|
|
62666
62707
|
}
|
|
62667
|
-
function buildSelectionForNode$u(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62668
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$u, buildSelectionForField$u);
|
|
62708
|
+
function buildSelectionForNode$u(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
62709
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$u, buildSelectionForField$u, parentRecordId);
|
|
62669
62710
|
}
|
|
62670
62711
|
function select$D(field, variables, fragments) {
|
|
62671
|
-
return (source, reader) => {
|
|
62712
|
+
return (source, reader, parentRecordId) => {
|
|
62672
62713
|
var _a;
|
|
62673
62714
|
const sink = {};
|
|
62674
62715
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62675
|
-
const builtSelection = buildSelectionForNode$u(source, reader, field, sel, variables, fragments);
|
|
62716
|
+
const builtSelection = buildSelectionForNode$u(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62676
62717
|
if (builtSelection !== undefined) {
|
|
62677
62718
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62678
62719
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62797,35 +62838,38 @@
|
|
|
62797
62838
|
}
|
|
62798
62839
|
}
|
|
62799
62840
|
}
|
|
62800
|
-
function selectType$t(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62841
|
+
function selectType$t(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62801
62842
|
if (fieldData === null) {
|
|
62843
|
+
reader.markSeenId(parentRecordId);
|
|
62802
62844
|
reader.assignScalar(key, sink, fieldData);
|
|
62803
62845
|
return sink;
|
|
62804
62846
|
}
|
|
62805
62847
|
switch (typename) {
|
|
62806
62848
|
case 'String': {
|
|
62849
|
+
reader.markSeenId(parentRecordId);
|
|
62807
62850
|
reader.assignScalar(key, sink, fieldData);
|
|
62808
62851
|
break;
|
|
62809
62852
|
}
|
|
62810
62853
|
case 'Email': {
|
|
62854
|
+
reader.markSeenId(parentRecordId);
|
|
62811
62855
|
reader.assignScalar(key, sink, fieldData);
|
|
62812
62856
|
break;
|
|
62813
62857
|
}
|
|
62814
62858
|
}
|
|
62815
62859
|
return sink;
|
|
62816
62860
|
}
|
|
62817
|
-
function buildSelectionForField$t(source, reader, sel, variables, fragments) {
|
|
62818
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$s, getFieldType$N, selectType$t);
|
|
62861
|
+
function buildSelectionForField$t(source, reader, sel, variables, fragments, parentRecordId) {
|
|
62862
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$s, getFieldType$N, selectType$t, parentRecordId);
|
|
62819
62863
|
}
|
|
62820
|
-
function buildSelectionForNode$t(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62821
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$t, buildSelectionForField$t);
|
|
62864
|
+
function buildSelectionForNode$t(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
62865
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$t, buildSelectionForField$t, parentRecordId);
|
|
62822
62866
|
}
|
|
62823
62867
|
function select$C(field, variables, fragments) {
|
|
62824
|
-
return (source, reader) => {
|
|
62868
|
+
return (source, reader, parentRecordId) => {
|
|
62825
62869
|
var _a;
|
|
62826
62870
|
const sink = {};
|
|
62827
62871
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62828
|
-
const builtSelection = buildSelectionForNode$t(source, reader, field, sel, variables, fragments);
|
|
62872
|
+
const builtSelection = buildSelectionForNode$t(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62829
62873
|
if (builtSelection !== undefined) {
|
|
62830
62874
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62831
62875
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -62950,35 +62994,38 @@
|
|
|
62950
62994
|
}
|
|
62951
62995
|
}
|
|
62952
62996
|
}
|
|
62953
|
-
function selectType$s(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
62997
|
+
function selectType$s(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
62954
62998
|
if (fieldData === null) {
|
|
62999
|
+
reader.markSeenId(parentRecordId);
|
|
62955
63000
|
reader.assignScalar(key, sink, fieldData);
|
|
62956
63001
|
return sink;
|
|
62957
63002
|
}
|
|
62958
63003
|
switch (typename) {
|
|
62959
63004
|
case 'String': {
|
|
63005
|
+
reader.markSeenId(parentRecordId);
|
|
62960
63006
|
reader.assignScalar(key, sink, fieldData);
|
|
62961
63007
|
break;
|
|
62962
63008
|
}
|
|
62963
63009
|
case 'Url': {
|
|
63010
|
+
reader.markSeenId(parentRecordId);
|
|
62964
63011
|
reader.assignScalar(key, sink, fieldData);
|
|
62965
63012
|
break;
|
|
62966
63013
|
}
|
|
62967
63014
|
}
|
|
62968
63015
|
return sink;
|
|
62969
63016
|
}
|
|
62970
|
-
function buildSelectionForField$s(source, reader, sel, variables, fragments) {
|
|
62971
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$r, getFieldType$M, selectType$s);
|
|
63017
|
+
function buildSelectionForField$s(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63018
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$r, getFieldType$M, selectType$s, parentRecordId);
|
|
62972
63019
|
}
|
|
62973
|
-
function buildSelectionForNode$s(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
62974
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$s, buildSelectionForField$s);
|
|
63020
|
+
function buildSelectionForNode$s(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63021
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$s, buildSelectionForField$s, parentRecordId);
|
|
62975
63022
|
}
|
|
62976
63023
|
function select$B(field, variables, fragments) {
|
|
62977
|
-
return (source, reader) => {
|
|
63024
|
+
return (source, reader, parentRecordId) => {
|
|
62978
63025
|
var _a;
|
|
62979
63026
|
const sink = {};
|
|
62980
63027
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
62981
|
-
const builtSelection = buildSelectionForNode$s(source, reader, field, sel, variables, fragments);
|
|
63028
|
+
const builtSelection = buildSelectionForNode$s(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
62982
63029
|
if (builtSelection !== undefined) {
|
|
62983
63030
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
62984
63031
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -63103,35 +63150,38 @@
|
|
|
63103
63150
|
}
|
|
63104
63151
|
}
|
|
63105
63152
|
}
|
|
63106
|
-
function selectType$r(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
63153
|
+
function selectType$r(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
63107
63154
|
if (fieldData === null) {
|
|
63155
|
+
reader.markSeenId(parentRecordId);
|
|
63108
63156
|
reader.assignScalar(key, sink, fieldData);
|
|
63109
63157
|
return sink;
|
|
63110
63158
|
}
|
|
63111
63159
|
switch (typename) {
|
|
63112
63160
|
case 'String': {
|
|
63161
|
+
reader.markSeenId(parentRecordId);
|
|
63113
63162
|
reader.assignScalar(key, sink, fieldData);
|
|
63114
63163
|
break;
|
|
63115
63164
|
}
|
|
63116
63165
|
case 'EncryptedString': {
|
|
63166
|
+
reader.markSeenId(parentRecordId);
|
|
63117
63167
|
reader.assignScalar(key, sink, fieldData);
|
|
63118
63168
|
break;
|
|
63119
63169
|
}
|
|
63120
63170
|
}
|
|
63121
63171
|
return sink;
|
|
63122
63172
|
}
|
|
63123
|
-
function buildSelectionForField$r(source, reader, sel, variables, fragments) {
|
|
63124
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$q, getFieldType$L, selectType$r);
|
|
63173
|
+
function buildSelectionForField$r(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63174
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$q, getFieldType$L, selectType$r, parentRecordId);
|
|
63125
63175
|
}
|
|
63126
|
-
function buildSelectionForNode$r(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
63127
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$r, buildSelectionForField$r);
|
|
63176
|
+
function buildSelectionForNode$r(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63177
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$r, buildSelectionForField$r, parentRecordId);
|
|
63128
63178
|
}
|
|
63129
63179
|
function select$A(field, variables, fragments) {
|
|
63130
|
-
return (source, reader) => {
|
|
63180
|
+
return (source, reader, parentRecordId) => {
|
|
63131
63181
|
var _a;
|
|
63132
63182
|
const sink = {};
|
|
63133
63183
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
63134
|
-
const builtSelection = buildSelectionForNode$r(source, reader, field, sel, variables, fragments);
|
|
63184
|
+
const builtSelection = buildSelectionForNode$r(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
63135
63185
|
if (builtSelection !== undefined) {
|
|
63136
63186
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
63137
63187
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -63256,35 +63306,38 @@
|
|
|
63256
63306
|
}
|
|
63257
63307
|
}
|
|
63258
63308
|
}
|
|
63259
|
-
function selectType$q(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
63309
|
+
function selectType$q(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
63260
63310
|
if (fieldData === null) {
|
|
63311
|
+
reader.markSeenId(parentRecordId);
|
|
63261
63312
|
reader.assignScalar(key, sink, fieldData);
|
|
63262
63313
|
return sink;
|
|
63263
63314
|
}
|
|
63264
63315
|
switch (typename) {
|
|
63265
63316
|
case 'String': {
|
|
63317
|
+
reader.markSeenId(parentRecordId);
|
|
63266
63318
|
reader.assignScalar(key, sink, fieldData);
|
|
63267
63319
|
break;
|
|
63268
63320
|
}
|
|
63269
63321
|
case 'Currency': {
|
|
63322
|
+
reader.markSeenId(parentRecordId);
|
|
63270
63323
|
reader.assignScalar(key, sink, fieldData);
|
|
63271
63324
|
break;
|
|
63272
63325
|
}
|
|
63273
63326
|
}
|
|
63274
63327
|
return sink;
|
|
63275
63328
|
}
|
|
63276
|
-
function buildSelectionForField$q(source, reader, sel, variables, fragments) {
|
|
63277
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$p, getFieldType$K, selectType$q);
|
|
63329
|
+
function buildSelectionForField$q(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63330
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$p, getFieldType$K, selectType$q, parentRecordId);
|
|
63278
63331
|
}
|
|
63279
|
-
function buildSelectionForNode$q(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
63280
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$q, buildSelectionForField$q);
|
|
63332
|
+
function buildSelectionForNode$q(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63333
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$q, buildSelectionForField$q, parentRecordId);
|
|
63281
63334
|
}
|
|
63282
63335
|
function select$z(field, variables, fragments) {
|
|
63283
|
-
return (source, reader) => {
|
|
63336
|
+
return (source, reader, parentRecordId) => {
|
|
63284
63337
|
var _a;
|
|
63285
63338
|
const sink = {};
|
|
63286
63339
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
63287
|
-
const builtSelection = buildSelectionForNode$q(source, reader, field, sel, variables, fragments);
|
|
63340
|
+
const builtSelection = buildSelectionForNode$q(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
63288
63341
|
if (builtSelection !== undefined) {
|
|
63289
63342
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
63290
63343
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -63415,35 +63468,38 @@
|
|
|
63415
63468
|
}
|
|
63416
63469
|
}
|
|
63417
63470
|
}
|
|
63418
|
-
function selectType$p(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
63471
|
+
function selectType$p(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
63419
63472
|
if (fieldData === null) {
|
|
63473
|
+
reader.markSeenId(parentRecordId);
|
|
63420
63474
|
reader.assignScalar(key, sink, fieldData);
|
|
63421
63475
|
return sink;
|
|
63422
63476
|
}
|
|
63423
63477
|
switch (typename) {
|
|
63424
63478
|
case 'String': {
|
|
63479
|
+
reader.markSeenId(parentRecordId);
|
|
63425
63480
|
reader.assignScalar(key, sink, fieldData);
|
|
63426
63481
|
break;
|
|
63427
63482
|
}
|
|
63428
63483
|
case 'Longitude': {
|
|
63484
|
+
reader.markSeenId(parentRecordId);
|
|
63429
63485
|
reader.assignScalar(key, sink, fieldData);
|
|
63430
63486
|
break;
|
|
63431
63487
|
}
|
|
63432
63488
|
}
|
|
63433
63489
|
return sink;
|
|
63434
63490
|
}
|
|
63435
|
-
function buildSelectionForField$p(source, reader, sel, variables, fragments) {
|
|
63436
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$o, getFieldType$J, selectType$p);
|
|
63491
|
+
function buildSelectionForField$p(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63492
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$o, getFieldType$J, selectType$p, parentRecordId);
|
|
63437
63493
|
}
|
|
63438
|
-
function buildSelectionForNode$p(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
63439
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$p, buildSelectionForField$p);
|
|
63494
|
+
function buildSelectionForNode$p(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63495
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$p, buildSelectionForField$p, parentRecordId);
|
|
63440
63496
|
}
|
|
63441
63497
|
function select$y(field, variables, fragments) {
|
|
63442
|
-
return (source, reader) => {
|
|
63498
|
+
return (source, reader, parentRecordId) => {
|
|
63443
63499
|
var _a;
|
|
63444
63500
|
const sink = {};
|
|
63445
63501
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
63446
|
-
const builtSelection = buildSelectionForNode$p(source, reader, field, sel, variables, fragments);
|
|
63502
|
+
const builtSelection = buildSelectionForNode$p(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
63447
63503
|
if (builtSelection !== undefined) {
|
|
63448
63504
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
63449
63505
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -63568,35 +63624,38 @@
|
|
|
63568
63624
|
}
|
|
63569
63625
|
}
|
|
63570
63626
|
}
|
|
63571
|
-
function selectType$o(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
63627
|
+
function selectType$o(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
63572
63628
|
if (fieldData === null) {
|
|
63629
|
+
reader.markSeenId(parentRecordId);
|
|
63573
63630
|
reader.assignScalar(key, sink, fieldData);
|
|
63574
63631
|
return sink;
|
|
63575
63632
|
}
|
|
63576
63633
|
switch (typename) {
|
|
63577
63634
|
case 'String': {
|
|
63635
|
+
reader.markSeenId(parentRecordId);
|
|
63578
63636
|
reader.assignScalar(key, sink, fieldData);
|
|
63579
63637
|
break;
|
|
63580
63638
|
}
|
|
63581
63639
|
case 'Latitude': {
|
|
63640
|
+
reader.markSeenId(parentRecordId);
|
|
63582
63641
|
reader.assignScalar(key, sink, fieldData);
|
|
63583
63642
|
break;
|
|
63584
63643
|
}
|
|
63585
63644
|
}
|
|
63586
63645
|
return sink;
|
|
63587
63646
|
}
|
|
63588
|
-
function buildSelectionForField$o(source, reader, sel, variables, fragments) {
|
|
63589
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$n, getFieldType$I, selectType$o);
|
|
63647
|
+
function buildSelectionForField$o(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63648
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$n, getFieldType$I, selectType$o, parentRecordId);
|
|
63590
63649
|
}
|
|
63591
|
-
function buildSelectionForNode$o(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
63592
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$o, buildSelectionForField$o);
|
|
63650
|
+
function buildSelectionForNode$o(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63651
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$o, buildSelectionForField$o, parentRecordId);
|
|
63593
63652
|
}
|
|
63594
63653
|
function select$x(field, variables, fragments) {
|
|
63595
|
-
return (source, reader) => {
|
|
63654
|
+
return (source, reader, parentRecordId) => {
|
|
63596
63655
|
var _a;
|
|
63597
63656
|
const sink = {};
|
|
63598
63657
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
63599
|
-
const builtSelection = buildSelectionForNode$o(source, reader, field, sel, variables, fragments);
|
|
63658
|
+
const builtSelection = buildSelectionForNode$o(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
63600
63659
|
if (builtSelection !== undefined) {
|
|
63601
63660
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
63602
63661
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -63721,35 +63780,38 @@
|
|
|
63721
63780
|
}
|
|
63722
63781
|
}
|
|
63723
63782
|
}
|
|
63724
|
-
function selectType$n(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
63783
|
+
function selectType$n(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
63725
63784
|
if (fieldData === null) {
|
|
63785
|
+
reader.markSeenId(parentRecordId);
|
|
63726
63786
|
reader.assignScalar(key, sink, fieldData);
|
|
63727
63787
|
return sink;
|
|
63728
63788
|
}
|
|
63729
63789
|
switch (typename) {
|
|
63730
63790
|
case 'String': {
|
|
63791
|
+
reader.markSeenId(parentRecordId);
|
|
63731
63792
|
reader.assignScalar(key, sink, fieldData);
|
|
63732
63793
|
break;
|
|
63733
63794
|
}
|
|
63734
63795
|
case 'Picklist': {
|
|
63796
|
+
reader.markSeenId(parentRecordId);
|
|
63735
63797
|
reader.assignScalar(key, sink, fieldData);
|
|
63736
63798
|
break;
|
|
63737
63799
|
}
|
|
63738
63800
|
}
|
|
63739
63801
|
return sink;
|
|
63740
63802
|
}
|
|
63741
|
-
function buildSelectionForField$n(source, reader, sel, variables, fragments) {
|
|
63742
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$m, getFieldType$H, selectType$n);
|
|
63803
|
+
function buildSelectionForField$n(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63804
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$m, getFieldType$H, selectType$n, parentRecordId);
|
|
63743
63805
|
}
|
|
63744
|
-
function buildSelectionForNode$n(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
63745
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$n, buildSelectionForField$n);
|
|
63806
|
+
function buildSelectionForNode$n(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63807
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$n, buildSelectionForField$n, parentRecordId);
|
|
63746
63808
|
}
|
|
63747
63809
|
function select$w(field, variables, fragments) {
|
|
63748
|
-
return (source, reader) => {
|
|
63810
|
+
return (source, reader, parentRecordId) => {
|
|
63749
63811
|
var _a;
|
|
63750
63812
|
const sink = {};
|
|
63751
63813
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
63752
|
-
const builtSelection = buildSelectionForNode$n(source, reader, field, sel, variables, fragments);
|
|
63814
|
+
const builtSelection = buildSelectionForNode$n(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
63753
63815
|
if (builtSelection !== undefined) {
|
|
63754
63816
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
63755
63817
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -63880,35 +63942,38 @@
|
|
|
63880
63942
|
}
|
|
63881
63943
|
}
|
|
63882
63944
|
}
|
|
63883
|
-
function selectType$m(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
63945
|
+
function selectType$m(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
63884
63946
|
if (fieldData === null) {
|
|
63947
|
+
reader.markSeenId(parentRecordId);
|
|
63885
63948
|
reader.assignScalar(key, sink, fieldData);
|
|
63886
63949
|
return sink;
|
|
63887
63950
|
}
|
|
63888
63951
|
switch (typename) {
|
|
63889
63952
|
case 'String': {
|
|
63953
|
+
reader.markSeenId(parentRecordId);
|
|
63890
63954
|
reader.assignScalar(key, sink, fieldData);
|
|
63891
63955
|
break;
|
|
63892
63956
|
}
|
|
63893
63957
|
case 'MultiPicklist': {
|
|
63958
|
+
reader.markSeenId(parentRecordId);
|
|
63894
63959
|
reader.assignScalar(key, sink, fieldData);
|
|
63895
63960
|
break;
|
|
63896
63961
|
}
|
|
63897
63962
|
}
|
|
63898
63963
|
return sink;
|
|
63899
63964
|
}
|
|
63900
|
-
function buildSelectionForField$m(source, reader, sel, variables, fragments) {
|
|
63901
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$l, getFieldType$G, selectType$m);
|
|
63965
|
+
function buildSelectionForField$m(source, reader, sel, variables, fragments, parentRecordId) {
|
|
63966
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$l, getFieldType$G, selectType$m, parentRecordId);
|
|
63902
63967
|
}
|
|
63903
|
-
function buildSelectionForNode$m(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
63904
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$m, buildSelectionForField$m);
|
|
63968
|
+
function buildSelectionForNode$m(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
63969
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$m, buildSelectionForField$m, parentRecordId);
|
|
63905
63970
|
}
|
|
63906
63971
|
function select$v(field, variables, fragments) {
|
|
63907
|
-
return (source, reader) => {
|
|
63972
|
+
return (source, reader, parentRecordId) => {
|
|
63908
63973
|
var _a;
|
|
63909
63974
|
const sink = {};
|
|
63910
63975
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
63911
|
-
const builtSelection = buildSelectionForNode$m(source, reader, field, sel, variables, fragments);
|
|
63976
|
+
const builtSelection = buildSelectionForNode$m(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
63912
63977
|
if (builtSelection !== undefined) {
|
|
63913
63978
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
63914
63979
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -64039,35 +64104,38 @@
|
|
|
64039
64104
|
}
|
|
64040
64105
|
}
|
|
64041
64106
|
}
|
|
64042
|
-
function selectType$l(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
64107
|
+
function selectType$l(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
64043
64108
|
if (fieldData === null) {
|
|
64109
|
+
reader.markSeenId(parentRecordId);
|
|
64044
64110
|
reader.assignScalar(key, sink, fieldData);
|
|
64045
64111
|
return sink;
|
|
64046
64112
|
}
|
|
64047
64113
|
switch (typename) {
|
|
64048
64114
|
case 'String': {
|
|
64115
|
+
reader.markSeenId(parentRecordId);
|
|
64049
64116
|
reader.assignScalar(key, sink, fieldData);
|
|
64050
64117
|
break;
|
|
64051
64118
|
}
|
|
64052
64119
|
case 'Base64': {
|
|
64120
|
+
reader.markSeenId(parentRecordId);
|
|
64053
64121
|
reader.assignScalar(key, sink, fieldData);
|
|
64054
64122
|
break;
|
|
64055
64123
|
}
|
|
64056
64124
|
}
|
|
64057
64125
|
return sink;
|
|
64058
64126
|
}
|
|
64059
|
-
function buildSelectionForField$l(source, reader, sel, variables, fragments) {
|
|
64060
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$k, getFieldType$F, selectType$l);
|
|
64127
|
+
function buildSelectionForField$l(source, reader, sel, variables, fragments, parentRecordId) {
|
|
64128
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$k, getFieldType$F, selectType$l, parentRecordId);
|
|
64061
64129
|
}
|
|
64062
|
-
function buildSelectionForNode$l(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
64063
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$l, buildSelectionForField$l);
|
|
64130
|
+
function buildSelectionForNode$l(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
64131
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$l, buildSelectionForField$l, parentRecordId);
|
|
64064
64132
|
}
|
|
64065
64133
|
function select$u(field, variables, fragments) {
|
|
64066
|
-
return (source, reader) => {
|
|
64134
|
+
return (source, reader, parentRecordId) => {
|
|
64067
64135
|
var _a;
|
|
64068
64136
|
const sink = {};
|
|
64069
64137
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
64070
|
-
const builtSelection = buildSelectionForNode$l(source, reader, field, sel, variables, fragments);
|
|
64138
|
+
const builtSelection = buildSelectionForNode$l(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
64071
64139
|
if (builtSelection !== undefined) {
|
|
64072
64140
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
64073
64141
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -64192,35 +64260,38 @@
|
|
|
64192
64260
|
}
|
|
64193
64261
|
}
|
|
64194
64262
|
}
|
|
64195
|
-
function selectType$k(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
64263
|
+
function selectType$k(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
64196
64264
|
if (fieldData === null) {
|
|
64265
|
+
reader.markSeenId(parentRecordId);
|
|
64197
64266
|
reader.assignScalar(key, sink, fieldData);
|
|
64198
64267
|
return sink;
|
|
64199
64268
|
}
|
|
64200
64269
|
switch (typename) {
|
|
64201
64270
|
case 'String': {
|
|
64271
|
+
reader.markSeenId(parentRecordId);
|
|
64202
64272
|
reader.assignScalar(key, sink, fieldData);
|
|
64203
64273
|
break;
|
|
64204
64274
|
}
|
|
64205
64275
|
case 'JSON': {
|
|
64276
|
+
reader.markSeenId(parentRecordId);
|
|
64206
64277
|
reader.assignScalar(key, sink, fieldData);
|
|
64207
64278
|
break;
|
|
64208
64279
|
}
|
|
64209
64280
|
}
|
|
64210
64281
|
return sink;
|
|
64211
64282
|
}
|
|
64212
|
-
function buildSelectionForField$k(source, reader, sel, variables, fragments) {
|
|
64213
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$j, getFieldType$E, selectType$k);
|
|
64283
|
+
function buildSelectionForField$k(source, reader, sel, variables, fragments, parentRecordId) {
|
|
64284
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$j, getFieldType$E, selectType$k, parentRecordId);
|
|
64214
64285
|
}
|
|
64215
|
-
function buildSelectionForNode$k(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
64216
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$k, buildSelectionForField$k);
|
|
64286
|
+
function buildSelectionForNode$k(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
64287
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$k, buildSelectionForField$k, parentRecordId);
|
|
64217
64288
|
}
|
|
64218
64289
|
function select$t(field, variables, fragments) {
|
|
64219
|
-
return (source, reader) => {
|
|
64290
|
+
return (source, reader, parentRecordId) => {
|
|
64220
64291
|
var _a;
|
|
64221
64292
|
const sink = {};
|
|
64222
64293
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
64223
|
-
const builtSelection = buildSelectionForNode$k(source, reader, field, sel, variables, fragments);
|
|
64294
|
+
const builtSelection = buildSelectionForNode$k(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
64224
64295
|
if (builtSelection !== undefined) {
|
|
64225
64296
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
64226
64297
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -64313,10 +64384,10 @@
|
|
|
64313
64384
|
}
|
|
64314
64385
|
}
|
|
64315
64386
|
function select$s(field, variables, fragments) {
|
|
64316
|
-
return (source, reader) => {
|
|
64387
|
+
return (source, reader, parentRecordId) => {
|
|
64317
64388
|
const typename = source.data.__typename;
|
|
64318
64389
|
if (typename === 'RecordRepresentation') {
|
|
64319
|
-
return select$q(field, variables, fragments)(source, reader);
|
|
64390
|
+
return select$q(field, variables, fragments)(source, reader, parentRecordId);
|
|
64320
64391
|
}
|
|
64321
64392
|
};
|
|
64322
64393
|
}
|
|
@@ -64942,8 +65013,9 @@
|
|
|
64942
65013
|
}
|
|
64943
65014
|
}
|
|
64944
65015
|
|
|
64945
|
-
function selectType$j(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
65016
|
+
function selectType$j(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
64946
65017
|
if (fieldData === null) {
|
|
65018
|
+
reader.markSeenId(parentRecordId);
|
|
64947
65019
|
reader.assignScalar(key, sink, fieldData);
|
|
64948
65020
|
return sink;
|
|
64949
65021
|
}
|
|
@@ -64951,83 +65023,84 @@
|
|
|
64951
65023
|
case 'Long':
|
|
64952
65024
|
case 'ID':
|
|
64953
65025
|
case 'String': {
|
|
65026
|
+
reader.markSeenId(parentRecordId);
|
|
64954
65027
|
reader.assignScalar(key, sink, fieldData);
|
|
64955
65028
|
break;
|
|
64956
65029
|
}
|
|
64957
65030
|
// All fields which extend FieldValue, and no other special fields (format etc)
|
|
64958
65031
|
case 'BooleanValue':
|
|
64959
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$J, typename, false, false);
|
|
65032
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$J, typename, false, false, parentRecordId);
|
|
64960
65033
|
break;
|
|
64961
65034
|
case 'LongitudeValue':
|
|
64962
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$y, typename, false, false);
|
|
65035
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$y, typename, false, false, parentRecordId);
|
|
64963
65036
|
break;
|
|
64964
65037
|
case 'UrlValue':
|
|
64965
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$B, typename, false, false);
|
|
65038
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$B, typename, false, false, parentRecordId);
|
|
64966
65039
|
break;
|
|
64967
65040
|
case 'RichTextAreaValue':
|
|
64968
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$E, typename, false, false);
|
|
65041
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$E, typename, false, false, parentRecordId);
|
|
64969
65042
|
break;
|
|
64970
65043
|
case 'LongTextAreaValue':
|
|
64971
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$F, typename, false, false);
|
|
65044
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$F, typename, false, false, parentRecordId);
|
|
64972
65045
|
break;
|
|
64973
65046
|
case 'LatitudeValue':
|
|
64974
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$x, typename, false, false);
|
|
65047
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$x, typename, false, false, parentRecordId);
|
|
64975
65048
|
break;
|
|
64976
65049
|
case 'PhoneNumberValue':
|
|
64977
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$D, typename, false, false);
|
|
65050
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$D, typename, false, false, parentRecordId);
|
|
64978
65051
|
break;
|
|
64979
65052
|
case 'TextAreaValue':
|
|
64980
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$G, typename, false, false);
|
|
65053
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$G, typename, false, false, parentRecordId);
|
|
64981
65054
|
break;
|
|
64982
65055
|
case 'IDValue':
|
|
64983
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$L, typename, false, false);
|
|
65056
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$L, typename, false, false, parentRecordId);
|
|
64984
65057
|
break;
|
|
64985
65058
|
case 'JSONValue':
|
|
64986
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$t, typename, false, false);
|
|
65059
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$t, typename, false, false, parentRecordId);
|
|
64987
65060
|
break;
|
|
64988
65061
|
case 'EmailValue':
|
|
64989
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$C, typename, false, false);
|
|
65062
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$C, typename, false, false, parentRecordId);
|
|
64990
65063
|
break;
|
|
64991
65064
|
case 'Base64Value':
|
|
64992
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$u, typename, false, false);
|
|
65065
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$u, typename, false, false, parentRecordId);
|
|
64993
65066
|
break;
|
|
64994
65067
|
case 'EncryptedStringValue':
|
|
64995
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$A, typename, false, false);
|
|
65068
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$A, typename, false, false, parentRecordId);
|
|
64996
65069
|
break;
|
|
64997
65070
|
// All field values which support 'label'
|
|
64998
65071
|
case 'StringValue':
|
|
64999
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$M, typename, false, true);
|
|
65072
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$M, typename, false, true, parentRecordId);
|
|
65000
65073
|
break;
|
|
65001
65074
|
case 'PicklistValue':
|
|
65002
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$w, typename, false, true);
|
|
65075
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$w, typename, false, true, parentRecordId);
|
|
65003
65076
|
break;
|
|
65004
65077
|
case 'MultiPicklistValue':
|
|
65005
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$v, typename, false, true);
|
|
65078
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$v, typename, false, true, parentRecordId);
|
|
65006
65079
|
break;
|
|
65007
65080
|
// All field values that support "format" field.
|
|
65008
65081
|
case 'IntValue':
|
|
65009
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$N, typename, true, false);
|
|
65082
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$N, typename, true, false, parentRecordId);
|
|
65010
65083
|
break;
|
|
65011
65084
|
case 'DateValue':
|
|
65012
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$H, typename, true, false);
|
|
65085
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$H, typename, true, false, parentRecordId);
|
|
65013
65086
|
break;
|
|
65014
65087
|
case 'DoubleValue':
|
|
65015
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$Q, typename, true, false);
|
|
65088
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$Q, typename, true, false, parentRecordId);
|
|
65016
65089
|
break;
|
|
65017
65090
|
case 'TimeValue':
|
|
65018
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$I, typename, true, false);
|
|
65091
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$I, typename, true, false, parentRecordId);
|
|
65019
65092
|
break;
|
|
65020
65093
|
case 'DateTimeValue':
|
|
65021
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$K, typename, true, false);
|
|
65094
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$K, typename, true, false, parentRecordId);
|
|
65022
65095
|
break;
|
|
65023
65096
|
case 'LongValue':
|
|
65024
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$P, typename, true, false);
|
|
65097
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$P, typename, true, false, parentRecordId);
|
|
65025
65098
|
break;
|
|
65026
65099
|
case 'PercentValue':
|
|
65027
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$O, typename, true, false);
|
|
65100
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$O, typename, true, false, parentRecordId);
|
|
65028
65101
|
break;
|
|
65029
65102
|
case 'CurrencyValue':
|
|
65030
|
-
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$z, typename, true, false);
|
|
65103
|
+
selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, select$z, typename, true, false, parentRecordId);
|
|
65031
65104
|
break;
|
|
65032
65105
|
case 'PolymorphicParentRelationship':
|
|
65033
65106
|
case 'RecordRepresentation': {
|
|
@@ -65057,7 +65130,7 @@
|
|
|
65057
65130
|
},
|
|
65058
65131
|
__link: spanningFieldResult,
|
|
65059
65132
|
};
|
|
65060
|
-
const result = select$q(sel, variables, fragments)(syntheticNormalizedGraphQLRecord, reader);
|
|
65133
|
+
const result = select$q(sel, variables, fragments)(syntheticNormalizedGraphQLRecord, reader, parentRecordId);
|
|
65061
65134
|
if (result) {
|
|
65062
65135
|
reader.assignNonScalar(sink, key, result);
|
|
65063
65136
|
}
|
|
@@ -65073,15 +65146,15 @@
|
|
|
65073
65146
|
break;
|
|
65074
65147
|
}
|
|
65075
65148
|
case 'RecordConnection':
|
|
65076
|
-
selectType$h(typename, sel, fieldData, reader, key, sink, variables, fragments); // No need to copy paste this case (lots of pagination code).
|
|
65149
|
+
selectType$h(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId); // No need to copy paste this case (lots of pagination code).
|
|
65077
65150
|
break;
|
|
65078
65151
|
}
|
|
65079
65152
|
return sink;
|
|
65080
65153
|
}
|
|
65081
|
-
function selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, selectFunction, __typename, hasFormat, hasLabel) {
|
|
65154
|
+
function selectFieldValue(reader, fieldData, sel, variables, fragments, sink, key, selectFunction, __typename, hasFormat, hasLabel, parentRecordId) {
|
|
65082
65155
|
const gqlFieldValue = readFieldValueAndConvertToGQL(reader, fieldData, hasFormat, hasLabel, __typename);
|
|
65083
65156
|
if (gqlFieldValue !== undefined) {
|
|
65084
|
-
const result = selectFunction(sel, variables, fragments)({ data: gqlFieldValue }, reader);
|
|
65157
|
+
const result = selectFunction(sel, variables, fragments)({ data: gqlFieldValue }, reader, parentRecordId);
|
|
65085
65158
|
reader.assignNonScalar(sink, key, result);
|
|
65086
65159
|
}
|
|
65087
65160
|
else {
|
|
@@ -65204,35 +65277,38 @@
|
|
|
65204
65277
|
}
|
|
65205
65278
|
}
|
|
65206
65279
|
}
|
|
65207
|
-
function selectType$i(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
65280
|
+
function selectType$i(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
65208
65281
|
if (fieldData === null) {
|
|
65282
|
+
reader.markSeenId(parentRecordId);
|
|
65209
65283
|
reader.assignScalar(key, sink, fieldData);
|
|
65210
65284
|
return sink;
|
|
65211
65285
|
}
|
|
65212
65286
|
switch (typename) {
|
|
65213
65287
|
case 'String': {
|
|
65288
|
+
reader.markSeenId(parentRecordId);
|
|
65214
65289
|
reader.assignScalar(key, sink, fieldData);
|
|
65215
65290
|
break;
|
|
65216
65291
|
}
|
|
65217
65292
|
case 'Boolean': {
|
|
65293
|
+
reader.markSeenId(parentRecordId);
|
|
65218
65294
|
reader.assignScalar(key, sink, fieldData);
|
|
65219
65295
|
break;
|
|
65220
65296
|
}
|
|
65221
65297
|
}
|
|
65222
65298
|
return sink;
|
|
65223
65299
|
}
|
|
65224
|
-
function buildSelectionForField$j(source, reader, sel, variables, fragments) {
|
|
65225
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$h, getFieldType$B, selectType$i);
|
|
65300
|
+
function buildSelectionForField$j(source, reader, sel, variables, fragments, parentRecordId) {
|
|
65301
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$h, getFieldType$B, selectType$i, parentRecordId);
|
|
65226
65302
|
}
|
|
65227
|
-
function buildSelectionForNode$j(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
65228
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$j, buildSelectionForField$j);
|
|
65303
|
+
function buildSelectionForNode$j(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
65304
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$j, buildSelectionForField$j, parentRecordId);
|
|
65229
65305
|
}
|
|
65230
65306
|
function select$r(field, variables, fragments) {
|
|
65231
|
-
return (source, reader) => {
|
|
65307
|
+
return (source, reader, parentRecordId) => {
|
|
65232
65308
|
var _a;
|
|
65233
65309
|
const sink = {};
|
|
65234
65310
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
65235
|
-
const builtSelection = buildSelectionForNode$j(source, reader, field, sel, variables, fragments);
|
|
65311
|
+
const builtSelection = buildSelectionForNode$j(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
65236
65312
|
if (builtSelection !== undefined) {
|
|
65237
65313
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
65238
65314
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -65422,21 +65498,25 @@
|
|
|
65422
65498
|
},
|
|
65423
65499
|
});
|
|
65424
65500
|
}
|
|
65425
|
-
function selectType$h(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
65501
|
+
function selectType$h(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
65426
65502
|
if (fieldData === null) {
|
|
65503
|
+
reader.markSeenId(parentRecordId);
|
|
65427
65504
|
reader.assignScalar(key, sink, fieldData);
|
|
65428
65505
|
return sink;
|
|
65429
65506
|
}
|
|
65430
65507
|
switch (typename) {
|
|
65431
65508
|
case 'String': {
|
|
65509
|
+
reader.markSeenId(parentRecordId);
|
|
65432
65510
|
reader.assignScalar(key, sink, fieldData);
|
|
65433
65511
|
break;
|
|
65434
65512
|
}
|
|
65435
65513
|
case 'ID': {
|
|
65514
|
+
reader.markSeenId(parentRecordId);
|
|
65436
65515
|
reader.assignScalar(key, sink, fieldData);
|
|
65437
65516
|
break;
|
|
65438
65517
|
}
|
|
65439
65518
|
case 'Long': {
|
|
65519
|
+
reader.markSeenId(parentRecordId);
|
|
65440
65520
|
reader.assignScalar(key, sink, fieldData);
|
|
65441
65521
|
break;
|
|
65442
65522
|
}
|
|
@@ -65551,19 +65631,20 @@
|
|
|
65551
65631
|
}
|
|
65552
65632
|
return sink;
|
|
65553
65633
|
}
|
|
65554
|
-
function buildSelectionForField$i(source, reader, sel, variables, fragments) {
|
|
65555
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$i, getFieldType$C, selectType$j);
|
|
65634
|
+
function buildSelectionForField$i(source, reader, sel, variables, fragments, parentRecordId) {
|
|
65635
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$i, getFieldType$C, selectType$j, parentRecordId);
|
|
65556
65636
|
}
|
|
65557
|
-
function buildSelectionForNode$i(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
65558
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$i, buildSelectionForField$i);
|
|
65637
|
+
function buildSelectionForNode$i(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
65638
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$i, buildSelectionForField$i, parentRecordId);
|
|
65559
65639
|
}
|
|
65560
65640
|
function select$q(field, variables, fragments) {
|
|
65561
|
-
return (source, reader) => {
|
|
65641
|
+
return (source, reader, parentRecordId) => {
|
|
65562
65642
|
var _a;
|
|
65563
65643
|
const sink = {};
|
|
65564
65644
|
source = attachMappedData(source, reader);
|
|
65645
|
+
reader.markSeenId(parentRecordId); // Always mark identifiable types as seen
|
|
65565
65646
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
65566
|
-
const builtSelection = buildSelectionForNode$i(source, reader, field, sel, variables, fragments);
|
|
65647
|
+
const builtSelection = buildSelectionForNode$i(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
65567
65648
|
if (builtSelection !== undefined) {
|
|
65568
65649
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
65569
65650
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -66432,13 +66513,15 @@
|
|
|
66432
66513
|
}
|
|
66433
66514
|
}
|
|
66434
66515
|
}
|
|
66435
|
-
function selectType$g(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
66516
|
+
function selectType$g(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
66436
66517
|
if (fieldData === null) {
|
|
66518
|
+
reader.markSeenId(parentRecordId);
|
|
66437
66519
|
reader.assignScalar(key, sink, fieldData);
|
|
66438
66520
|
return sink;
|
|
66439
66521
|
}
|
|
66440
66522
|
switch (typename) {
|
|
66441
66523
|
case 'String': {
|
|
66524
|
+
reader.markSeenId(parentRecordId);
|
|
66442
66525
|
reader.assignScalar(key, sink, fieldData);
|
|
66443
66526
|
break;
|
|
66444
66527
|
}
|
|
@@ -66449,18 +66532,18 @@
|
|
|
66449
66532
|
}
|
|
66450
66533
|
return sink;
|
|
66451
66534
|
}
|
|
66452
|
-
function buildSelectionForField$h(source, reader, sel, variables, fragments) {
|
|
66453
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$g, getFieldType$A, selectType$g);
|
|
66535
|
+
function buildSelectionForField$h(source, reader, sel, variables, fragments, parentRecordId) {
|
|
66536
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$g, getFieldType$A, selectType$g, parentRecordId);
|
|
66454
66537
|
}
|
|
66455
|
-
function buildSelectionForNode$h(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
66456
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$h, buildSelectionForField$h);
|
|
66538
|
+
function buildSelectionForNode$h(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
66539
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$h, buildSelectionForField$h, parentRecordId);
|
|
66457
66540
|
}
|
|
66458
66541
|
function select$p(field, variables, fragments) {
|
|
66459
|
-
return (source, reader) => {
|
|
66542
|
+
return (source, reader, parentRecordId) => {
|
|
66460
66543
|
var _a;
|
|
66461
66544
|
const sink = {};
|
|
66462
66545
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
66463
|
-
const builtSelection = buildSelectionForNode$h(source, reader, field, sel, variables, fragments);
|
|
66546
|
+
const builtSelection = buildSelectionForNode$h(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
66464
66547
|
if (builtSelection !== undefined) {
|
|
66465
66548
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
66466
66549
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -66687,13 +66770,15 @@
|
|
|
66687
66770
|
}
|
|
66688
66771
|
}
|
|
66689
66772
|
}
|
|
66690
|
-
function selectType$f(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
66773
|
+
function selectType$f(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
66691
66774
|
if (fieldData === null) {
|
|
66775
|
+
reader.markSeenId(parentRecordId);
|
|
66692
66776
|
reader.assignScalar(key, sink, fieldData);
|
|
66693
66777
|
return sink;
|
|
66694
66778
|
}
|
|
66695
66779
|
switch (typename) {
|
|
66696
66780
|
case 'String': {
|
|
66781
|
+
reader.markSeenId(parentRecordId);
|
|
66697
66782
|
reader.assignScalar(key, sink, fieldData);
|
|
66698
66783
|
break;
|
|
66699
66784
|
}
|
|
@@ -66706,24 +66791,25 @@
|
|
|
66706
66791
|
break;
|
|
66707
66792
|
}
|
|
66708
66793
|
case 'Int': {
|
|
66794
|
+
reader.markSeenId(parentRecordId);
|
|
66709
66795
|
reader.assignScalar(key, sink, fieldData);
|
|
66710
66796
|
break;
|
|
66711
66797
|
}
|
|
66712
66798
|
}
|
|
66713
66799
|
return sink;
|
|
66714
66800
|
}
|
|
66715
|
-
function buildSelectionForField$g(source, reader, sel, variables, fragments) {
|
|
66716
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, true, getFieldData$f, getFieldType$z, selectType$f);
|
|
66801
|
+
function buildSelectionForField$g(source, reader, sel, variables, fragments, parentRecordId) {
|
|
66802
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, true, getFieldData$f, getFieldType$z, selectType$f, parentRecordId);
|
|
66717
66803
|
}
|
|
66718
|
-
function buildSelectionForNode$g(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
66719
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$g, buildSelectionForField$g);
|
|
66804
|
+
function buildSelectionForNode$g(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
66805
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$g, buildSelectionForField$g, parentRecordId);
|
|
66720
66806
|
}
|
|
66721
66807
|
function select$o(field, variables, fragments) {
|
|
66722
|
-
return (source, reader) => {
|
|
66808
|
+
return (source, reader, parentRecordId) => {
|
|
66723
66809
|
var _a;
|
|
66724
66810
|
const sink = {};
|
|
66725
66811
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
66726
|
-
const builtSelection = buildSelectionForNode$g(source, reader, field, sel, variables, fragments);
|
|
66812
|
+
const builtSelection = buildSelectionForNode$g(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
66727
66813
|
if (builtSelection !== undefined) {
|
|
66728
66814
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
66729
66815
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -66901,13 +66987,15 @@
|
|
|
66901
66987
|
}
|
|
66902
66988
|
}
|
|
66903
66989
|
}
|
|
66904
|
-
function selectType$e(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
66990
|
+
function selectType$e(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
66905
66991
|
if (fieldData === null) {
|
|
66992
|
+
reader.markSeenId(parentRecordId);
|
|
66906
66993
|
reader.assignScalar(key, sink, fieldData);
|
|
66907
66994
|
return sink;
|
|
66908
66995
|
}
|
|
66909
66996
|
switch (typename) {
|
|
66910
66997
|
case 'String': {
|
|
66998
|
+
reader.markSeenId(parentRecordId);
|
|
66911
66999
|
reader.assignScalar(key, sink, fieldData);
|
|
66912
67000
|
break;
|
|
66913
67001
|
}
|
|
@@ -66918,18 +67006,18 @@
|
|
|
66918
67006
|
}
|
|
66919
67007
|
return sink;
|
|
66920
67008
|
}
|
|
66921
|
-
function buildSelectionForField$f(source, reader, sel, variables, fragments) {
|
|
66922
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$e, getFieldType$y, selectType$e);
|
|
67009
|
+
function buildSelectionForField$f(source, reader, sel, variables, fragments, parentRecordId) {
|
|
67010
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$e, getFieldType$y, selectType$e, parentRecordId);
|
|
66923
67011
|
}
|
|
66924
|
-
function buildSelectionForNode$f(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
66925
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$f, buildSelectionForField$f);
|
|
67012
|
+
function buildSelectionForNode$f(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
67013
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$f, buildSelectionForField$f, parentRecordId);
|
|
66926
67014
|
}
|
|
66927
67015
|
function select$n(field, variables, fragments) {
|
|
66928
|
-
return (source, reader) => {
|
|
67016
|
+
return (source, reader, parentRecordId) => {
|
|
66929
67017
|
var _a;
|
|
66930
67018
|
const sink = {};
|
|
66931
67019
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
66932
|
-
const builtSelection = buildSelectionForNode$f(source, reader, field, sel, variables, fragments);
|
|
67020
|
+
const builtSelection = buildSelectionForNode$f(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
66933
67021
|
if (builtSelection !== undefined) {
|
|
66934
67022
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
66935
67023
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -67079,13 +67167,15 @@
|
|
|
67079
67167
|
}
|
|
67080
67168
|
}
|
|
67081
67169
|
}
|
|
67082
|
-
function selectType$d(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
67170
|
+
function selectType$d(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
67083
67171
|
if (fieldData === null) {
|
|
67172
|
+
reader.markSeenId(parentRecordId);
|
|
67084
67173
|
reader.assignScalar(key, sink, fieldData);
|
|
67085
67174
|
return sink;
|
|
67086
67175
|
}
|
|
67087
67176
|
switch (typename) {
|
|
67088
67177
|
case 'String': {
|
|
67178
|
+
reader.markSeenId(parentRecordId);
|
|
67089
67179
|
reader.assignScalar(key, sink, fieldData);
|
|
67090
67180
|
break;
|
|
67091
67181
|
}
|
|
@@ -67096,18 +67186,18 @@
|
|
|
67096
67186
|
}
|
|
67097
67187
|
return sink;
|
|
67098
67188
|
}
|
|
67099
|
-
function buildSelectionForField$e(source, reader, sel, variables, fragments) {
|
|
67100
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$d, getFieldType$x, selectType$d);
|
|
67189
|
+
function buildSelectionForField$e(source, reader, sel, variables, fragments, parentRecordId) {
|
|
67190
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$d, getFieldType$x, selectType$d, parentRecordId);
|
|
67101
67191
|
}
|
|
67102
|
-
function buildSelectionForNode$e(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
67103
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$e, buildSelectionForField$e);
|
|
67192
|
+
function buildSelectionForNode$e(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
67193
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$e, buildSelectionForField$e, parentRecordId);
|
|
67104
67194
|
}
|
|
67105
67195
|
function select$m(field, variables, fragments) {
|
|
67106
|
-
return (source, reader) => {
|
|
67196
|
+
return (source, reader, parentRecordId) => {
|
|
67107
67197
|
var _a;
|
|
67108
67198
|
const sink = {};
|
|
67109
67199
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
67110
|
-
const builtSelection = buildSelectionForNode$e(source, reader, field, sel, variables, fragments);
|
|
67200
|
+
const builtSelection = buildSelectionForNode$e(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
67111
67201
|
if (builtSelection !== undefined) {
|
|
67112
67202
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
67113
67203
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -67305,31 +67395,33 @@
|
|
|
67305
67395
|
}
|
|
67306
67396
|
}
|
|
67307
67397
|
}
|
|
67308
|
-
function selectType$c(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
67398
|
+
function selectType$c(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
67309
67399
|
if (fieldData === null) {
|
|
67400
|
+
reader.markSeenId(parentRecordId);
|
|
67310
67401
|
reader.assignScalar(key, sink, fieldData);
|
|
67311
67402
|
return sink;
|
|
67312
67403
|
}
|
|
67313
67404
|
switch (typename) {
|
|
67314
67405
|
case 'String': {
|
|
67406
|
+
reader.markSeenId(parentRecordId);
|
|
67315
67407
|
reader.assignScalar(key, sink, fieldData);
|
|
67316
67408
|
break;
|
|
67317
67409
|
}
|
|
67318
67410
|
}
|
|
67319
67411
|
return sink;
|
|
67320
67412
|
}
|
|
67321
|
-
function buildSelectionForField$d(source, reader, sel, variables, fragments) {
|
|
67322
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$c, getFieldType$w, selectType$c);
|
|
67413
|
+
function buildSelectionForField$d(source, reader, sel, variables, fragments, parentRecordId) {
|
|
67414
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$c, getFieldType$w, selectType$c, parentRecordId);
|
|
67323
67415
|
}
|
|
67324
|
-
function buildSelectionForNode$d(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
67325
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$d, buildSelectionForField$d);
|
|
67416
|
+
function buildSelectionForNode$d(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
67417
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$d, buildSelectionForField$d, parentRecordId);
|
|
67326
67418
|
}
|
|
67327
67419
|
function select$l(field, variables, fragments) {
|
|
67328
|
-
return (source, reader) => {
|
|
67420
|
+
return (source, reader, parentRecordId) => {
|
|
67329
67421
|
var _a;
|
|
67330
67422
|
const sink = {};
|
|
67331
67423
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
67332
|
-
const builtSelection = buildSelectionForNode$d(source, reader, field, sel, variables, fragments);
|
|
67424
|
+
const builtSelection = buildSelectionForNode$d(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
67333
67425
|
if (builtSelection !== undefined) {
|
|
67334
67426
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
67335
67427
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -67462,35 +67554,38 @@
|
|
|
67462
67554
|
}
|
|
67463
67555
|
}
|
|
67464
67556
|
}
|
|
67465
|
-
function selectType$b(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
67557
|
+
function selectType$b(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
67466
67558
|
if (fieldData === null) {
|
|
67559
|
+
reader.markSeenId(parentRecordId);
|
|
67467
67560
|
reader.assignScalar(key, sink, fieldData);
|
|
67468
67561
|
return sink;
|
|
67469
67562
|
}
|
|
67470
67563
|
switch (typename) {
|
|
67471
67564
|
case 'String': {
|
|
67565
|
+
reader.markSeenId(parentRecordId);
|
|
67472
67566
|
reader.assignScalar(key, sink, fieldData);
|
|
67473
67567
|
break;
|
|
67474
67568
|
}
|
|
67475
67569
|
case 'Boolean': {
|
|
67570
|
+
reader.markSeenId(parentRecordId);
|
|
67476
67571
|
reader.assignScalar(key, sink, fieldData);
|
|
67477
67572
|
break;
|
|
67478
67573
|
}
|
|
67479
67574
|
}
|
|
67480
67575
|
return sink;
|
|
67481
67576
|
}
|
|
67482
|
-
function buildSelectionForField$c(source, reader, sel, variables, fragments) {
|
|
67483
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$b, getFieldType$v, selectType$b);
|
|
67577
|
+
function buildSelectionForField$c(source, reader, sel, variables, fragments, parentRecordId) {
|
|
67578
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$b, getFieldType$v, selectType$b, parentRecordId);
|
|
67484
67579
|
}
|
|
67485
|
-
function buildSelectionForNode$c(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
67486
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$c, buildSelectionForField$c);
|
|
67580
|
+
function buildSelectionForNode$c(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
67581
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$c, buildSelectionForField$c, parentRecordId);
|
|
67487
67582
|
}
|
|
67488
67583
|
function select$k(field, variables, fragments) {
|
|
67489
|
-
return (source, reader) => {
|
|
67584
|
+
return (source, reader, parentRecordId) => {
|
|
67490
67585
|
var _a;
|
|
67491
67586
|
const sink = {};
|
|
67492
67587
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
67493
|
-
const builtSelection = buildSelectionForNode$c(source, reader, field, sel, variables, fragments);
|
|
67588
|
+
const builtSelection = buildSelectionForNode$c(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
67494
67589
|
if (builtSelection !== undefined) {
|
|
67495
67590
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
67496
67591
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -67633,13 +67728,15 @@
|
|
|
67633
67728
|
}
|
|
67634
67729
|
}
|
|
67635
67730
|
}
|
|
67636
|
-
function selectType$a(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
67731
|
+
function selectType$a(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
67637
67732
|
if (fieldData === null) {
|
|
67733
|
+
reader.markSeenId(parentRecordId);
|
|
67638
67734
|
reader.assignScalar(key, sink, fieldData);
|
|
67639
67735
|
return sink;
|
|
67640
67736
|
}
|
|
67641
67737
|
switch (typename) {
|
|
67642
67738
|
case 'String': {
|
|
67739
|
+
reader.markSeenId(parentRecordId);
|
|
67643
67740
|
reader.assignScalar(key, sink, fieldData);
|
|
67644
67741
|
break;
|
|
67645
67742
|
}
|
|
@@ -67650,18 +67747,18 @@
|
|
|
67650
67747
|
}
|
|
67651
67748
|
return sink;
|
|
67652
67749
|
}
|
|
67653
|
-
function buildSelectionForField$b(source, reader, sel, variables, fragments) {
|
|
67654
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$a, getFieldType$u, selectType$a);
|
|
67750
|
+
function buildSelectionForField$b(source, reader, sel, variables, fragments, parentRecordId) {
|
|
67751
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$a, getFieldType$u, selectType$a, parentRecordId);
|
|
67655
67752
|
}
|
|
67656
|
-
function buildSelectionForNode$b(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
67657
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$b, buildSelectionForField$b);
|
|
67753
|
+
function buildSelectionForNode$b(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
67754
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$b, buildSelectionForField$b, parentRecordId);
|
|
67658
67755
|
}
|
|
67659
67756
|
function select$j(field, variables, fragments) {
|
|
67660
|
-
return (source, reader) => {
|
|
67757
|
+
return (source, reader, parentRecordId) => {
|
|
67661
67758
|
var _a;
|
|
67662
67759
|
const sink = {};
|
|
67663
67760
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
67664
|
-
const builtSelection = buildSelectionForNode$b(source, reader, field, sel, variables, fragments);
|
|
67761
|
+
const builtSelection = buildSelectionForNode$b(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
67665
67762
|
if (builtSelection !== undefined) {
|
|
67666
67763
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
67667
67764
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -67841,25 +67938,30 @@
|
|
|
67841
67938
|
}
|
|
67842
67939
|
}
|
|
67843
67940
|
}
|
|
67844
|
-
function selectType$9(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
67941
|
+
function selectType$9(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
67845
67942
|
if (fieldData === null) {
|
|
67943
|
+
reader.markSeenId(parentRecordId);
|
|
67846
67944
|
reader.assignScalar(key, sink, fieldData);
|
|
67847
67945
|
return sink;
|
|
67848
67946
|
}
|
|
67849
67947
|
switch (typename) {
|
|
67850
67948
|
case 'String': {
|
|
67949
|
+
reader.markSeenId(parentRecordId);
|
|
67851
67950
|
reader.assignScalar(key, sink, fieldData);
|
|
67852
67951
|
break;
|
|
67853
67952
|
}
|
|
67854
67953
|
case 'Boolean': {
|
|
67954
|
+
reader.markSeenId(parentRecordId);
|
|
67855
67955
|
reader.assignScalar(key, sink, fieldData);
|
|
67856
67956
|
break;
|
|
67857
67957
|
}
|
|
67858
67958
|
case 'DataType': {
|
|
67959
|
+
reader.markSeenId(parentRecordId);
|
|
67859
67960
|
reader.assignScalar(key, sink, fieldData);
|
|
67860
67961
|
break;
|
|
67861
67962
|
}
|
|
67862
67963
|
case 'FieldExtraTypeInfo': {
|
|
67964
|
+
reader.markSeenId(parentRecordId);
|
|
67863
67965
|
reader.assignScalar(key, sink, fieldData);
|
|
67864
67966
|
break;
|
|
67865
67967
|
}
|
|
@@ -67868,6 +67970,7 @@
|
|
|
67868
67970
|
break;
|
|
67869
67971
|
}
|
|
67870
67972
|
case 'Int': {
|
|
67973
|
+
reader.markSeenId(parentRecordId);
|
|
67871
67974
|
reader.assignScalar(key, sink, fieldData);
|
|
67872
67975
|
break;
|
|
67873
67976
|
}
|
|
@@ -67878,18 +67981,18 @@
|
|
|
67878
67981
|
}
|
|
67879
67982
|
return sink;
|
|
67880
67983
|
}
|
|
67881
|
-
function buildSelectionForField$a(source, reader, sel, variables, fragments) {
|
|
67882
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$9, getFieldType$t, selectType$9);
|
|
67984
|
+
function buildSelectionForField$a(source, reader, sel, variables, fragments, parentRecordId) {
|
|
67985
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$9, getFieldType$t, selectType$9, parentRecordId);
|
|
67883
67986
|
}
|
|
67884
|
-
function buildSelectionForNode$a(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
67885
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$a, buildSelectionForField$a);
|
|
67987
|
+
function buildSelectionForNode$a(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
67988
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$a, buildSelectionForField$a, parentRecordId);
|
|
67886
67989
|
}
|
|
67887
67990
|
function select$i(field, variables, fragments) {
|
|
67888
|
-
return (source, reader) => {
|
|
67991
|
+
return (source, reader, parentRecordId) => {
|
|
67889
67992
|
var _a;
|
|
67890
67993
|
const sink = {};
|
|
67891
67994
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
67892
|
-
const builtSelection = buildSelectionForNode$a(source, reader, field, sel, variables, fragments);
|
|
67995
|
+
const builtSelection = buildSelectionForNode$a(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
67893
67996
|
if (builtSelection !== undefined) {
|
|
67894
67997
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
67895
67998
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -68271,39 +68374,43 @@
|
|
|
68271
68374
|
}
|
|
68272
68375
|
}
|
|
68273
68376
|
}
|
|
68274
|
-
function selectType$8(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
68377
|
+
function selectType$8(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
68275
68378
|
if (fieldData === null) {
|
|
68379
|
+
reader.markSeenId(parentRecordId);
|
|
68276
68380
|
reader.assignScalar(key, sink, fieldData);
|
|
68277
68381
|
return sink;
|
|
68278
68382
|
}
|
|
68279
68383
|
switch (typename) {
|
|
68280
68384
|
case 'String': {
|
|
68385
|
+
reader.markSeenId(parentRecordId);
|
|
68281
68386
|
reader.assignScalar(key, sink, fieldData);
|
|
68282
68387
|
break;
|
|
68283
68388
|
}
|
|
68284
68389
|
case 'Boolean': {
|
|
68390
|
+
reader.markSeenId(parentRecordId);
|
|
68285
68391
|
reader.assignScalar(key, sink, fieldData);
|
|
68286
68392
|
break;
|
|
68287
68393
|
}
|
|
68288
68394
|
case 'ID': {
|
|
68395
|
+
reader.markSeenId(parentRecordId);
|
|
68289
68396
|
reader.assignScalar(key, sink, fieldData);
|
|
68290
68397
|
break;
|
|
68291
68398
|
}
|
|
68292
68399
|
}
|
|
68293
68400
|
return sink;
|
|
68294
68401
|
}
|
|
68295
|
-
function buildSelectionForField$9(source, reader, sel, variables, fragments) {
|
|
68296
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$8, getFieldType$s, selectType$8);
|
|
68402
|
+
function buildSelectionForField$9(source, reader, sel, variables, fragments, parentRecordId) {
|
|
68403
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$8, getFieldType$s, selectType$8, parentRecordId);
|
|
68297
68404
|
}
|
|
68298
|
-
function buildSelectionForNode$9(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
68299
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$9, buildSelectionForField$9);
|
|
68405
|
+
function buildSelectionForNode$9(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
68406
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$9, buildSelectionForField$9, parentRecordId);
|
|
68300
68407
|
}
|
|
68301
68408
|
function select$h(field, variables, fragments) {
|
|
68302
|
-
return (source, reader) => {
|
|
68409
|
+
return (source, reader, parentRecordId) => {
|
|
68303
68410
|
var _a;
|
|
68304
68411
|
const sink = {};
|
|
68305
68412
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
68306
|
-
const builtSelection = buildSelectionForNode$9(source, reader, field, sel, variables, fragments);
|
|
68413
|
+
const builtSelection = buildSelectionForNode$9(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
68307
68414
|
if (builtSelection !== undefined) {
|
|
68308
68415
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
68309
68416
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -68462,31 +68569,33 @@
|
|
|
68462
68569
|
}
|
|
68463
68570
|
}
|
|
68464
68571
|
}
|
|
68465
|
-
function selectType$7(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
68572
|
+
function selectType$7(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
68466
68573
|
if (fieldData === null) {
|
|
68574
|
+
reader.markSeenId(parentRecordId);
|
|
68467
68575
|
reader.assignScalar(key, sink, fieldData);
|
|
68468
68576
|
return sink;
|
|
68469
68577
|
}
|
|
68470
68578
|
switch (typename) {
|
|
68471
68579
|
case 'String': {
|
|
68580
|
+
reader.markSeenId(parentRecordId);
|
|
68472
68581
|
reader.assignScalar(key, sink, fieldData);
|
|
68473
68582
|
break;
|
|
68474
68583
|
}
|
|
68475
68584
|
}
|
|
68476
68585
|
return sink;
|
|
68477
68586
|
}
|
|
68478
|
-
function buildSelectionForField$8(source, reader, sel, variables, fragments) {
|
|
68479
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$7, getFieldType$r, selectType$7);
|
|
68587
|
+
function buildSelectionForField$8(source, reader, sel, variables, fragments, parentRecordId) {
|
|
68588
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$7, getFieldType$r, selectType$7, parentRecordId);
|
|
68480
68589
|
}
|
|
68481
|
-
function buildSelectionForNode$8(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
68482
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$8, buildSelectionForField$8);
|
|
68590
|
+
function buildSelectionForNode$8(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
68591
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$8, buildSelectionForField$8, parentRecordId);
|
|
68483
68592
|
}
|
|
68484
68593
|
function select$g(field, variables, fragments) {
|
|
68485
|
-
return (source, reader) => {
|
|
68594
|
+
return (source, reader, parentRecordId) => {
|
|
68486
68595
|
var _a;
|
|
68487
68596
|
const sink = {};
|
|
68488
68597
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
68489
|
-
const builtSelection = buildSelectionForNode$8(source, reader, field, sel, variables, fragments);
|
|
68598
|
+
const builtSelection = buildSelectionForNode$8(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
68490
68599
|
if (builtSelection !== undefined) {
|
|
68491
68600
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
68492
68601
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -68620,13 +68729,15 @@
|
|
|
68620
68729
|
}
|
|
68621
68730
|
}
|
|
68622
68731
|
}
|
|
68623
|
-
function selectType$6(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
68732
|
+
function selectType$6(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
68624
68733
|
if (fieldData === null) {
|
|
68734
|
+
reader.markSeenId(parentRecordId);
|
|
68625
68735
|
reader.assignScalar(key, sink, fieldData);
|
|
68626
68736
|
return sink;
|
|
68627
68737
|
}
|
|
68628
68738
|
switch (typename) {
|
|
68629
68739
|
case 'String': {
|
|
68740
|
+
reader.markSeenId(parentRecordId);
|
|
68630
68741
|
reader.assignScalar(key, sink, fieldData);
|
|
68631
68742
|
break;
|
|
68632
68743
|
}
|
|
@@ -68635,10 +68746,12 @@
|
|
|
68635
68746
|
break;
|
|
68636
68747
|
}
|
|
68637
68748
|
case 'Boolean': {
|
|
68749
|
+
reader.markSeenId(parentRecordId);
|
|
68638
68750
|
reader.assignScalar(key, sink, fieldData);
|
|
68639
68751
|
break;
|
|
68640
68752
|
}
|
|
68641
68753
|
case 'ID': {
|
|
68754
|
+
reader.markSeenId(parentRecordId);
|
|
68642
68755
|
reader.assignScalar(key, sink, fieldData);
|
|
68643
68756
|
break;
|
|
68644
68757
|
}
|
|
@@ -68661,18 +68774,18 @@
|
|
|
68661
68774
|
}
|
|
68662
68775
|
return sink;
|
|
68663
68776
|
}
|
|
68664
|
-
function buildSelectionForField$7(source, reader, sel, variables, fragments) {
|
|
68665
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$6, getFieldType$q, selectType$6);
|
|
68777
|
+
function buildSelectionForField$7(source, reader, sel, variables, fragments, parentRecordId) {
|
|
68778
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$6, getFieldType$q, selectType$6, parentRecordId);
|
|
68666
68779
|
}
|
|
68667
|
-
function buildSelectionForNode$7(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
68668
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$7, buildSelectionForField$7);
|
|
68780
|
+
function buildSelectionForNode$7(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
68781
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$7, buildSelectionForField$7, parentRecordId);
|
|
68669
68782
|
}
|
|
68670
68783
|
function select$f(field, variables, fragments) {
|
|
68671
|
-
return (source, reader) => {
|
|
68784
|
+
return (source, reader, parentRecordId) => {
|
|
68672
68785
|
var _a;
|
|
68673
68786
|
const sink = {};
|
|
68674
68787
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
68675
|
-
const builtSelection = buildSelectionForNode$7(source, reader, field, sel, variables, fragments);
|
|
68788
|
+
const builtSelection = buildSelectionForNode$7(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
68676
68789
|
if (builtSelection !== undefined) {
|
|
68677
68790
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
68678
68791
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -69082,35 +69195,38 @@
|
|
|
69082
69195
|
}
|
|
69083
69196
|
}
|
|
69084
69197
|
}
|
|
69085
|
-
function selectType$5(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
69198
|
+
function selectType$5(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
69086
69199
|
if (fieldData === null) {
|
|
69200
|
+
reader.markSeenId(parentRecordId);
|
|
69087
69201
|
reader.assignScalar(key, sink, fieldData);
|
|
69088
69202
|
return sink;
|
|
69089
69203
|
}
|
|
69090
69204
|
switch (typename) {
|
|
69091
69205
|
case 'String': {
|
|
69206
|
+
reader.markSeenId(parentRecordId);
|
|
69092
69207
|
reader.assignScalar(key, sink, fieldData);
|
|
69093
69208
|
break;
|
|
69094
69209
|
}
|
|
69095
69210
|
case 'Boolean': {
|
|
69211
|
+
reader.markSeenId(parentRecordId);
|
|
69096
69212
|
reader.assignScalar(key, sink, fieldData);
|
|
69097
69213
|
break;
|
|
69098
69214
|
}
|
|
69099
69215
|
}
|
|
69100
69216
|
return sink;
|
|
69101
69217
|
}
|
|
69102
|
-
function buildSelectionForField$6(source, reader, sel, variables, fragments) {
|
|
69103
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$5, getFieldType$p, selectType$5);
|
|
69218
|
+
function buildSelectionForField$6(source, reader, sel, variables, fragments, parentRecordId) {
|
|
69219
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$5, getFieldType$p, selectType$5, parentRecordId);
|
|
69104
69220
|
}
|
|
69105
|
-
function buildSelectionForNode$6(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
69106
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$6, buildSelectionForField$6);
|
|
69221
|
+
function buildSelectionForNode$6(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
69222
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$6, buildSelectionForField$6, parentRecordId);
|
|
69107
69223
|
}
|
|
69108
69224
|
function select$e(field, variables, fragments) {
|
|
69109
|
-
return (source, reader) => {
|
|
69225
|
+
return (source, reader, parentRecordId) => {
|
|
69110
69226
|
var _a;
|
|
69111
69227
|
const sink = {};
|
|
69112
69228
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
69113
|
-
const builtSelection = buildSelectionForNode$6(source, reader, field, sel, variables, fragments);
|
|
69229
|
+
const builtSelection = buildSelectionForNode$6(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
69114
69230
|
if (builtSelection !== undefined) {
|
|
69115
69231
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
69116
69232
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -69259,35 +69375,38 @@
|
|
|
69259
69375
|
}
|
|
69260
69376
|
}
|
|
69261
69377
|
}
|
|
69262
|
-
function selectType$4(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
69378
|
+
function selectType$4(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
69263
69379
|
if (fieldData === null) {
|
|
69380
|
+
reader.markSeenId(parentRecordId);
|
|
69264
69381
|
reader.assignScalar(key, sink, fieldData);
|
|
69265
69382
|
return sink;
|
|
69266
69383
|
}
|
|
69267
69384
|
switch (typename) {
|
|
69268
69385
|
case 'String': {
|
|
69386
|
+
reader.markSeenId(parentRecordId);
|
|
69269
69387
|
reader.assignScalar(key, sink, fieldData);
|
|
69270
69388
|
break;
|
|
69271
69389
|
}
|
|
69272
69390
|
case 'ResultOrder': {
|
|
69391
|
+
reader.markSeenId(parentRecordId);
|
|
69273
69392
|
reader.assignScalar(key, sink, fieldData);
|
|
69274
69393
|
break;
|
|
69275
69394
|
}
|
|
69276
69395
|
}
|
|
69277
69396
|
return sink;
|
|
69278
69397
|
}
|
|
69279
|
-
function buildSelectionForField$5(source, reader, sel, variables, fragments) {
|
|
69280
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$4, getFieldType$o, selectType$4);
|
|
69398
|
+
function buildSelectionForField$5(source, reader, sel, variables, fragments, parentRecordId) {
|
|
69399
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$4, getFieldType$o, selectType$4, parentRecordId);
|
|
69281
69400
|
}
|
|
69282
|
-
function buildSelectionForNode$5(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
69283
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$5, buildSelectionForField$5);
|
|
69401
|
+
function buildSelectionForNode$5(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
69402
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$5, buildSelectionForField$5, parentRecordId);
|
|
69284
69403
|
}
|
|
69285
69404
|
function select$d(field, variables, fragments) {
|
|
69286
|
-
return (source, reader) => {
|
|
69405
|
+
return (source, reader, parentRecordId) => {
|
|
69287
69406
|
var _a;
|
|
69288
69407
|
const sink = {};
|
|
69289
69408
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
69290
|
-
const builtSelection = buildSelectionForNode$5(source, reader, field, sel, variables, fragments);
|
|
69409
|
+
const builtSelection = buildSelectionForNode$5(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
69291
69410
|
if (builtSelection !== undefined) {
|
|
69292
69411
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
69293
69412
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -69425,13 +69544,15 @@
|
|
|
69425
69544
|
}
|
|
69426
69545
|
}
|
|
69427
69546
|
}
|
|
69428
|
-
function selectType$3(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
69547
|
+
function selectType$3(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
69429
69548
|
if (fieldData === null) {
|
|
69549
|
+
reader.markSeenId(parentRecordId);
|
|
69430
69550
|
reader.assignScalar(key, sink, fieldData);
|
|
69431
69551
|
return sink;
|
|
69432
69552
|
}
|
|
69433
69553
|
switch (typename) {
|
|
69434
69554
|
case 'String': {
|
|
69555
|
+
reader.markSeenId(parentRecordId);
|
|
69435
69556
|
reader.assignScalar(key, sink, fieldData);
|
|
69436
69557
|
break;
|
|
69437
69558
|
}
|
|
@@ -69446,18 +69567,18 @@
|
|
|
69446
69567
|
}
|
|
69447
69568
|
return sink;
|
|
69448
69569
|
}
|
|
69449
|
-
function buildSelectionForField$4(source, reader, sel, variables, fragments) {
|
|
69450
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$3, getFieldType$n, selectType$3);
|
|
69570
|
+
function buildSelectionForField$4(source, reader, sel, variables, fragments, parentRecordId) {
|
|
69571
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$3, getFieldType$n, selectType$3, parentRecordId);
|
|
69451
69572
|
}
|
|
69452
|
-
function buildSelectionForNode$4(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
69453
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$4, buildSelectionForField$4);
|
|
69573
|
+
function buildSelectionForNode$4(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
69574
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$4, buildSelectionForField$4, parentRecordId);
|
|
69454
69575
|
}
|
|
69455
69576
|
function select$c(field, variables, fragments) {
|
|
69456
|
-
return (source, reader) => {
|
|
69577
|
+
return (source, reader, parentRecordId) => {
|
|
69457
69578
|
var _a;
|
|
69458
69579
|
const sink = {};
|
|
69459
69580
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
69460
|
-
const builtSelection = buildSelectionForNode$4(source, reader, field, sel, variables, fragments);
|
|
69581
|
+
const builtSelection = buildSelectionForNode$4(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
69461
69582
|
if (builtSelection !== undefined) {
|
|
69462
69583
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
69463
69584
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -69695,13 +69816,15 @@
|
|
|
69695
69816
|
}
|
|
69696
69817
|
}
|
|
69697
69818
|
}
|
|
69698
|
-
function selectType$2(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
69819
|
+
function selectType$2(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
69699
69820
|
if (fieldData === null) {
|
|
69821
|
+
reader.markSeenId(parentRecordId);
|
|
69700
69822
|
reader.assignScalar(key, sink, fieldData);
|
|
69701
69823
|
return sink;
|
|
69702
69824
|
}
|
|
69703
69825
|
switch (typename) {
|
|
69704
69826
|
case 'String': {
|
|
69827
|
+
reader.markSeenId(parentRecordId);
|
|
69705
69828
|
reader.assignScalar(key, sink, fieldData);
|
|
69706
69829
|
break;
|
|
69707
69830
|
}
|
|
@@ -69720,18 +69843,18 @@
|
|
|
69720
69843
|
}
|
|
69721
69844
|
return sink;
|
|
69722
69845
|
}
|
|
69723
|
-
function buildSelectionForField$3(source, reader, sel, variables, fragments) {
|
|
69724
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$2, getFieldType$m, selectType$2);
|
|
69846
|
+
function buildSelectionForField$3(source, reader, sel, variables, fragments, parentRecordId) {
|
|
69847
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$2, getFieldType$m, selectType$2, parentRecordId);
|
|
69725
69848
|
}
|
|
69726
|
-
function buildSelectionForNode$3(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
69727
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$3, buildSelectionForField$3);
|
|
69849
|
+
function buildSelectionForNode$3(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
69850
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$3, buildSelectionForField$3, parentRecordId);
|
|
69728
69851
|
}
|
|
69729
69852
|
function select$b(field, variables, fragments) {
|
|
69730
|
-
return (source, reader) => {
|
|
69853
|
+
return (source, reader, parentRecordId) => {
|
|
69731
69854
|
var _a;
|
|
69732
69855
|
const sink = {};
|
|
69733
69856
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
69734
|
-
const builtSelection = buildSelectionForNode$3(source, reader, field, sel, variables, fragments);
|
|
69857
|
+
const builtSelection = buildSelectionForNode$3(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
69735
69858
|
if (builtSelection !== undefined) {
|
|
69736
69859
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
69737
69860
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -69967,39 +70090,43 @@
|
|
|
69967
70090
|
}
|
|
69968
70091
|
}
|
|
69969
70092
|
}
|
|
69970
|
-
function selectType$1(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
70093
|
+
function selectType$1(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
69971
70094
|
if (fieldData === null) {
|
|
70095
|
+
reader.markSeenId(parentRecordId);
|
|
69972
70096
|
reader.assignScalar(key, sink, fieldData);
|
|
69973
70097
|
return sink;
|
|
69974
70098
|
}
|
|
69975
70099
|
switch (typename) {
|
|
69976
70100
|
case 'String': {
|
|
70101
|
+
reader.markSeenId(parentRecordId);
|
|
69977
70102
|
reader.assignScalar(key, sink, fieldData);
|
|
69978
70103
|
break;
|
|
69979
70104
|
}
|
|
69980
70105
|
case 'Long': {
|
|
70106
|
+
reader.markSeenId(parentRecordId);
|
|
69981
70107
|
reader.assignScalar(key, sink, fieldData);
|
|
69982
70108
|
break;
|
|
69983
70109
|
}
|
|
69984
70110
|
case 'DateTime': {
|
|
70111
|
+
reader.markSeenId(parentRecordId);
|
|
69985
70112
|
reader.assignScalar(key, sink, fieldData);
|
|
69986
70113
|
break;
|
|
69987
70114
|
}
|
|
69988
70115
|
}
|
|
69989
70116
|
return sink;
|
|
69990
70117
|
}
|
|
69991
|
-
function buildSelectionForField$2(source, reader, sel, variables, fragments) {
|
|
69992
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$1, getFieldType$l, selectType$1);
|
|
70118
|
+
function buildSelectionForField$2(source, reader, sel, variables, fragments, parentRecordId) {
|
|
70119
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData$1, getFieldType$l, selectType$1, parentRecordId);
|
|
69993
70120
|
}
|
|
69994
|
-
function buildSelectionForNode$2(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
69995
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$2, buildSelectionForField$2);
|
|
70121
|
+
function buildSelectionForNode$2(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
70122
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$2, buildSelectionForField$2, parentRecordId);
|
|
69996
70123
|
}
|
|
69997
70124
|
function select$a(field, variables, fragments) {
|
|
69998
|
-
return (source, reader) => {
|
|
70125
|
+
return (source, reader, parentRecordId) => {
|
|
69999
70126
|
var _a;
|
|
70000
70127
|
const sink = {};
|
|
70001
70128
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
70002
|
-
const builtSelection = buildSelectionForNode$2(source, reader, field, sel, variables, fragments);
|
|
70129
|
+
const builtSelection = buildSelectionForNode$2(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
70003
70130
|
if (builtSelection !== undefined) {
|
|
70004
70131
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
70005
70132
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -70152,13 +70279,15 @@
|
|
|
70152
70279
|
}
|
|
70153
70280
|
}
|
|
70154
70281
|
}
|
|
70155
|
-
function selectType(typename, sel, fieldData, reader, key, sink, variables, fragments) {
|
|
70282
|
+
function selectType(typename, sel, fieldData, reader, key, sink, variables, fragments, parentRecordId) {
|
|
70156
70283
|
if (fieldData === null) {
|
|
70284
|
+
reader.markSeenId(parentRecordId);
|
|
70157
70285
|
reader.assignScalar(key, sink, fieldData);
|
|
70158
70286
|
return sink;
|
|
70159
70287
|
}
|
|
70160
70288
|
switch (typename) {
|
|
70161
70289
|
case 'String': {
|
|
70290
|
+
reader.markSeenId(parentRecordId);
|
|
70162
70291
|
reader.assignScalar(key, sink, fieldData);
|
|
70163
70292
|
break;
|
|
70164
70293
|
}
|
|
@@ -70173,18 +70302,18 @@
|
|
|
70173
70302
|
}
|
|
70174
70303
|
return sink;
|
|
70175
70304
|
}
|
|
70176
|
-
function buildSelectionForField$1(source, reader, sel, variables, fragments) {
|
|
70177
|
-
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData, getFieldType$k, selectType);
|
|
70305
|
+
function buildSelectionForField$1(source, reader, sel, variables, fragments, parentRecordId) {
|
|
70306
|
+
return buildSelectionForField(source, reader, sel, variables, fragments, false, getFieldData, getFieldType$k, selectType, parentRecordId);
|
|
70178
70307
|
}
|
|
70179
|
-
function buildSelectionForNode$1(source, reader, parentNode, selectionNode, variables, fragments) {
|
|
70180
|
-
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$1, buildSelectionForField$1);
|
|
70308
|
+
function buildSelectionForNode$1(source, reader, parentNode, selectionNode, variables, fragments, parentRecordId) {
|
|
70309
|
+
return buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable$1, buildSelectionForField$1, parentRecordId);
|
|
70181
70310
|
}
|
|
70182
70311
|
function select$9(field, variables, fragments) {
|
|
70183
|
-
return (source, reader) => {
|
|
70312
|
+
return (source, reader, parentRecordId) => {
|
|
70184
70313
|
var _a;
|
|
70185
70314
|
const sink = {};
|
|
70186
70315
|
(_a = field.selectionSet) === null || _a === void 0 ? void 0 : _a.selections.forEach((sel) => {
|
|
70187
|
-
const builtSelection = buildSelectionForNode$1(source, reader, field, sel, variables, fragments);
|
|
70316
|
+
const builtSelection = buildSelectionForNode$1(source, reader, field, sel, variables, fragments, parentRecordId);
|
|
70188
70317
|
if (builtSelection !== undefined) {
|
|
70189
70318
|
if (sel.kind === "InlineFragment" || sel.kind === "FragmentSpread") {
|
|
70190
70319
|
Object.keys(builtSelection).forEach((key, value) => {
|
|
@@ -72820,7 +72949,7 @@
|
|
|
72820
72949
|
const typenameMatchesCondition = typename !== undefined && !isUntypedInlineFragment && typename === fragmentNode.typeCondition.name.value;
|
|
72821
72950
|
return isUntypedInlineFragment || matchesTypeCondition || doesImplementInterface || typenameMatchesCondition;
|
|
72822
72951
|
}
|
|
72823
|
-
function buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable, buildSelectionForField) {
|
|
72952
|
+
function buildSelectionForNode(source, reader, parentNode, selectionNode, variables, fragments, isFragmentApplicable, buildSelectionForField, parentRecordId) {
|
|
72824
72953
|
const sink = {};
|
|
72825
72954
|
if (selectionNode.directives) {
|
|
72826
72955
|
const selectionWithDirectives = applyDirectivesForSelection(selectionNode, variables);
|
|
@@ -72834,7 +72963,7 @@
|
|
|
72834
72963
|
// Get selections out of the inline fragment
|
|
72835
72964
|
selectionNode.selectionSet.selections.forEach(fragmentSelection => {
|
|
72836
72965
|
// Call into field handling with selections
|
|
72837
|
-
Object.assign(sink, buildSelectionForNode(source, reader, parentNode, fragmentSelection, variables, fragments, isFragmentApplicable, buildSelectionForField));
|
|
72966
|
+
Object.assign(sink, buildSelectionForNode(source, reader, parentNode, fragmentSelection, variables, fragments, isFragmentApplicable, buildSelectionForField, parentRecordId));
|
|
72838
72967
|
});
|
|
72839
72968
|
}
|
|
72840
72969
|
}
|
|
@@ -72843,16 +72972,16 @@
|
|
|
72843
72972
|
if (namedFragment && isFragmentApplicable(namedFragment, source.data.__typename)) {
|
|
72844
72973
|
namedFragment.selectionSet.selections.forEach(fragmentSelection => {
|
|
72845
72974
|
// Call into field handling with selections
|
|
72846
|
-
Object.assign(sink, buildSelectionForNode(source, reader, parentNode, fragmentSelection, variables, fragments, isFragmentApplicable, buildSelectionForField));
|
|
72975
|
+
Object.assign(sink, buildSelectionForNode(source, reader, parentNode, fragmentSelection, variables, fragments, isFragmentApplicable, buildSelectionForField, parentRecordId));
|
|
72847
72976
|
});
|
|
72848
72977
|
}
|
|
72849
72978
|
}
|
|
72850
72979
|
if (selectionNode.kind === "Field") {
|
|
72851
|
-
Object.assign(sink, buildSelectionForField(source, reader, selectionNode, variables, fragments));
|
|
72980
|
+
Object.assign(sink, buildSelectionForField(source, reader, selectionNode, variables, fragments, parentRecordId));
|
|
72852
72981
|
}
|
|
72853
72982
|
return sink;
|
|
72854
72983
|
}
|
|
72855
|
-
function buildSelectionForField(source, reader, sel, variables, fragments, isCursorConnectionType, getFieldData, getFieldType, selectType) {
|
|
72984
|
+
function buildSelectionForField(source, reader, sel, variables, fragments, isCursorConnectionType, getFieldData, getFieldType, selectType, parentRecordId) {
|
|
72856
72985
|
const sink = {};
|
|
72857
72986
|
const fieldData = getFieldData(source, sel, variables);
|
|
72858
72987
|
const requestedFieldName = sel.alias ? sel.alias.value : sel.name.value;
|
|
@@ -72877,15 +73006,16 @@
|
|
|
72877
73006
|
}
|
|
72878
73007
|
else if (fieldType.isArray) {
|
|
72879
73008
|
const arraySink = [];
|
|
73009
|
+
reader.markSeenId(parentRecordId); // Always mark the parent of an array as seen.
|
|
72880
73010
|
for (let i = 0, len = fieldData.length; i < len; i += 1) {
|
|
72881
73011
|
reader.enterPath(i);
|
|
72882
|
-
selectType(fieldType.typename, sel, fieldData[i], reader, i, arraySink, variables, fragments);
|
|
73012
|
+
selectType(fieldType.typename, sel, fieldData[i], reader, i, arraySink, variables, fragments, parentRecordId);
|
|
72883
73013
|
reader.exitPath();
|
|
72884
73014
|
}
|
|
72885
73015
|
reader.assignNonScalar(sink, requestedFieldName, arraySink);
|
|
72886
73016
|
}
|
|
72887
73017
|
else {
|
|
72888
|
-
selectType(fieldType.typename, sel, fieldData, reader, requestedFieldName, sink, variables, fragments);
|
|
73018
|
+
selectType(fieldType.typename, sel, fieldData, reader, requestedFieldName, sink, variables, fragments, parentRecordId);
|
|
72889
73019
|
}
|
|
72890
73020
|
reader.exitPath();
|
|
72891
73021
|
return sink;
|
|
@@ -72901,13 +73031,12 @@
|
|
|
72901
73031
|
},
|
|
72902
73032
|
variables: {}
|
|
72903
73033
|
});
|
|
72904
|
-
reader.markSeenId(fieldData.__ref);
|
|
72905
73034
|
if (resolvedLink.data !== undefined) {
|
|
72906
73035
|
if (isCursorConnection) {
|
|
72907
73036
|
selectTypeLinkWithPagination(resolvedLink, sel, fieldData, reader, key, sink, variables, fragments, selectFn);
|
|
72908
73037
|
}
|
|
72909
73038
|
else {
|
|
72910
|
-
const result = selectFn(sel, variables, fragments)(resolvedLink.data, reader);
|
|
73039
|
+
const result = selectFn(sel, variables, fragments)(resolvedLink.data, reader, resolvedLink.recordId);
|
|
72911
73040
|
reader.assignNonScalar(sink, key, result);
|
|
72912
73041
|
}
|
|
72913
73042
|
}
|
|
@@ -72938,6 +73067,7 @@
|
|
|
72938
73067
|
function selectTypeLinkWithPagination(resolvedLink, sel, fieldData, reader, key, sink, variables, fragments, selectFn) {
|
|
72939
73068
|
var _a, _b, _c, _d, _e;
|
|
72940
73069
|
const source = resolvedLink.data.data;
|
|
73070
|
+
const parentRecordId = resolvedLink.recordId;
|
|
72941
73071
|
const totalEdges = source.edges !== undefined ? source.edges.length : 0;
|
|
72942
73072
|
const metadata = reader.resolveMetadata(source, PAGINATION_VERSION);
|
|
72943
73073
|
const firstArg = (_a = sel.arguments) === null || _a === void 0 ? void 0 : _a.find(argument => { return argument.name.value === 'first'; });
|
|
@@ -73006,7 +73136,8 @@
|
|
|
73006
73136
|
edges: ObjectFreeze(trimmedEdges),
|
|
73007
73137
|
}
|
|
73008
73138
|
};
|
|
73009
|
-
|
|
73139
|
+
reader.markSeenId(parentRecordId);
|
|
73140
|
+
const result = selectFn(sel, variables, fragments)(paginatedData, reader, parentRecordId);
|
|
73010
73141
|
const pageInfo = createPageInfo(result === null || result === void 0 ? void 0 : result.edges, startOffset, endOffset, maxOffset, metadata);
|
|
73011
73142
|
if (pageInfo !== undefined) {
|
|
73012
73143
|
const selectedPageInfo = selectPageInfo((_e = sel.selectionSet) === null || _e === void 0 ? void 0 : _e.selections, fragments, pageInfo);
|
|
@@ -73073,8 +73204,9 @@
|
|
|
73073
73204
|
for (let i = 0, len = definitions.length; i < len; i += 1) {
|
|
73074
73205
|
const def = definitions[i];
|
|
73075
73206
|
if (def.kind === 'OperationDefinition') {
|
|
73207
|
+
const parentRecordId = keyBuilderFromType();
|
|
73076
73208
|
const snapshot = builder.read({
|
|
73077
|
-
recordId:
|
|
73209
|
+
recordId: parentRecordId,
|
|
73078
73210
|
node: {
|
|
73079
73211
|
kind: 'Fragment',
|
|
73080
73212
|
private: [],
|
|
@@ -73086,7 +73218,7 @@
|
|
|
73086
73218
|
if (snapshot.data === undefined) {
|
|
73087
73219
|
return {};
|
|
73088
73220
|
}
|
|
73089
|
-
const data = select$9(def, variables, fragments)(snapshot.data, builder);
|
|
73221
|
+
const data = select$9(def, variables, fragments)(snapshot.data, builder, parentRecordId);
|
|
73090
73222
|
sink = {
|
|
73091
73223
|
...sink,
|
|
73092
73224
|
...data,
|
|
@@ -73210,7 +73342,7 @@
|
|
|
73210
73342
|
function createResourceRequest$2(config) {
|
|
73211
73343
|
const headers = {};
|
|
73212
73344
|
return {
|
|
73213
|
-
baseUri: '/services/data/
|
|
73345
|
+
baseUri: '/services/data/v59.0',
|
|
73214
73346
|
basePath: '/graphql',
|
|
73215
73347
|
method: 'post',
|
|
73216
73348
|
body: { ...config.body,
|
|
@@ -73564,7 +73696,7 @@
|
|
|
73564
73696
|
const headers = {};
|
|
73565
73697
|
const transformedConfig = stripDocumentsOfMetaschema(config);
|
|
73566
73698
|
return {
|
|
73567
|
-
baseUri: '/services/data/
|
|
73699
|
+
baseUri: '/services/data/v59.0',
|
|
73568
73700
|
basePath: '/graphql/batch',
|
|
73569
73701
|
method: 'post',
|
|
73570
73702
|
body: transformedConfig.body,
|
|
@@ -74373,7 +74505,7 @@
|
|
|
74373
74505
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74374
74506
|
instrument,
|
|
74375
74507
|
});
|
|
74376
|
-
// version: 1.134.
|
|
74508
|
+
// version: 1.134.5-a25b51598
|
|
74377
74509
|
|
|
74378
74510
|
// On core the unstable adapters are re-exported with different names,
|
|
74379
74511
|
|
|
@@ -76337,7 +76469,7 @@
|
|
|
76337
76469
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
76338
76470
|
const { variables: queryVariables, query } = config;
|
|
76339
76471
|
const request = {
|
|
76340
|
-
baseUri: '/services/data/
|
|
76472
|
+
baseUri: '/services/data/v59.0',
|
|
76341
76473
|
basePath: '/graphql',
|
|
76342
76474
|
method: 'post',
|
|
76343
76475
|
priority: 'normal',
|
|
@@ -76502,7 +76634,7 @@
|
|
|
76502
76634
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76503
76635
|
graphQLImperative = ldsAdapter;
|
|
76504
76636
|
});
|
|
76505
|
-
// version: 1.134.
|
|
76637
|
+
// version: 1.134.5-a25b51598
|
|
76506
76638
|
|
|
76507
76639
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76508
76640
|
__proto__: null,
|
|
@@ -77211,4 +77343,4 @@
|
|
|
77211
77343
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77212
77344
|
|
|
77213
77345
|
}));
|
|
77214
|
-
// version: 1.134.
|
|
77346
|
+
// version: 1.134.5-4b28c4f16
|