@promoboxx/graphql-gateway-types 1.1013.0 → 1.1015.0
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/graphql.schema.json +1568 -436
- package/index.d.ts +112 -0
- package/package.json +1 -1
- package/schema.graphql +82 -0
package/graphql.schema.json
CHANGED
|
@@ -41577,6 +41577,42 @@
|
|
|
41577
41577
|
"enumValues": null,
|
|
41578
41578
|
"possibleTypes": null
|
|
41579
41579
|
},
|
|
41580
|
+
{
|
|
41581
|
+
"kind": "INPUT_OBJECT",
|
|
41582
|
+
"name": "GetShareSettingsFilters",
|
|
41583
|
+
"description": null,
|
|
41584
|
+
"isOneOf": false,
|
|
41585
|
+
"fields": null,
|
|
41586
|
+
"inputFields": [
|
|
41587
|
+
{
|
|
41588
|
+
"name": "enabled",
|
|
41589
|
+
"description": null,
|
|
41590
|
+
"type": {
|
|
41591
|
+
"kind": "SCALAR",
|
|
41592
|
+
"name": "Boolean",
|
|
41593
|
+
"ofType": null
|
|
41594
|
+
},
|
|
41595
|
+
"defaultValue": null,
|
|
41596
|
+
"isDeprecated": false,
|
|
41597
|
+
"deprecationReason": null
|
|
41598
|
+
},
|
|
41599
|
+
{
|
|
41600
|
+
"name": "share_type",
|
|
41601
|
+
"description": null,
|
|
41602
|
+
"type": {
|
|
41603
|
+
"kind": "SCALAR",
|
|
41604
|
+
"name": "String",
|
|
41605
|
+
"ofType": null
|
|
41606
|
+
},
|
|
41607
|
+
"defaultValue": null,
|
|
41608
|
+
"isDeprecated": false,
|
|
41609
|
+
"deprecationReason": null
|
|
41610
|
+
}
|
|
41611
|
+
],
|
|
41612
|
+
"interfaces": null,
|
|
41613
|
+
"enumValues": null,
|
|
41614
|
+
"possibleTypes": null
|
|
41615
|
+
},
|
|
41580
41616
|
{
|
|
41581
41617
|
"kind": "INPUT_OBJECT",
|
|
41582
41618
|
"name": "GetShareSettingsRetailerFilters",
|
|
@@ -61134,6 +61170,67 @@
|
|
|
61134
61170
|
"isDeprecated": false,
|
|
61135
61171
|
"deprecationReason": null
|
|
61136
61172
|
},
|
|
61173
|
+
{
|
|
61174
|
+
"name": "updateDigitalAssetCrop",
|
|
61175
|
+
"description": null,
|
|
61176
|
+
"args": [
|
|
61177
|
+
{
|
|
61178
|
+
"name": "crop",
|
|
61179
|
+
"description": null,
|
|
61180
|
+
"type": {
|
|
61181
|
+
"kind": "INPUT_OBJECT",
|
|
61182
|
+
"name": "UpdateDigitalAssetCropInput",
|
|
61183
|
+
"ofType": null
|
|
61184
|
+
},
|
|
61185
|
+
"defaultValue": null,
|
|
61186
|
+
"isDeprecated": false,
|
|
61187
|
+
"deprecationReason": null
|
|
61188
|
+
},
|
|
61189
|
+
{
|
|
61190
|
+
"name": "digital_asset_id",
|
|
61191
|
+
"description": null,
|
|
61192
|
+
"type": {
|
|
61193
|
+
"kind": "NON_NULL",
|
|
61194
|
+
"name": null,
|
|
61195
|
+
"ofType": {
|
|
61196
|
+
"kind": "SCALAR",
|
|
61197
|
+
"name": "ID",
|
|
61198
|
+
"ofType": null
|
|
61199
|
+
}
|
|
61200
|
+
},
|
|
61201
|
+
"defaultValue": null,
|
|
61202
|
+
"isDeprecated": false,
|
|
61203
|
+
"deprecationReason": null
|
|
61204
|
+
},
|
|
61205
|
+
{
|
|
61206
|
+
"name": "share_setting_id",
|
|
61207
|
+
"description": null,
|
|
61208
|
+
"type": {
|
|
61209
|
+
"kind": "NON_NULL",
|
|
61210
|
+
"name": null,
|
|
61211
|
+
"ofType": {
|
|
61212
|
+
"kind": "SCALAR",
|
|
61213
|
+
"name": "ID",
|
|
61214
|
+
"ofType": null
|
|
61215
|
+
}
|
|
61216
|
+
},
|
|
61217
|
+
"defaultValue": null,
|
|
61218
|
+
"isDeprecated": false,
|
|
61219
|
+
"deprecationReason": null
|
|
61220
|
+
}
|
|
61221
|
+
],
|
|
61222
|
+
"type": {
|
|
61223
|
+
"kind": "NON_NULL",
|
|
61224
|
+
"name": null,
|
|
61225
|
+
"ofType": {
|
|
61226
|
+
"kind": "OBJECT",
|
|
61227
|
+
"name": "DigitalAsset",
|
|
61228
|
+
"ofType": null
|
|
61229
|
+
}
|
|
61230
|
+
},
|
|
61231
|
+
"isDeprecated": false,
|
|
61232
|
+
"deprecationReason": null
|
|
61233
|
+
},
|
|
61137
61234
|
{
|
|
61138
61235
|
"name": "updateDivision",
|
|
61139
61236
|
"description": null,
|
|
@@ -62211,6 +62308,91 @@
|
|
|
62211
62308
|
"isDeprecated": false,
|
|
62212
62309
|
"deprecationReason": null
|
|
62213
62310
|
},
|
|
62311
|
+
{
|
|
62312
|
+
"name": "updateShareSettingBrand",
|
|
62313
|
+
"description": null,
|
|
62314
|
+
"args": [
|
|
62315
|
+
{
|
|
62316
|
+
"name": "fields",
|
|
62317
|
+
"description": null,
|
|
62318
|
+
"type": {
|
|
62319
|
+
"kind": "LIST",
|
|
62320
|
+
"name": null,
|
|
62321
|
+
"ofType": {
|
|
62322
|
+
"kind": "NON_NULL",
|
|
62323
|
+
"name": null,
|
|
62324
|
+
"ofType": {
|
|
62325
|
+
"kind": "SCALAR",
|
|
62326
|
+
"name": "String",
|
|
62327
|
+
"ofType": null
|
|
62328
|
+
}
|
|
62329
|
+
}
|
|
62330
|
+
},
|
|
62331
|
+
"defaultValue": null,
|
|
62332
|
+
"isDeprecated": false,
|
|
62333
|
+
"deprecationReason": null
|
|
62334
|
+
},
|
|
62335
|
+
{
|
|
62336
|
+
"name": "id",
|
|
62337
|
+
"description": null,
|
|
62338
|
+
"type": {
|
|
62339
|
+
"kind": "NON_NULL",
|
|
62340
|
+
"name": null,
|
|
62341
|
+
"ofType": {
|
|
62342
|
+
"kind": "SCALAR",
|
|
62343
|
+
"name": "ID",
|
|
62344
|
+
"ofType": null
|
|
62345
|
+
}
|
|
62346
|
+
},
|
|
62347
|
+
"defaultValue": null,
|
|
62348
|
+
"isDeprecated": false,
|
|
62349
|
+
"deprecationReason": null
|
|
62350
|
+
},
|
|
62351
|
+
{
|
|
62352
|
+
"name": "new_builder",
|
|
62353
|
+
"description": null,
|
|
62354
|
+
"type": {
|
|
62355
|
+
"kind": "NON_NULL",
|
|
62356
|
+
"name": null,
|
|
62357
|
+
"ofType": {
|
|
62358
|
+
"kind": "SCALAR",
|
|
62359
|
+
"name": "Boolean",
|
|
62360
|
+
"ofType": null
|
|
62361
|
+
}
|
|
62362
|
+
},
|
|
62363
|
+
"defaultValue": null,
|
|
62364
|
+
"isDeprecated": false,
|
|
62365
|
+
"deprecationReason": null
|
|
62366
|
+
},
|
|
62367
|
+
{
|
|
62368
|
+
"name": "share_setting",
|
|
62369
|
+
"description": null,
|
|
62370
|
+
"type": {
|
|
62371
|
+
"kind": "NON_NULL",
|
|
62372
|
+
"name": null,
|
|
62373
|
+
"ofType": {
|
|
62374
|
+
"kind": "INPUT_OBJECT",
|
|
62375
|
+
"name": "ShareSettingBrandInput",
|
|
62376
|
+
"ofType": null
|
|
62377
|
+
}
|
|
62378
|
+
},
|
|
62379
|
+
"defaultValue": null,
|
|
62380
|
+
"isDeprecated": false,
|
|
62381
|
+
"deprecationReason": null
|
|
62382
|
+
}
|
|
62383
|
+
],
|
|
62384
|
+
"type": {
|
|
62385
|
+
"kind": "NON_NULL",
|
|
62386
|
+
"name": null,
|
|
62387
|
+
"ofType": {
|
|
62388
|
+
"kind": "OBJECT",
|
|
62389
|
+
"name": "ShareSetting",
|
|
62390
|
+
"ofType": null
|
|
62391
|
+
}
|
|
62392
|
+
},
|
|
62393
|
+
"isDeprecated": false,
|
|
62394
|
+
"deprecationReason": null
|
|
62395
|
+
},
|
|
62214
62396
|
{
|
|
62215
62397
|
"name": "updateSsoConnection",
|
|
62216
62398
|
"description": null,
|
|
@@ -69380,7 +69562,7 @@
|
|
|
69380
69562
|
"deprecationReason": null
|
|
69381
69563
|
},
|
|
69382
69564
|
{
|
|
69383
|
-
"name": "
|
|
69565
|
+
"name": "caSvcAnalysisRunMessage",
|
|
69384
69566
|
"description": null,
|
|
69385
69567
|
"args": [
|
|
69386
69568
|
{
|
|
@@ -69400,65 +69582,16 @@
|
|
|
69400
69582
|
"deprecationReason": null
|
|
69401
69583
|
},
|
|
69402
69584
|
{
|
|
69403
|
-
"name": "
|
|
69404
|
-
"description": null,
|
|
69405
|
-
"type": {
|
|
69406
|
-
"kind": "SCALAR",
|
|
69407
|
-
"name": "Int",
|
|
69408
|
-
"ofType": null
|
|
69409
|
-
},
|
|
69410
|
-
"defaultValue": null,
|
|
69411
|
-
"isDeprecated": false,
|
|
69412
|
-
"deprecationReason": null
|
|
69413
|
-
},
|
|
69414
|
-
{
|
|
69415
|
-
"name": "offset",
|
|
69416
|
-
"description": null,
|
|
69417
|
-
"type": {
|
|
69418
|
-
"kind": "SCALAR",
|
|
69419
|
-
"name": "Int",
|
|
69420
|
-
"ofType": null
|
|
69421
|
-
},
|
|
69422
|
-
"defaultValue": null,
|
|
69423
|
-
"isDeprecated": false,
|
|
69424
|
-
"deprecationReason": null
|
|
69425
|
-
}
|
|
69426
|
-
],
|
|
69427
|
-
"type": {
|
|
69428
|
-
"kind": "NON_NULL",
|
|
69429
|
-
"name": null,
|
|
69430
|
-
"ofType": {
|
|
69431
|
-
"kind": "OBJECT",
|
|
69432
|
-
"name": "CASvcAnalysisRunMessagesCollection",
|
|
69433
|
-
"ofType": null
|
|
69434
|
-
}
|
|
69435
|
-
},
|
|
69436
|
-
"isDeprecated": false,
|
|
69437
|
-
"deprecationReason": null
|
|
69438
|
-
},
|
|
69439
|
-
{
|
|
69440
|
-
"name": "caSvcAnalysisRuns",
|
|
69441
|
-
"description": null,
|
|
69442
|
-
"args": [
|
|
69443
|
-
{
|
|
69444
|
-
"name": "limit",
|
|
69445
|
-
"description": null,
|
|
69446
|
-
"type": {
|
|
69447
|
-
"kind": "SCALAR",
|
|
69448
|
-
"name": "Int",
|
|
69449
|
-
"ofType": null
|
|
69450
|
-
},
|
|
69451
|
-
"defaultValue": null,
|
|
69452
|
-
"isDeprecated": false,
|
|
69453
|
-
"deprecationReason": null
|
|
69454
|
-
},
|
|
69455
|
-
{
|
|
69456
|
-
"name": "offset",
|
|
69585
|
+
"name": "resourceGroupMemberId",
|
|
69457
69586
|
"description": null,
|
|
69458
69587
|
"type": {
|
|
69459
|
-
"kind": "
|
|
69460
|
-
"name":
|
|
69461
|
-
"ofType":
|
|
69588
|
+
"kind": "NON_NULL",
|
|
69589
|
+
"name": null,
|
|
69590
|
+
"ofType": {
|
|
69591
|
+
"kind": "SCALAR",
|
|
69592
|
+
"name": "ID",
|
|
69593
|
+
"ofType": null
|
|
69594
|
+
}
|
|
69462
69595
|
},
|
|
69463
69596
|
"defaultValue": null,
|
|
69464
69597
|
"isDeprecated": false,
|
|
@@ -69470,7 +69603,7 @@
|
|
|
69470
69603
|
"name": null,
|
|
69471
69604
|
"ofType": {
|
|
69472
69605
|
"kind": "OBJECT",
|
|
69473
|
-
"name": "
|
|
69606
|
+
"name": "CASvcAnalysisRunMessage",
|
|
69474
69607
|
"ofType": null
|
|
69475
69608
|
}
|
|
69476
69609
|
},
|
|
@@ -69478,11 +69611,11 @@
|
|
|
69478
69611
|
"deprecationReason": null
|
|
69479
69612
|
},
|
|
69480
69613
|
{
|
|
69481
|
-
"name": "
|
|
69614
|
+
"name": "caSvcAnalysisRunMessages",
|
|
69482
69615
|
"description": null,
|
|
69483
69616
|
"args": [
|
|
69484
69617
|
{
|
|
69485
|
-
"name": "
|
|
69618
|
+
"name": "analysisRunId",
|
|
69486
69619
|
"description": null,
|
|
69487
69620
|
"type": {
|
|
69488
69621
|
"kind": "NON_NULL",
|
|
@@ -69496,20 +69629,118 @@
|
|
|
69496
69629
|
"defaultValue": null,
|
|
69497
69630
|
"isDeprecated": false,
|
|
69498
69631
|
"deprecationReason": null
|
|
69499
|
-
}
|
|
69500
|
-
|
|
69501
|
-
|
|
69502
|
-
|
|
69503
|
-
|
|
69504
|
-
|
|
69505
|
-
|
|
69506
|
-
|
|
69507
|
-
|
|
69508
|
-
|
|
69509
|
-
|
|
69510
|
-
|
|
69511
|
-
|
|
69512
|
-
|
|
69632
|
+
},
|
|
69633
|
+
{
|
|
69634
|
+
"name": "limit",
|
|
69635
|
+
"description": null,
|
|
69636
|
+
"type": {
|
|
69637
|
+
"kind": "SCALAR",
|
|
69638
|
+
"name": "Int",
|
|
69639
|
+
"ofType": null
|
|
69640
|
+
},
|
|
69641
|
+
"defaultValue": null,
|
|
69642
|
+
"isDeprecated": false,
|
|
69643
|
+
"deprecationReason": null
|
|
69644
|
+
},
|
|
69645
|
+
{
|
|
69646
|
+
"name": "offset",
|
|
69647
|
+
"description": null,
|
|
69648
|
+
"type": {
|
|
69649
|
+
"kind": "SCALAR",
|
|
69650
|
+
"name": "Int",
|
|
69651
|
+
"ofType": null
|
|
69652
|
+
},
|
|
69653
|
+
"defaultValue": null,
|
|
69654
|
+
"isDeprecated": false,
|
|
69655
|
+
"deprecationReason": null
|
|
69656
|
+
}
|
|
69657
|
+
],
|
|
69658
|
+
"type": {
|
|
69659
|
+
"kind": "NON_NULL",
|
|
69660
|
+
"name": null,
|
|
69661
|
+
"ofType": {
|
|
69662
|
+
"kind": "OBJECT",
|
|
69663
|
+
"name": "CASvcAnalysisRunMessagesCollection",
|
|
69664
|
+
"ofType": null
|
|
69665
|
+
}
|
|
69666
|
+
},
|
|
69667
|
+
"isDeprecated": false,
|
|
69668
|
+
"deprecationReason": null
|
|
69669
|
+
},
|
|
69670
|
+
{
|
|
69671
|
+
"name": "caSvcAnalysisRuns",
|
|
69672
|
+
"description": null,
|
|
69673
|
+
"args": [
|
|
69674
|
+
{
|
|
69675
|
+
"name": "limit",
|
|
69676
|
+
"description": null,
|
|
69677
|
+
"type": {
|
|
69678
|
+
"kind": "SCALAR",
|
|
69679
|
+
"name": "Int",
|
|
69680
|
+
"ofType": null
|
|
69681
|
+
},
|
|
69682
|
+
"defaultValue": null,
|
|
69683
|
+
"isDeprecated": false,
|
|
69684
|
+
"deprecationReason": null
|
|
69685
|
+
},
|
|
69686
|
+
{
|
|
69687
|
+
"name": "offset",
|
|
69688
|
+
"description": null,
|
|
69689
|
+
"type": {
|
|
69690
|
+
"kind": "SCALAR",
|
|
69691
|
+
"name": "Int",
|
|
69692
|
+
"ofType": null
|
|
69693
|
+
},
|
|
69694
|
+
"defaultValue": null,
|
|
69695
|
+
"isDeprecated": false,
|
|
69696
|
+
"deprecationReason": null
|
|
69697
|
+
}
|
|
69698
|
+
],
|
|
69699
|
+
"type": {
|
|
69700
|
+
"kind": "NON_NULL",
|
|
69701
|
+
"name": null,
|
|
69702
|
+
"ofType": {
|
|
69703
|
+
"kind": "OBJECT",
|
|
69704
|
+
"name": "CASvcAnalysisRunsCollection",
|
|
69705
|
+
"ofType": null
|
|
69706
|
+
}
|
|
69707
|
+
},
|
|
69708
|
+
"isDeprecated": false,
|
|
69709
|
+
"deprecationReason": null
|
|
69710
|
+
},
|
|
69711
|
+
{
|
|
69712
|
+
"name": "caSvcFragment",
|
|
69713
|
+
"description": null,
|
|
69714
|
+
"args": [
|
|
69715
|
+
{
|
|
69716
|
+
"name": "id",
|
|
69717
|
+
"description": null,
|
|
69718
|
+
"type": {
|
|
69719
|
+
"kind": "NON_NULL",
|
|
69720
|
+
"name": null,
|
|
69721
|
+
"ofType": {
|
|
69722
|
+
"kind": "SCALAR",
|
|
69723
|
+
"name": "ID",
|
|
69724
|
+
"ofType": null
|
|
69725
|
+
}
|
|
69726
|
+
},
|
|
69727
|
+
"defaultValue": null,
|
|
69728
|
+
"isDeprecated": false,
|
|
69729
|
+
"deprecationReason": null
|
|
69730
|
+
}
|
|
69731
|
+
],
|
|
69732
|
+
"type": {
|
|
69733
|
+
"kind": "OBJECT",
|
|
69734
|
+
"name": "CASvcFragment",
|
|
69735
|
+
"ofType": null
|
|
69736
|
+
},
|
|
69737
|
+
"isDeprecated": false,
|
|
69738
|
+
"deprecationReason": null
|
|
69739
|
+
},
|
|
69740
|
+
{
|
|
69741
|
+
"name": "caSvcFragments",
|
|
69742
|
+
"description": null,
|
|
69743
|
+
"args": [
|
|
69513
69744
|
{
|
|
69514
69745
|
"name": "limit",
|
|
69515
69746
|
"description": null,
|
|
@@ -77591,7 +77822,7 @@
|
|
|
77591
77822
|
"deprecationReason": null
|
|
77592
77823
|
},
|
|
77593
77824
|
{
|
|
77594
|
-
"name": "
|
|
77825
|
+
"name": "getShareSettingsBrand",
|
|
77595
77826
|
"description": null,
|
|
77596
77827
|
"args": [
|
|
77597
77828
|
{
|
|
@@ -77635,28 +77866,12 @@
|
|
|
77635
77866
|
"description": null,
|
|
77636
77867
|
"type": {
|
|
77637
77868
|
"kind": "INPUT_OBJECT",
|
|
77638
|
-
"name": "
|
|
77869
|
+
"name": "GetShareSettingsFilters",
|
|
77639
77870
|
"ofType": null
|
|
77640
77871
|
},
|
|
77641
77872
|
"defaultValue": null,
|
|
77642
77873
|
"isDeprecated": false,
|
|
77643
77874
|
"deprecationReason": null
|
|
77644
|
-
},
|
|
77645
|
-
{
|
|
77646
|
-
"name": "retailer_id",
|
|
77647
|
-
"description": null,
|
|
77648
|
-
"type": {
|
|
77649
|
-
"kind": "NON_NULL",
|
|
77650
|
-
"name": null,
|
|
77651
|
-
"ofType": {
|
|
77652
|
-
"kind": "SCALAR",
|
|
77653
|
-
"name": "ID",
|
|
77654
|
-
"ofType": null
|
|
77655
|
-
}
|
|
77656
|
-
},
|
|
77657
|
-
"defaultValue": null,
|
|
77658
|
-
"isDeprecated": false,
|
|
77659
|
-
"deprecationReason": null
|
|
77660
77875
|
}
|
|
77661
77876
|
],
|
|
77662
77877
|
"type": {
|
|
@@ -77680,52 +77895,11 @@
|
|
|
77680
77895
|
"deprecationReason": null
|
|
77681
77896
|
},
|
|
77682
77897
|
{
|
|
77683
|
-
"name": "
|
|
77684
|
-
"description": null,
|
|
77685
|
-
"args": [
|
|
77686
|
-
{
|
|
77687
|
-
"name": "params",
|
|
77688
|
-
"description": null,
|
|
77689
|
-
"type": {
|
|
77690
|
-
"kind": "INPUT_OBJECT",
|
|
77691
|
-
"name": "SharesParams",
|
|
77692
|
-
"ofType": null
|
|
77693
|
-
},
|
|
77694
|
-
"defaultValue": null,
|
|
77695
|
-
"isDeprecated": false,
|
|
77696
|
-
"deprecationReason": null
|
|
77697
|
-
}
|
|
77698
|
-
],
|
|
77699
|
-
"type": {
|
|
77700
|
-
"kind": "NON_NULL",
|
|
77701
|
-
"name": null,
|
|
77702
|
-
"ofType": {
|
|
77703
|
-
"kind": "OBJECT",
|
|
77704
|
-
"name": "GetSharesResponse",
|
|
77705
|
-
"ofType": null
|
|
77706
|
-
}
|
|
77707
|
-
},
|
|
77708
|
-
"isDeprecated": false,
|
|
77709
|
-
"deprecationReason": null
|
|
77710
|
-
},
|
|
77711
|
-
{
|
|
77712
|
-
"name": "getSharesByResourceType",
|
|
77898
|
+
"name": "getShareSettingsRetailer",
|
|
77713
77899
|
"description": null,
|
|
77714
77900
|
"args": [
|
|
77715
77901
|
{
|
|
77716
|
-
"name": "
|
|
77717
|
-
"description": null,
|
|
77718
|
-
"type": {
|
|
77719
|
-
"kind": "INPUT_OBJECT",
|
|
77720
|
-
"name": "SharesByResourceTypeParams",
|
|
77721
|
-
"ofType": null
|
|
77722
|
-
},
|
|
77723
|
-
"defaultValue": null,
|
|
77724
|
-
"isDeprecated": false,
|
|
77725
|
-
"deprecationReason": null
|
|
77726
|
-
},
|
|
77727
|
-
{
|
|
77728
|
-
"name": "resourceId",
|
|
77902
|
+
"name": "campaign_id",
|
|
77729
77903
|
"description": null,
|
|
77730
77904
|
"type": {
|
|
77731
77905
|
"kind": "NON_NULL",
|
|
@@ -77741,15 +77915,19 @@
|
|
|
77741
77915
|
"deprecationReason": null
|
|
77742
77916
|
},
|
|
77743
77917
|
{
|
|
77744
|
-
"name": "
|
|
77918
|
+
"name": "fields",
|
|
77745
77919
|
"description": null,
|
|
77746
77920
|
"type": {
|
|
77747
|
-
"kind": "
|
|
77921
|
+
"kind": "LIST",
|
|
77748
77922
|
"name": null,
|
|
77749
77923
|
"ofType": {
|
|
77750
|
-
"kind": "
|
|
77751
|
-
"name":
|
|
77752
|
-
"ofType":
|
|
77924
|
+
"kind": "NON_NULL",
|
|
77925
|
+
"name": null,
|
|
77926
|
+
"ofType": {
|
|
77927
|
+
"kind": "SCALAR",
|
|
77928
|
+
"name": "String",
|
|
77929
|
+
"ofType": null
|
|
77930
|
+
}
|
|
77753
77931
|
}
|
|
77754
77932
|
},
|
|
77755
77933
|
"defaultValue": null,
|
|
@@ -77757,102 +77935,19 @@
|
|
|
77757
77935
|
"deprecationReason": null
|
|
77758
77936
|
},
|
|
77759
77937
|
{
|
|
77760
|
-
"name": "
|
|
77761
|
-
"description": null,
|
|
77762
|
-
"type": {
|
|
77763
|
-
"kind": "NON_NULL",
|
|
77764
|
-
"name": null,
|
|
77765
|
-
"ofType": {
|
|
77766
|
-
"kind": "ENUM",
|
|
77767
|
-
"name": "ShareTypeParam",
|
|
77768
|
-
"ofType": null
|
|
77769
|
-
}
|
|
77770
|
-
},
|
|
77771
|
-
"defaultValue": null,
|
|
77772
|
-
"isDeprecated": false,
|
|
77773
|
-
"deprecationReason": null
|
|
77774
|
-
}
|
|
77775
|
-
],
|
|
77776
|
-
"type": {
|
|
77777
|
-
"kind": "NON_NULL",
|
|
77778
|
-
"name": null,
|
|
77779
|
-
"ofType": {
|
|
77780
|
-
"kind": "OBJECT",
|
|
77781
|
-
"name": "GetSharesByResourceTypeResponse",
|
|
77782
|
-
"ofType": null
|
|
77783
|
-
}
|
|
77784
|
-
},
|
|
77785
|
-
"isDeprecated": false,
|
|
77786
|
-
"deprecationReason": null
|
|
77787
|
-
},
|
|
77788
|
-
{
|
|
77789
|
-
"name": "getSignedDashboard",
|
|
77790
|
-
"description": null,
|
|
77791
|
-
"args": [
|
|
77792
|
-
{
|
|
77793
|
-
"name": "req",
|
|
77794
|
-
"description": null,
|
|
77795
|
-
"type": {
|
|
77796
|
-
"kind": "NON_NULL",
|
|
77797
|
-
"name": null,
|
|
77798
|
-
"ofType": {
|
|
77799
|
-
"kind": "INPUT_OBJECT",
|
|
77800
|
-
"name": "GetSignedDashboardRequest",
|
|
77801
|
-
"ofType": null
|
|
77802
|
-
}
|
|
77803
|
-
},
|
|
77804
|
-
"defaultValue": null,
|
|
77805
|
-
"isDeprecated": false,
|
|
77806
|
-
"deprecationReason": null
|
|
77807
|
-
}
|
|
77808
|
-
],
|
|
77809
|
-
"type": {
|
|
77810
|
-
"kind": "OBJECT",
|
|
77811
|
-
"name": "SignedDashboardResponse",
|
|
77812
|
-
"ofType": null
|
|
77813
|
-
},
|
|
77814
|
-
"isDeprecated": false,
|
|
77815
|
-
"deprecationReason": null
|
|
77816
|
-
},
|
|
77817
|
-
{
|
|
77818
|
-
"name": "getSsoConnectionById",
|
|
77819
|
-
"description": null,
|
|
77820
|
-
"args": [
|
|
77821
|
-
{
|
|
77822
|
-
"name": "id",
|
|
77938
|
+
"name": "filters",
|
|
77823
77939
|
"description": null,
|
|
77824
77940
|
"type": {
|
|
77825
|
-
"kind": "
|
|
77826
|
-
"name":
|
|
77827
|
-
"ofType":
|
|
77828
|
-
"kind": "SCALAR",
|
|
77829
|
-
"name": "ID",
|
|
77830
|
-
"ofType": null
|
|
77831
|
-
}
|
|
77941
|
+
"kind": "INPUT_OBJECT",
|
|
77942
|
+
"name": "GetShareSettingsRetailerFilters",
|
|
77943
|
+
"ofType": null
|
|
77832
77944
|
},
|
|
77833
77945
|
"defaultValue": null,
|
|
77834
77946
|
"isDeprecated": false,
|
|
77835
77947
|
"deprecationReason": null
|
|
77836
|
-
}
|
|
77837
|
-
],
|
|
77838
|
-
"type": {
|
|
77839
|
-
"kind": "NON_NULL",
|
|
77840
|
-
"name": null,
|
|
77841
|
-
"ofType": {
|
|
77842
|
-
"kind": "OBJECT",
|
|
77843
|
-
"name": "SsoConnection",
|
|
77844
|
-
"ofType": null
|
|
77845
|
-
}
|
|
77846
|
-
},
|
|
77847
|
-
"isDeprecated": false,
|
|
77848
|
-
"deprecationReason": null
|
|
77849
|
-
},
|
|
77850
|
-
{
|
|
77851
|
-
"name": "getSsoConnectionsForUser",
|
|
77852
|
-
"description": null,
|
|
77853
|
-
"args": [
|
|
77948
|
+
},
|
|
77854
77949
|
{
|
|
77855
|
-
"name": "
|
|
77950
|
+
"name": "retailer_id",
|
|
77856
77951
|
"description": null,
|
|
77857
77952
|
"type": {
|
|
77858
77953
|
"kind": "NON_NULL",
|
|
@@ -77879,144 +77974,9 @@
|
|
|
77879
77974
|
"name": null,
|
|
77880
77975
|
"ofType": {
|
|
77881
77976
|
"kind": "OBJECT",
|
|
77882
|
-
"name": "
|
|
77883
|
-
"ofType": null
|
|
77884
|
-
}
|
|
77885
|
-
}
|
|
77886
|
-
}
|
|
77887
|
-
},
|
|
77888
|
-
"isDeprecated": false,
|
|
77889
|
-
"deprecationReason": null
|
|
77890
|
-
},
|
|
77891
|
-
{
|
|
77892
|
-
"name": "getStats",
|
|
77893
|
-
"description": null,
|
|
77894
|
-
"args": [
|
|
77895
|
-
{
|
|
77896
|
-
"name": "params",
|
|
77897
|
-
"description": null,
|
|
77898
|
-
"type": {
|
|
77899
|
-
"kind": "NON_NULL",
|
|
77900
|
-
"name": null,
|
|
77901
|
-
"ofType": {
|
|
77902
|
-
"kind": "INPUT_OBJECT",
|
|
77903
|
-
"name": "GetStatsParams",
|
|
77904
|
-
"ofType": null
|
|
77905
|
-
}
|
|
77906
|
-
},
|
|
77907
|
-
"defaultValue": null,
|
|
77908
|
-
"isDeprecated": false,
|
|
77909
|
-
"deprecationReason": null
|
|
77910
|
-
},
|
|
77911
|
-
{
|
|
77912
|
-
"name": "stats_type",
|
|
77913
|
-
"description": null,
|
|
77914
|
-
"type": {
|
|
77915
|
-
"kind": "NON_NULL",
|
|
77916
|
-
"name": null,
|
|
77917
|
-
"ofType": {
|
|
77918
|
-
"kind": "ENUM",
|
|
77919
|
-
"name": "StatsType",
|
|
77920
|
-
"ofType": null
|
|
77921
|
-
}
|
|
77922
|
-
},
|
|
77923
|
-
"defaultValue": null,
|
|
77924
|
-
"isDeprecated": false,
|
|
77925
|
-
"deprecationReason": null
|
|
77926
|
-
}
|
|
77927
|
-
],
|
|
77928
|
-
"type": {
|
|
77929
|
-
"kind": "NON_NULL",
|
|
77930
|
-
"name": null,
|
|
77931
|
-
"ofType": {
|
|
77932
|
-
"kind": "OBJECT",
|
|
77933
|
-
"name": "StatsResponse",
|
|
77934
|
-
"ofType": null
|
|
77935
|
-
}
|
|
77936
|
-
},
|
|
77937
|
-
"isDeprecated": false,
|
|
77938
|
-
"deprecationReason": null
|
|
77939
|
-
},
|
|
77940
|
-
{
|
|
77941
|
-
"name": "getStripePaymentIntentByID",
|
|
77942
|
-
"description": null,
|
|
77943
|
-
"args": [
|
|
77944
|
-
{
|
|
77945
|
-
"name": "id",
|
|
77946
|
-
"description": null,
|
|
77947
|
-
"type": {
|
|
77948
|
-
"kind": "NON_NULL",
|
|
77949
|
-
"name": null,
|
|
77950
|
-
"ofType": {
|
|
77951
|
-
"kind": "SCALAR",
|
|
77952
|
-
"name": "ID",
|
|
77953
|
-
"ofType": null
|
|
77954
|
-
}
|
|
77955
|
-
},
|
|
77956
|
-
"defaultValue": null,
|
|
77957
|
-
"isDeprecated": false,
|
|
77958
|
-
"deprecationReason": null
|
|
77959
|
-
}
|
|
77960
|
-
],
|
|
77961
|
-
"type": {
|
|
77962
|
-
"kind": "NON_NULL",
|
|
77963
|
-
"name": null,
|
|
77964
|
-
"ofType": {
|
|
77965
|
-
"kind": "OBJECT",
|
|
77966
|
-
"name": "StripePaymentIntent",
|
|
77967
|
-
"ofType": null
|
|
77968
|
-
}
|
|
77969
|
-
},
|
|
77970
|
-
"isDeprecated": false,
|
|
77971
|
-
"deprecationReason": null
|
|
77972
|
-
},
|
|
77973
|
-
{
|
|
77974
|
-
"name": "getStripePaymentIntents",
|
|
77975
|
-
"description": "Gets the specific stripe payment intent with the given ID",
|
|
77976
|
-
"args": [
|
|
77977
|
-
{
|
|
77978
|
-
"name": "typeId",
|
|
77979
|
-
"description": null,
|
|
77980
|
-
"type": {
|
|
77981
|
-
"kind": "NON_NULL",
|
|
77982
|
-
"name": null,
|
|
77983
|
-
"ofType": {
|
|
77984
|
-
"kind": "SCALAR",
|
|
77985
|
-
"name": "ID",
|
|
77986
|
-
"ofType": null
|
|
77987
|
-
}
|
|
77988
|
-
},
|
|
77989
|
-
"defaultValue": null,
|
|
77990
|
-
"isDeprecated": false,
|
|
77991
|
-
"deprecationReason": null
|
|
77992
|
-
},
|
|
77993
|
-
{
|
|
77994
|
-
"name": "walletType",
|
|
77995
|
-
"description": null,
|
|
77996
|
-
"type": {
|
|
77997
|
-
"kind": "NON_NULL",
|
|
77998
|
-
"name": null,
|
|
77999
|
-
"ofType": {
|
|
78000
|
-
"kind": "SCALAR",
|
|
78001
|
-
"name": "String",
|
|
77977
|
+
"name": "ShareSetting",
|
|
78002
77978
|
"ofType": null
|
|
78003
77979
|
}
|
|
78004
|
-
},
|
|
78005
|
-
"defaultValue": null,
|
|
78006
|
-
"isDeprecated": false,
|
|
78007
|
-
"deprecationReason": null
|
|
78008
|
-
}
|
|
78009
|
-
],
|
|
78010
|
-
"type": {
|
|
78011
|
-
"kind": "LIST",
|
|
78012
|
-
"name": null,
|
|
78013
|
-
"ofType": {
|
|
78014
|
-
"kind": "NON_NULL",
|
|
78015
|
-
"name": null,
|
|
78016
|
-
"ofType": {
|
|
78017
|
-
"kind": "OBJECT",
|
|
78018
|
-
"name": "StripePaymentIntent",
|
|
78019
|
-
"ofType": null
|
|
78020
77980
|
}
|
|
78021
77981
|
}
|
|
78022
77982
|
},
|
|
@@ -78024,80 +77984,15 @@
|
|
|
78024
77984
|
"deprecationReason": null
|
|
78025
77985
|
},
|
|
78026
77986
|
{
|
|
78027
|
-
"name": "
|
|
78028
|
-
"description": null,
|
|
78029
|
-
"args": [],
|
|
78030
|
-
"type": {
|
|
78031
|
-
"kind": "LIST",
|
|
78032
|
-
"name": null,
|
|
78033
|
-
"ofType": {
|
|
78034
|
-
"kind": "NON_NULL",
|
|
78035
|
-
"name": null,
|
|
78036
|
-
"ofType": {
|
|
78037
|
-
"kind": "SCALAR",
|
|
78038
|
-
"name": "String",
|
|
78039
|
-
"ofType": null
|
|
78040
|
-
}
|
|
78041
|
-
}
|
|
78042
|
-
},
|
|
78043
|
-
"isDeprecated": false,
|
|
78044
|
-
"deprecationReason": null
|
|
78045
|
-
},
|
|
78046
|
-
{
|
|
78047
|
-
"name": "getTokenFromCode",
|
|
78048
|
-
"description": null,
|
|
78049
|
-
"args": [
|
|
78050
|
-
{
|
|
78051
|
-
"name": "code",
|
|
78052
|
-
"description": null,
|
|
78053
|
-
"type": {
|
|
78054
|
-
"kind": "NON_NULL",
|
|
78055
|
-
"name": null,
|
|
78056
|
-
"ofType": {
|
|
78057
|
-
"kind": "SCALAR",
|
|
78058
|
-
"name": "String",
|
|
78059
|
-
"ofType": null
|
|
78060
|
-
}
|
|
78061
|
-
},
|
|
78062
|
-
"defaultValue": null,
|
|
78063
|
-
"isDeprecated": false,
|
|
78064
|
-
"deprecationReason": null
|
|
78065
|
-
}
|
|
78066
|
-
],
|
|
78067
|
-
"type": {
|
|
78068
|
-
"kind": "OBJECT",
|
|
78069
|
-
"name": "FacebookTokenResponse",
|
|
78070
|
-
"ofType": null
|
|
78071
|
-
},
|
|
78072
|
-
"isDeprecated": false,
|
|
78073
|
-
"deprecationReason": null
|
|
78074
|
-
},
|
|
78075
|
-
{
|
|
78076
|
-
"name": "getTwitterAccount",
|
|
77987
|
+
"name": "getShares",
|
|
78077
77988
|
"description": null,
|
|
78078
77989
|
"args": [
|
|
78079
|
-
{
|
|
78080
|
-
"name": "id",
|
|
78081
|
-
"description": null,
|
|
78082
|
-
"type": {
|
|
78083
|
-
"kind": "NON_NULL",
|
|
78084
|
-
"name": null,
|
|
78085
|
-
"ofType": {
|
|
78086
|
-
"kind": "SCALAR",
|
|
78087
|
-
"name": "ID",
|
|
78088
|
-
"ofType": null
|
|
78089
|
-
}
|
|
78090
|
-
},
|
|
78091
|
-
"defaultValue": null,
|
|
78092
|
-
"isDeprecated": false,
|
|
78093
|
-
"deprecationReason": null
|
|
78094
|
-
},
|
|
78095
77990
|
{
|
|
78096
77991
|
"name": "params",
|
|
78097
77992
|
"description": null,
|
|
78098
77993
|
"type": {
|
|
78099
77994
|
"kind": "INPUT_OBJECT",
|
|
78100
|
-
"name": "
|
|
77995
|
+
"name": "SharesParams",
|
|
78101
77996
|
"ofType": null
|
|
78102
77997
|
},
|
|
78103
77998
|
"defaultValue": null,
|
|
@@ -78110,7 +78005,7 @@
|
|
|
78110
78005
|
"name": null,
|
|
78111
78006
|
"ofType": {
|
|
78112
78007
|
"kind": "OBJECT",
|
|
78113
|
-
"name": "
|
|
78008
|
+
"name": "GetSharesResponse",
|
|
78114
78009
|
"ofType": null
|
|
78115
78010
|
}
|
|
78116
78011
|
},
|
|
@@ -78118,7 +78013,7 @@
|
|
|
78118
78013
|
"deprecationReason": null
|
|
78119
78014
|
},
|
|
78120
78015
|
{
|
|
78121
|
-
"name": "
|
|
78016
|
+
"name": "getSharesByResourceType",
|
|
78122
78017
|
"description": null,
|
|
78123
78018
|
"args": [
|
|
78124
78019
|
{
|
|
@@ -78126,7 +78021,416 @@
|
|
|
78126
78021
|
"description": null,
|
|
78127
78022
|
"type": {
|
|
78128
78023
|
"kind": "INPUT_OBJECT",
|
|
78129
|
-
"name": "
|
|
78024
|
+
"name": "SharesByResourceTypeParams",
|
|
78025
|
+
"ofType": null
|
|
78026
|
+
},
|
|
78027
|
+
"defaultValue": null,
|
|
78028
|
+
"isDeprecated": false,
|
|
78029
|
+
"deprecationReason": null
|
|
78030
|
+
},
|
|
78031
|
+
{
|
|
78032
|
+
"name": "resourceId",
|
|
78033
|
+
"description": null,
|
|
78034
|
+
"type": {
|
|
78035
|
+
"kind": "NON_NULL",
|
|
78036
|
+
"name": null,
|
|
78037
|
+
"ofType": {
|
|
78038
|
+
"kind": "SCALAR",
|
|
78039
|
+
"name": "ID",
|
|
78040
|
+
"ofType": null
|
|
78041
|
+
}
|
|
78042
|
+
},
|
|
78043
|
+
"defaultValue": null,
|
|
78044
|
+
"isDeprecated": false,
|
|
78045
|
+
"deprecationReason": null
|
|
78046
|
+
},
|
|
78047
|
+
{
|
|
78048
|
+
"name": "resourceType",
|
|
78049
|
+
"description": null,
|
|
78050
|
+
"type": {
|
|
78051
|
+
"kind": "NON_NULL",
|
|
78052
|
+
"name": null,
|
|
78053
|
+
"ofType": {
|
|
78054
|
+
"kind": "ENUM",
|
|
78055
|
+
"name": "ResourceType",
|
|
78056
|
+
"ofType": null
|
|
78057
|
+
}
|
|
78058
|
+
},
|
|
78059
|
+
"defaultValue": null,
|
|
78060
|
+
"isDeprecated": false,
|
|
78061
|
+
"deprecationReason": null
|
|
78062
|
+
},
|
|
78063
|
+
{
|
|
78064
|
+
"name": "shareType",
|
|
78065
|
+
"description": null,
|
|
78066
|
+
"type": {
|
|
78067
|
+
"kind": "NON_NULL",
|
|
78068
|
+
"name": null,
|
|
78069
|
+
"ofType": {
|
|
78070
|
+
"kind": "ENUM",
|
|
78071
|
+
"name": "ShareTypeParam",
|
|
78072
|
+
"ofType": null
|
|
78073
|
+
}
|
|
78074
|
+
},
|
|
78075
|
+
"defaultValue": null,
|
|
78076
|
+
"isDeprecated": false,
|
|
78077
|
+
"deprecationReason": null
|
|
78078
|
+
}
|
|
78079
|
+
],
|
|
78080
|
+
"type": {
|
|
78081
|
+
"kind": "NON_NULL",
|
|
78082
|
+
"name": null,
|
|
78083
|
+
"ofType": {
|
|
78084
|
+
"kind": "OBJECT",
|
|
78085
|
+
"name": "GetSharesByResourceTypeResponse",
|
|
78086
|
+
"ofType": null
|
|
78087
|
+
}
|
|
78088
|
+
},
|
|
78089
|
+
"isDeprecated": false,
|
|
78090
|
+
"deprecationReason": null
|
|
78091
|
+
},
|
|
78092
|
+
{
|
|
78093
|
+
"name": "getSignedDashboard",
|
|
78094
|
+
"description": null,
|
|
78095
|
+
"args": [
|
|
78096
|
+
{
|
|
78097
|
+
"name": "req",
|
|
78098
|
+
"description": null,
|
|
78099
|
+
"type": {
|
|
78100
|
+
"kind": "NON_NULL",
|
|
78101
|
+
"name": null,
|
|
78102
|
+
"ofType": {
|
|
78103
|
+
"kind": "INPUT_OBJECT",
|
|
78104
|
+
"name": "GetSignedDashboardRequest",
|
|
78105
|
+
"ofType": null
|
|
78106
|
+
}
|
|
78107
|
+
},
|
|
78108
|
+
"defaultValue": null,
|
|
78109
|
+
"isDeprecated": false,
|
|
78110
|
+
"deprecationReason": null
|
|
78111
|
+
}
|
|
78112
|
+
],
|
|
78113
|
+
"type": {
|
|
78114
|
+
"kind": "OBJECT",
|
|
78115
|
+
"name": "SignedDashboardResponse",
|
|
78116
|
+
"ofType": null
|
|
78117
|
+
},
|
|
78118
|
+
"isDeprecated": false,
|
|
78119
|
+
"deprecationReason": null
|
|
78120
|
+
},
|
|
78121
|
+
{
|
|
78122
|
+
"name": "getSsoConnectionById",
|
|
78123
|
+
"description": null,
|
|
78124
|
+
"args": [
|
|
78125
|
+
{
|
|
78126
|
+
"name": "id",
|
|
78127
|
+
"description": null,
|
|
78128
|
+
"type": {
|
|
78129
|
+
"kind": "NON_NULL",
|
|
78130
|
+
"name": null,
|
|
78131
|
+
"ofType": {
|
|
78132
|
+
"kind": "SCALAR",
|
|
78133
|
+
"name": "ID",
|
|
78134
|
+
"ofType": null
|
|
78135
|
+
}
|
|
78136
|
+
},
|
|
78137
|
+
"defaultValue": null,
|
|
78138
|
+
"isDeprecated": false,
|
|
78139
|
+
"deprecationReason": null
|
|
78140
|
+
}
|
|
78141
|
+
],
|
|
78142
|
+
"type": {
|
|
78143
|
+
"kind": "NON_NULL",
|
|
78144
|
+
"name": null,
|
|
78145
|
+
"ofType": {
|
|
78146
|
+
"kind": "OBJECT",
|
|
78147
|
+
"name": "SsoConnection",
|
|
78148
|
+
"ofType": null
|
|
78149
|
+
}
|
|
78150
|
+
},
|
|
78151
|
+
"isDeprecated": false,
|
|
78152
|
+
"deprecationReason": null
|
|
78153
|
+
},
|
|
78154
|
+
{
|
|
78155
|
+
"name": "getSsoConnectionsForUser",
|
|
78156
|
+
"description": null,
|
|
78157
|
+
"args": [
|
|
78158
|
+
{
|
|
78159
|
+
"name": "user_id",
|
|
78160
|
+
"description": null,
|
|
78161
|
+
"type": {
|
|
78162
|
+
"kind": "NON_NULL",
|
|
78163
|
+
"name": null,
|
|
78164
|
+
"ofType": {
|
|
78165
|
+
"kind": "SCALAR",
|
|
78166
|
+
"name": "ID",
|
|
78167
|
+
"ofType": null
|
|
78168
|
+
}
|
|
78169
|
+
},
|
|
78170
|
+
"defaultValue": null,
|
|
78171
|
+
"isDeprecated": false,
|
|
78172
|
+
"deprecationReason": null
|
|
78173
|
+
}
|
|
78174
|
+
],
|
|
78175
|
+
"type": {
|
|
78176
|
+
"kind": "NON_NULL",
|
|
78177
|
+
"name": null,
|
|
78178
|
+
"ofType": {
|
|
78179
|
+
"kind": "LIST",
|
|
78180
|
+
"name": null,
|
|
78181
|
+
"ofType": {
|
|
78182
|
+
"kind": "NON_NULL",
|
|
78183
|
+
"name": null,
|
|
78184
|
+
"ofType": {
|
|
78185
|
+
"kind": "OBJECT",
|
|
78186
|
+
"name": "SsoConnection",
|
|
78187
|
+
"ofType": null
|
|
78188
|
+
}
|
|
78189
|
+
}
|
|
78190
|
+
}
|
|
78191
|
+
},
|
|
78192
|
+
"isDeprecated": false,
|
|
78193
|
+
"deprecationReason": null
|
|
78194
|
+
},
|
|
78195
|
+
{
|
|
78196
|
+
"name": "getStats",
|
|
78197
|
+
"description": null,
|
|
78198
|
+
"args": [
|
|
78199
|
+
{
|
|
78200
|
+
"name": "params",
|
|
78201
|
+
"description": null,
|
|
78202
|
+
"type": {
|
|
78203
|
+
"kind": "NON_NULL",
|
|
78204
|
+
"name": null,
|
|
78205
|
+
"ofType": {
|
|
78206
|
+
"kind": "INPUT_OBJECT",
|
|
78207
|
+
"name": "GetStatsParams",
|
|
78208
|
+
"ofType": null
|
|
78209
|
+
}
|
|
78210
|
+
},
|
|
78211
|
+
"defaultValue": null,
|
|
78212
|
+
"isDeprecated": false,
|
|
78213
|
+
"deprecationReason": null
|
|
78214
|
+
},
|
|
78215
|
+
{
|
|
78216
|
+
"name": "stats_type",
|
|
78217
|
+
"description": null,
|
|
78218
|
+
"type": {
|
|
78219
|
+
"kind": "NON_NULL",
|
|
78220
|
+
"name": null,
|
|
78221
|
+
"ofType": {
|
|
78222
|
+
"kind": "ENUM",
|
|
78223
|
+
"name": "StatsType",
|
|
78224
|
+
"ofType": null
|
|
78225
|
+
}
|
|
78226
|
+
},
|
|
78227
|
+
"defaultValue": null,
|
|
78228
|
+
"isDeprecated": false,
|
|
78229
|
+
"deprecationReason": null
|
|
78230
|
+
}
|
|
78231
|
+
],
|
|
78232
|
+
"type": {
|
|
78233
|
+
"kind": "NON_NULL",
|
|
78234
|
+
"name": null,
|
|
78235
|
+
"ofType": {
|
|
78236
|
+
"kind": "OBJECT",
|
|
78237
|
+
"name": "StatsResponse",
|
|
78238
|
+
"ofType": null
|
|
78239
|
+
}
|
|
78240
|
+
},
|
|
78241
|
+
"isDeprecated": false,
|
|
78242
|
+
"deprecationReason": null
|
|
78243
|
+
},
|
|
78244
|
+
{
|
|
78245
|
+
"name": "getStripePaymentIntentByID",
|
|
78246
|
+
"description": null,
|
|
78247
|
+
"args": [
|
|
78248
|
+
{
|
|
78249
|
+
"name": "id",
|
|
78250
|
+
"description": null,
|
|
78251
|
+
"type": {
|
|
78252
|
+
"kind": "NON_NULL",
|
|
78253
|
+
"name": null,
|
|
78254
|
+
"ofType": {
|
|
78255
|
+
"kind": "SCALAR",
|
|
78256
|
+
"name": "ID",
|
|
78257
|
+
"ofType": null
|
|
78258
|
+
}
|
|
78259
|
+
},
|
|
78260
|
+
"defaultValue": null,
|
|
78261
|
+
"isDeprecated": false,
|
|
78262
|
+
"deprecationReason": null
|
|
78263
|
+
}
|
|
78264
|
+
],
|
|
78265
|
+
"type": {
|
|
78266
|
+
"kind": "NON_NULL",
|
|
78267
|
+
"name": null,
|
|
78268
|
+
"ofType": {
|
|
78269
|
+
"kind": "OBJECT",
|
|
78270
|
+
"name": "StripePaymentIntent",
|
|
78271
|
+
"ofType": null
|
|
78272
|
+
}
|
|
78273
|
+
},
|
|
78274
|
+
"isDeprecated": false,
|
|
78275
|
+
"deprecationReason": null
|
|
78276
|
+
},
|
|
78277
|
+
{
|
|
78278
|
+
"name": "getStripePaymentIntents",
|
|
78279
|
+
"description": "Gets the specific stripe payment intent with the given ID",
|
|
78280
|
+
"args": [
|
|
78281
|
+
{
|
|
78282
|
+
"name": "typeId",
|
|
78283
|
+
"description": null,
|
|
78284
|
+
"type": {
|
|
78285
|
+
"kind": "NON_NULL",
|
|
78286
|
+
"name": null,
|
|
78287
|
+
"ofType": {
|
|
78288
|
+
"kind": "SCALAR",
|
|
78289
|
+
"name": "ID",
|
|
78290
|
+
"ofType": null
|
|
78291
|
+
}
|
|
78292
|
+
},
|
|
78293
|
+
"defaultValue": null,
|
|
78294
|
+
"isDeprecated": false,
|
|
78295
|
+
"deprecationReason": null
|
|
78296
|
+
},
|
|
78297
|
+
{
|
|
78298
|
+
"name": "walletType",
|
|
78299
|
+
"description": null,
|
|
78300
|
+
"type": {
|
|
78301
|
+
"kind": "NON_NULL",
|
|
78302
|
+
"name": null,
|
|
78303
|
+
"ofType": {
|
|
78304
|
+
"kind": "SCALAR",
|
|
78305
|
+
"name": "String",
|
|
78306
|
+
"ofType": null
|
|
78307
|
+
}
|
|
78308
|
+
},
|
|
78309
|
+
"defaultValue": null,
|
|
78310
|
+
"isDeprecated": false,
|
|
78311
|
+
"deprecationReason": null
|
|
78312
|
+
}
|
|
78313
|
+
],
|
|
78314
|
+
"type": {
|
|
78315
|
+
"kind": "LIST",
|
|
78316
|
+
"name": null,
|
|
78317
|
+
"ofType": {
|
|
78318
|
+
"kind": "NON_NULL",
|
|
78319
|
+
"name": null,
|
|
78320
|
+
"ofType": {
|
|
78321
|
+
"kind": "OBJECT",
|
|
78322
|
+
"name": "StripePaymentIntent",
|
|
78323
|
+
"ofType": null
|
|
78324
|
+
}
|
|
78325
|
+
}
|
|
78326
|
+
},
|
|
78327
|
+
"isDeprecated": false,
|
|
78328
|
+
"deprecationReason": null
|
|
78329
|
+
},
|
|
78330
|
+
{
|
|
78331
|
+
"name": "getSupportedLocales",
|
|
78332
|
+
"description": null,
|
|
78333
|
+
"args": [],
|
|
78334
|
+
"type": {
|
|
78335
|
+
"kind": "LIST",
|
|
78336
|
+
"name": null,
|
|
78337
|
+
"ofType": {
|
|
78338
|
+
"kind": "NON_NULL",
|
|
78339
|
+
"name": null,
|
|
78340
|
+
"ofType": {
|
|
78341
|
+
"kind": "SCALAR",
|
|
78342
|
+
"name": "String",
|
|
78343
|
+
"ofType": null
|
|
78344
|
+
}
|
|
78345
|
+
}
|
|
78346
|
+
},
|
|
78347
|
+
"isDeprecated": false,
|
|
78348
|
+
"deprecationReason": null
|
|
78349
|
+
},
|
|
78350
|
+
{
|
|
78351
|
+
"name": "getTokenFromCode",
|
|
78352
|
+
"description": null,
|
|
78353
|
+
"args": [
|
|
78354
|
+
{
|
|
78355
|
+
"name": "code",
|
|
78356
|
+
"description": null,
|
|
78357
|
+
"type": {
|
|
78358
|
+
"kind": "NON_NULL",
|
|
78359
|
+
"name": null,
|
|
78360
|
+
"ofType": {
|
|
78361
|
+
"kind": "SCALAR",
|
|
78362
|
+
"name": "String",
|
|
78363
|
+
"ofType": null
|
|
78364
|
+
}
|
|
78365
|
+
},
|
|
78366
|
+
"defaultValue": null,
|
|
78367
|
+
"isDeprecated": false,
|
|
78368
|
+
"deprecationReason": null
|
|
78369
|
+
}
|
|
78370
|
+
],
|
|
78371
|
+
"type": {
|
|
78372
|
+
"kind": "OBJECT",
|
|
78373
|
+
"name": "FacebookTokenResponse",
|
|
78374
|
+
"ofType": null
|
|
78375
|
+
},
|
|
78376
|
+
"isDeprecated": false,
|
|
78377
|
+
"deprecationReason": null
|
|
78378
|
+
},
|
|
78379
|
+
{
|
|
78380
|
+
"name": "getTwitterAccount",
|
|
78381
|
+
"description": null,
|
|
78382
|
+
"args": [
|
|
78383
|
+
{
|
|
78384
|
+
"name": "id",
|
|
78385
|
+
"description": null,
|
|
78386
|
+
"type": {
|
|
78387
|
+
"kind": "NON_NULL",
|
|
78388
|
+
"name": null,
|
|
78389
|
+
"ofType": {
|
|
78390
|
+
"kind": "SCALAR",
|
|
78391
|
+
"name": "ID",
|
|
78392
|
+
"ofType": null
|
|
78393
|
+
}
|
|
78394
|
+
},
|
|
78395
|
+
"defaultValue": null,
|
|
78396
|
+
"isDeprecated": false,
|
|
78397
|
+
"deprecationReason": null
|
|
78398
|
+
},
|
|
78399
|
+
{
|
|
78400
|
+
"name": "params",
|
|
78401
|
+
"description": null,
|
|
78402
|
+
"type": {
|
|
78403
|
+
"kind": "INPUT_OBJECT",
|
|
78404
|
+
"name": "TwitterAccountParams",
|
|
78405
|
+
"ofType": null
|
|
78406
|
+
},
|
|
78407
|
+
"defaultValue": null,
|
|
78408
|
+
"isDeprecated": false,
|
|
78409
|
+
"deprecationReason": null
|
|
78410
|
+
}
|
|
78411
|
+
],
|
|
78412
|
+
"type": {
|
|
78413
|
+
"kind": "NON_NULL",
|
|
78414
|
+
"name": null,
|
|
78415
|
+
"ofType": {
|
|
78416
|
+
"kind": "OBJECT",
|
|
78417
|
+
"name": "TwitterAccount",
|
|
78418
|
+
"ofType": null
|
|
78419
|
+
}
|
|
78420
|
+
},
|
|
78421
|
+
"isDeprecated": false,
|
|
78422
|
+
"deprecationReason": null
|
|
78423
|
+
},
|
|
78424
|
+
{
|
|
78425
|
+
"name": "getTwitterAccounts",
|
|
78426
|
+
"description": null,
|
|
78427
|
+
"args": [
|
|
78428
|
+
{
|
|
78429
|
+
"name": "params",
|
|
78430
|
+
"description": null,
|
|
78431
|
+
"type": {
|
|
78432
|
+
"kind": "INPUT_OBJECT",
|
|
78433
|
+
"name": "TwitterAccountParams",
|
|
78130
78434
|
"ofType": null
|
|
78131
78435
|
},
|
|
78132
78436
|
"defaultValue": null,
|
|
@@ -87134,6 +87438,30 @@
|
|
|
87134
87438
|
"isDeprecated": false,
|
|
87135
87439
|
"deprecationReason": null
|
|
87136
87440
|
},
|
|
87441
|
+
{
|
|
87442
|
+
"name": "body",
|
|
87443
|
+
"description": null,
|
|
87444
|
+
"args": [],
|
|
87445
|
+
"type": {
|
|
87446
|
+
"kind": "SCALAR",
|
|
87447
|
+
"name": "String",
|
|
87448
|
+
"ofType": null
|
|
87449
|
+
},
|
|
87450
|
+
"isDeprecated": false,
|
|
87451
|
+
"deprecationReason": null
|
|
87452
|
+
},
|
|
87453
|
+
{
|
|
87454
|
+
"name": "button_text",
|
|
87455
|
+
"description": null,
|
|
87456
|
+
"args": [],
|
|
87457
|
+
"type": {
|
|
87458
|
+
"kind": "SCALAR",
|
|
87459
|
+
"name": "String",
|
|
87460
|
+
"ofType": null
|
|
87461
|
+
},
|
|
87462
|
+
"isDeprecated": false,
|
|
87463
|
+
"deprecationReason": null
|
|
87464
|
+
},
|
|
87137
87465
|
{
|
|
87138
87466
|
"name": "campaign",
|
|
87139
87467
|
"description": null,
|
|
@@ -87782,6 +88110,18 @@
|
|
|
87782
88110
|
"isDeprecated": false,
|
|
87783
88111
|
"deprecationReason": null
|
|
87784
88112
|
},
|
|
88113
|
+
{
|
|
88114
|
+
"name": "subject",
|
|
88115
|
+
"description": null,
|
|
88116
|
+
"args": [],
|
|
88117
|
+
"type": {
|
|
88118
|
+
"kind": "SCALAR",
|
|
88119
|
+
"name": "String",
|
|
88120
|
+
"ofType": null
|
|
88121
|
+
},
|
|
88122
|
+
"isDeprecated": false,
|
|
88123
|
+
"deprecationReason": null
|
|
88124
|
+
},
|
|
87785
88125
|
{
|
|
87786
88126
|
"name": "title",
|
|
87787
88127
|
"description": null,
|
|
@@ -87824,6 +88164,722 @@
|
|
|
87824
88164
|
"enumValues": null,
|
|
87825
88165
|
"possibleTypes": null
|
|
87826
88166
|
},
|
|
88167
|
+
{
|
|
88168
|
+
"kind": "INPUT_OBJECT",
|
|
88169
|
+
"name": "ShareSettingBrandCropInput",
|
|
88170
|
+
"description": null,
|
|
88171
|
+
"isOneOf": false,
|
|
88172
|
+
"fields": null,
|
|
88173
|
+
"inputFields": [
|
|
88174
|
+
{
|
|
88175
|
+
"name": "crop_height",
|
|
88176
|
+
"description": null,
|
|
88177
|
+
"type": {
|
|
88178
|
+
"kind": "SCALAR",
|
|
88179
|
+
"name": "Int",
|
|
88180
|
+
"ofType": null
|
|
88181
|
+
},
|
|
88182
|
+
"defaultValue": null,
|
|
88183
|
+
"isDeprecated": false,
|
|
88184
|
+
"deprecationReason": null
|
|
88185
|
+
},
|
|
88186
|
+
{
|
|
88187
|
+
"name": "crop_origin_x",
|
|
88188
|
+
"description": null,
|
|
88189
|
+
"type": {
|
|
88190
|
+
"kind": "SCALAR",
|
|
88191
|
+
"name": "Int",
|
|
88192
|
+
"ofType": null
|
|
88193
|
+
},
|
|
88194
|
+
"defaultValue": null,
|
|
88195
|
+
"isDeprecated": false,
|
|
88196
|
+
"deprecationReason": null
|
|
88197
|
+
},
|
|
88198
|
+
{
|
|
88199
|
+
"name": "crop_origin_y",
|
|
88200
|
+
"description": null,
|
|
88201
|
+
"type": {
|
|
88202
|
+
"kind": "SCALAR",
|
|
88203
|
+
"name": "Int",
|
|
88204
|
+
"ofType": null
|
|
88205
|
+
},
|
|
88206
|
+
"defaultValue": null,
|
|
88207
|
+
"isDeprecated": false,
|
|
88208
|
+
"deprecationReason": null
|
|
88209
|
+
},
|
|
88210
|
+
{
|
|
88211
|
+
"name": "crop_width",
|
|
88212
|
+
"description": null,
|
|
88213
|
+
"type": {
|
|
88214
|
+
"kind": "SCALAR",
|
|
88215
|
+
"name": "Int",
|
|
88216
|
+
"ofType": null
|
|
88217
|
+
},
|
|
88218
|
+
"defaultValue": null,
|
|
88219
|
+
"isDeprecated": false,
|
|
88220
|
+
"deprecationReason": null
|
|
88221
|
+
}
|
|
88222
|
+
],
|
|
88223
|
+
"interfaces": null,
|
|
88224
|
+
"enumValues": null,
|
|
88225
|
+
"possibleTypes": null
|
|
88226
|
+
},
|
|
88227
|
+
{
|
|
88228
|
+
"kind": "INPUT_OBJECT",
|
|
88229
|
+
"name": "ShareSettingBrandInput",
|
|
88230
|
+
"description": null,
|
|
88231
|
+
"isOneOf": false,
|
|
88232
|
+
"fields": null,
|
|
88233
|
+
"inputFields": [
|
|
88234
|
+
{
|
|
88235
|
+
"name": "allow_retailer_url_override",
|
|
88236
|
+
"description": null,
|
|
88237
|
+
"type": {
|
|
88238
|
+
"kind": "SCALAR",
|
|
88239
|
+
"name": "Boolean",
|
|
88240
|
+
"ofType": null
|
|
88241
|
+
},
|
|
88242
|
+
"defaultValue": null,
|
|
88243
|
+
"isDeprecated": false,
|
|
88244
|
+
"deprecationReason": null
|
|
88245
|
+
},
|
|
88246
|
+
{
|
|
88247
|
+
"name": "append_link_to_message",
|
|
88248
|
+
"description": null,
|
|
88249
|
+
"type": {
|
|
88250
|
+
"kind": "SCALAR",
|
|
88251
|
+
"name": "String",
|
|
88252
|
+
"ofType": null
|
|
88253
|
+
},
|
|
88254
|
+
"defaultValue": null,
|
|
88255
|
+
"isDeprecated": false,
|
|
88256
|
+
"deprecationReason": null
|
|
88257
|
+
},
|
|
88258
|
+
{
|
|
88259
|
+
"name": "campaign_id",
|
|
88260
|
+
"description": null,
|
|
88261
|
+
"type": {
|
|
88262
|
+
"kind": "NON_NULL",
|
|
88263
|
+
"name": null,
|
|
88264
|
+
"ofType": {
|
|
88265
|
+
"kind": "SCALAR",
|
|
88266
|
+
"name": "ID",
|
|
88267
|
+
"ofType": null
|
|
88268
|
+
}
|
|
88269
|
+
},
|
|
88270
|
+
"defaultValue": null,
|
|
88271
|
+
"isDeprecated": false,
|
|
88272
|
+
"deprecationReason": null
|
|
88273
|
+
},
|
|
88274
|
+
{
|
|
88275
|
+
"name": "child_attachments",
|
|
88276
|
+
"description": null,
|
|
88277
|
+
"type": {
|
|
88278
|
+
"kind": "LIST",
|
|
88279
|
+
"name": null,
|
|
88280
|
+
"ofType": {
|
|
88281
|
+
"kind": "NON_NULL",
|
|
88282
|
+
"name": null,
|
|
88283
|
+
"ofType": {
|
|
88284
|
+
"kind": "INPUT_OBJECT",
|
|
88285
|
+
"name": "ChildAttachmentParams",
|
|
88286
|
+
"ofType": null
|
|
88287
|
+
}
|
|
88288
|
+
}
|
|
88289
|
+
},
|
|
88290
|
+
"defaultValue": null,
|
|
88291
|
+
"isDeprecated": false,
|
|
88292
|
+
"deprecationReason": null
|
|
88293
|
+
},
|
|
88294
|
+
{
|
|
88295
|
+
"name": "content_discovery_item_id",
|
|
88296
|
+
"description": null,
|
|
88297
|
+
"type": {
|
|
88298
|
+
"kind": "SCALAR",
|
|
88299
|
+
"name": "ID",
|
|
88300
|
+
"ofType": null
|
|
88301
|
+
},
|
|
88302
|
+
"defaultValue": null,
|
|
88303
|
+
"isDeprecated": false,
|
|
88304
|
+
"deprecationReason": null
|
|
88305
|
+
},
|
|
88306
|
+
{
|
|
88307
|
+
"name": "crop_attributes",
|
|
88308
|
+
"description": null,
|
|
88309
|
+
"type": {
|
|
88310
|
+
"kind": "INPUT_OBJECT",
|
|
88311
|
+
"name": "ShareSettingBrandCropInput",
|
|
88312
|
+
"ofType": null
|
|
88313
|
+
},
|
|
88314
|
+
"defaultValue": null,
|
|
88315
|
+
"isDeprecated": false,
|
|
88316
|
+
"deprecationReason": null
|
|
88317
|
+
},
|
|
88318
|
+
{
|
|
88319
|
+
"name": "custom_share_url_id",
|
|
88320
|
+
"description": null,
|
|
88321
|
+
"type": {
|
|
88322
|
+
"kind": "SCALAR",
|
|
88323
|
+
"name": "Int",
|
|
88324
|
+
"ofType": null
|
|
88325
|
+
},
|
|
88326
|
+
"defaultValue": null,
|
|
88327
|
+
"isDeprecated": false,
|
|
88328
|
+
"deprecationReason": null
|
|
88329
|
+
},
|
|
88330
|
+
{
|
|
88331
|
+
"name": "default_share_image",
|
|
88332
|
+
"description": null,
|
|
88333
|
+
"type": {
|
|
88334
|
+
"kind": "SCALAR",
|
|
88335
|
+
"name": "String",
|
|
88336
|
+
"ofType": null
|
|
88337
|
+
},
|
|
88338
|
+
"defaultValue": null,
|
|
88339
|
+
"isDeprecated": false,
|
|
88340
|
+
"deprecationReason": null
|
|
88341
|
+
},
|
|
88342
|
+
{
|
|
88343
|
+
"name": "description",
|
|
88344
|
+
"description": null,
|
|
88345
|
+
"type": {
|
|
88346
|
+
"kind": "SCALAR",
|
|
88347
|
+
"name": "String",
|
|
88348
|
+
"ofType": null
|
|
88349
|
+
},
|
|
88350
|
+
"defaultValue": null,
|
|
88351
|
+
"isDeprecated": false,
|
|
88352
|
+
"deprecationReason": null
|
|
88353
|
+
},
|
|
88354
|
+
{
|
|
88355
|
+
"name": "destination_preview_url",
|
|
88356
|
+
"description": null,
|
|
88357
|
+
"type": {
|
|
88358
|
+
"kind": "SCALAR",
|
|
88359
|
+
"name": "String",
|
|
88360
|
+
"ofType": null
|
|
88361
|
+
},
|
|
88362
|
+
"defaultValue": null,
|
|
88363
|
+
"isDeprecated": false,
|
|
88364
|
+
"deprecationReason": null
|
|
88365
|
+
},
|
|
88366
|
+
{
|
|
88367
|
+
"name": "digital_asset_ids",
|
|
88368
|
+
"description": null,
|
|
88369
|
+
"type": {
|
|
88370
|
+
"kind": "LIST",
|
|
88371
|
+
"name": null,
|
|
88372
|
+
"ofType": {
|
|
88373
|
+
"kind": "NON_NULL",
|
|
88374
|
+
"name": null,
|
|
88375
|
+
"ofType": {
|
|
88376
|
+
"kind": "SCALAR",
|
|
88377
|
+
"name": "ID",
|
|
88378
|
+
"ofType": null
|
|
88379
|
+
}
|
|
88380
|
+
}
|
|
88381
|
+
},
|
|
88382
|
+
"defaultValue": null,
|
|
88383
|
+
"isDeprecated": false,
|
|
88384
|
+
"deprecationReason": null
|
|
88385
|
+
},
|
|
88386
|
+
{
|
|
88387
|
+
"name": "display_preview_url",
|
|
88388
|
+
"description": null,
|
|
88389
|
+
"type": {
|
|
88390
|
+
"kind": "SCALAR",
|
|
88391
|
+
"name": "String",
|
|
88392
|
+
"ofType": null
|
|
88393
|
+
},
|
|
88394
|
+
"defaultValue": null,
|
|
88395
|
+
"isDeprecated": false,
|
|
88396
|
+
"deprecationReason": null
|
|
88397
|
+
},
|
|
88398
|
+
{
|
|
88399
|
+
"name": "enabled",
|
|
88400
|
+
"description": null,
|
|
88401
|
+
"type": {
|
|
88402
|
+
"kind": "SCALAR",
|
|
88403
|
+
"name": "Boolean",
|
|
88404
|
+
"ofType": null
|
|
88405
|
+
},
|
|
88406
|
+
"defaultValue": null,
|
|
88407
|
+
"isDeprecated": false,
|
|
88408
|
+
"deprecationReason": null
|
|
88409
|
+
},
|
|
88410
|
+
{
|
|
88411
|
+
"name": "id",
|
|
88412
|
+
"description": null,
|
|
88413
|
+
"type": {
|
|
88414
|
+
"kind": "NON_NULL",
|
|
88415
|
+
"name": null,
|
|
88416
|
+
"ofType": {
|
|
88417
|
+
"kind": "SCALAR",
|
|
88418
|
+
"name": "ID",
|
|
88419
|
+
"ofType": null
|
|
88420
|
+
}
|
|
88421
|
+
},
|
|
88422
|
+
"defaultValue": null,
|
|
88423
|
+
"isDeprecated": false,
|
|
88424
|
+
"deprecationReason": null
|
|
88425
|
+
},
|
|
88426
|
+
{
|
|
88427
|
+
"name": "landing_page_copy",
|
|
88428
|
+
"description": null,
|
|
88429
|
+
"type": {
|
|
88430
|
+
"kind": "SCALAR",
|
|
88431
|
+
"name": "String",
|
|
88432
|
+
"ofType": null
|
|
88433
|
+
},
|
|
88434
|
+
"defaultValue": null,
|
|
88435
|
+
"isDeprecated": false,
|
|
88436
|
+
"deprecationReason": null
|
|
88437
|
+
},
|
|
88438
|
+
{
|
|
88439
|
+
"name": "link",
|
|
88440
|
+
"description": null,
|
|
88441
|
+
"type": {
|
|
88442
|
+
"kind": "SCALAR",
|
|
88443
|
+
"name": "String",
|
|
88444
|
+
"ofType": null
|
|
88445
|
+
},
|
|
88446
|
+
"defaultValue": null,
|
|
88447
|
+
"isDeprecated": false,
|
|
88448
|
+
"deprecationReason": null
|
|
88449
|
+
},
|
|
88450
|
+
{
|
|
88451
|
+
"name": "link_append_custom_fields",
|
|
88452
|
+
"description": null,
|
|
88453
|
+
"type": {
|
|
88454
|
+
"kind": "LIST",
|
|
88455
|
+
"name": null,
|
|
88456
|
+
"ofType": {
|
|
88457
|
+
"kind": "NON_NULL",
|
|
88458
|
+
"name": null,
|
|
88459
|
+
"ofType": {
|
|
88460
|
+
"kind": "SCALAR",
|
|
88461
|
+
"name": "String",
|
|
88462
|
+
"ofType": null
|
|
88463
|
+
}
|
|
88464
|
+
}
|
|
88465
|
+
},
|
|
88466
|
+
"defaultValue": null,
|
|
88467
|
+
"isDeprecated": false,
|
|
88468
|
+
"deprecationReason": null
|
|
88469
|
+
},
|
|
88470
|
+
{
|
|
88471
|
+
"name": "logo_overlay_placement",
|
|
88472
|
+
"description": null,
|
|
88473
|
+
"type": {
|
|
88474
|
+
"kind": "SCALAR",
|
|
88475
|
+
"name": "String",
|
|
88476
|
+
"ofType": null
|
|
88477
|
+
},
|
|
88478
|
+
"defaultValue": null,
|
|
88479
|
+
"isDeprecated": false,
|
|
88480
|
+
"deprecationReason": null
|
|
88481
|
+
},
|
|
88482
|
+
{
|
|
88483
|
+
"name": "message",
|
|
88484
|
+
"description": null,
|
|
88485
|
+
"type": {
|
|
88486
|
+
"kind": "SCALAR",
|
|
88487
|
+
"name": "String",
|
|
88488
|
+
"ofType": null
|
|
88489
|
+
},
|
|
88490
|
+
"defaultValue": null,
|
|
88491
|
+
"isDeprecated": false,
|
|
88492
|
+
"deprecationReason": null
|
|
88493
|
+
},
|
|
88494
|
+
{
|
|
88495
|
+
"name": "original_share_image_url",
|
|
88496
|
+
"description": null,
|
|
88497
|
+
"type": {
|
|
88498
|
+
"kind": "SCALAR",
|
|
88499
|
+
"name": "String",
|
|
88500
|
+
"ofType": null
|
|
88501
|
+
},
|
|
88502
|
+
"defaultValue": null,
|
|
88503
|
+
"isDeprecated": false,
|
|
88504
|
+
"deprecationReason": null
|
|
88505
|
+
},
|
|
88506
|
+
{
|
|
88507
|
+
"name": "photo_original_url",
|
|
88508
|
+
"description": null,
|
|
88509
|
+
"type": {
|
|
88510
|
+
"kind": "SCALAR",
|
|
88511
|
+
"name": "String",
|
|
88512
|
+
"ofType": null
|
|
88513
|
+
},
|
|
88514
|
+
"defaultValue": null,
|
|
88515
|
+
"isDeprecated": false,
|
|
88516
|
+
"deprecationReason": null
|
|
88517
|
+
},
|
|
88518
|
+
{
|
|
88519
|
+
"name": "photo_url",
|
|
88520
|
+
"description": null,
|
|
88521
|
+
"type": {
|
|
88522
|
+
"kind": "SCALAR",
|
|
88523
|
+
"name": "String",
|
|
88524
|
+
"ofType": null
|
|
88525
|
+
},
|
|
88526
|
+
"defaultValue": null,
|
|
88527
|
+
"isDeprecated": false,
|
|
88528
|
+
"deprecationReason": null
|
|
88529
|
+
},
|
|
88530
|
+
{
|
|
88531
|
+
"name": "post_format",
|
|
88532
|
+
"description": null,
|
|
88533
|
+
"type": {
|
|
88534
|
+
"kind": "SCALAR",
|
|
88535
|
+
"name": "String",
|
|
88536
|
+
"ofType": null
|
|
88537
|
+
},
|
|
88538
|
+
"defaultValue": null,
|
|
88539
|
+
"isDeprecated": false,
|
|
88540
|
+
"deprecationReason": null
|
|
88541
|
+
},
|
|
88542
|
+
{
|
|
88543
|
+
"name": "responsive_share_image_url",
|
|
88544
|
+
"description": null,
|
|
88545
|
+
"type": {
|
|
88546
|
+
"kind": "SCALAR",
|
|
88547
|
+
"name": "String",
|
|
88548
|
+
"ofType": null
|
|
88549
|
+
},
|
|
88550
|
+
"defaultValue": null,
|
|
88551
|
+
"isDeprecated": false,
|
|
88552
|
+
"deprecationReason": null
|
|
88553
|
+
},
|
|
88554
|
+
{
|
|
88555
|
+
"name": "share_data",
|
|
88556
|
+
"description": null,
|
|
88557
|
+
"type": {
|
|
88558
|
+
"kind": "INPUT_OBJECT",
|
|
88559
|
+
"name": "ShareSettingBrandShareDataFieldsInput",
|
|
88560
|
+
"ofType": null
|
|
88561
|
+
},
|
|
88562
|
+
"defaultValue": null,
|
|
88563
|
+
"isDeprecated": false,
|
|
88564
|
+
"deprecationReason": null
|
|
88565
|
+
},
|
|
88566
|
+
{
|
|
88567
|
+
"name": "share_image_content_type",
|
|
88568
|
+
"description": null,
|
|
88569
|
+
"type": {
|
|
88570
|
+
"kind": "SCALAR",
|
|
88571
|
+
"name": "String",
|
|
88572
|
+
"ofType": null
|
|
88573
|
+
},
|
|
88574
|
+
"defaultValue": null,
|
|
88575
|
+
"isDeprecated": false,
|
|
88576
|
+
"deprecationReason": null
|
|
88577
|
+
},
|
|
88578
|
+
{
|
|
88579
|
+
"name": "share_image_file_name",
|
|
88580
|
+
"description": null,
|
|
88581
|
+
"type": {
|
|
88582
|
+
"kind": "SCALAR",
|
|
88583
|
+
"name": "String",
|
|
88584
|
+
"ofType": null
|
|
88585
|
+
},
|
|
88586
|
+
"defaultValue": null,
|
|
88587
|
+
"isDeprecated": false,
|
|
88588
|
+
"deprecationReason": null
|
|
88589
|
+
},
|
|
88590
|
+
{
|
|
88591
|
+
"name": "share_image_file_size",
|
|
88592
|
+
"description": null,
|
|
88593
|
+
"type": {
|
|
88594
|
+
"kind": "SCALAR",
|
|
88595
|
+
"name": "Int",
|
|
88596
|
+
"ofType": null
|
|
88597
|
+
},
|
|
88598
|
+
"defaultValue": null,
|
|
88599
|
+
"isDeprecated": false,
|
|
88600
|
+
"deprecationReason": null
|
|
88601
|
+
},
|
|
88602
|
+
{
|
|
88603
|
+
"name": "share_image_url",
|
|
88604
|
+
"description": null,
|
|
88605
|
+
"type": {
|
|
88606
|
+
"kind": "SCALAR",
|
|
88607
|
+
"name": "String",
|
|
88608
|
+
"ofType": null
|
|
88609
|
+
},
|
|
88610
|
+
"defaultValue": null,
|
|
88611
|
+
"isDeprecated": false,
|
|
88612
|
+
"deprecationReason": null
|
|
88613
|
+
},
|
|
88614
|
+
{
|
|
88615
|
+
"name": "share_setting_copy_options",
|
|
88616
|
+
"description": null,
|
|
88617
|
+
"type": {
|
|
88618
|
+
"kind": "LIST",
|
|
88619
|
+
"name": null,
|
|
88620
|
+
"ofType": {
|
|
88621
|
+
"kind": "NON_NULL",
|
|
88622
|
+
"name": null,
|
|
88623
|
+
"ofType": {
|
|
88624
|
+
"kind": "INPUT_OBJECT",
|
|
88625
|
+
"name": "ShareSettingBrandOptionInput",
|
|
88626
|
+
"ofType": null
|
|
88627
|
+
}
|
|
88628
|
+
}
|
|
88629
|
+
},
|
|
88630
|
+
"defaultValue": null,
|
|
88631
|
+
"isDeprecated": false,
|
|
88632
|
+
"deprecationReason": null
|
|
88633
|
+
},
|
|
88634
|
+
{
|
|
88635
|
+
"name": "share_setting_copy_options_attributes",
|
|
88636
|
+
"description": null,
|
|
88637
|
+
"type": {
|
|
88638
|
+
"kind": "LIST",
|
|
88639
|
+
"name": null,
|
|
88640
|
+
"ofType": {
|
|
88641
|
+
"kind": "NON_NULL",
|
|
88642
|
+
"name": null,
|
|
88643
|
+
"ofType": {
|
|
88644
|
+
"kind": "INPUT_OBJECT",
|
|
88645
|
+
"name": "ShareSettingBrandOptionInput",
|
|
88646
|
+
"ofType": null
|
|
88647
|
+
}
|
|
88648
|
+
}
|
|
88649
|
+
},
|
|
88650
|
+
"defaultValue": null,
|
|
88651
|
+
"isDeprecated": false,
|
|
88652
|
+
"deprecationReason": null
|
|
88653
|
+
},
|
|
88654
|
+
{
|
|
88655
|
+
"name": "share_setting_landing_page",
|
|
88656
|
+
"description": null,
|
|
88657
|
+
"type": {
|
|
88658
|
+
"kind": "SCALAR",
|
|
88659
|
+
"name": "Boolean",
|
|
88660
|
+
"ofType": null
|
|
88661
|
+
},
|
|
88662
|
+
"defaultValue": null,
|
|
88663
|
+
"isDeprecated": false,
|
|
88664
|
+
"deprecationReason": null
|
|
88665
|
+
},
|
|
88666
|
+
{
|
|
88667
|
+
"name": "share_type",
|
|
88668
|
+
"description": null,
|
|
88669
|
+
"type": {
|
|
88670
|
+
"kind": "SCALAR",
|
|
88671
|
+
"name": "String",
|
|
88672
|
+
"ofType": null
|
|
88673
|
+
},
|
|
88674
|
+
"defaultValue": null,
|
|
88675
|
+
"isDeprecated": false,
|
|
88676
|
+
"deprecationReason": null
|
|
88677
|
+
},
|
|
88678
|
+
{
|
|
88679
|
+
"name": "share_url_type",
|
|
88680
|
+
"description": null,
|
|
88681
|
+
"type": {
|
|
88682
|
+
"kind": "SCALAR",
|
|
88683
|
+
"name": "String",
|
|
88684
|
+
"ofType": null
|
|
88685
|
+
},
|
|
88686
|
+
"defaultValue": null,
|
|
88687
|
+
"isDeprecated": false,
|
|
88688
|
+
"deprecationReason": null
|
|
88689
|
+
},
|
|
88690
|
+
{
|
|
88691
|
+
"name": "smart_group_id",
|
|
88692
|
+
"description": null,
|
|
88693
|
+
"type": {
|
|
88694
|
+
"kind": "SCALAR",
|
|
88695
|
+
"name": "ID",
|
|
88696
|
+
"ofType": null
|
|
88697
|
+
},
|
|
88698
|
+
"defaultValue": null,
|
|
88699
|
+
"isDeprecated": false,
|
|
88700
|
+
"deprecationReason": null
|
|
88701
|
+
},
|
|
88702
|
+
{
|
|
88703
|
+
"name": "title",
|
|
88704
|
+
"description": null,
|
|
88705
|
+
"type": {
|
|
88706
|
+
"kind": "SCALAR",
|
|
88707
|
+
"name": "String",
|
|
88708
|
+
"ofType": null
|
|
88709
|
+
},
|
|
88710
|
+
"defaultValue": null,
|
|
88711
|
+
"isDeprecated": false,
|
|
88712
|
+
"deprecationReason": null
|
|
88713
|
+
}
|
|
88714
|
+
],
|
|
88715
|
+
"interfaces": null,
|
|
88716
|
+
"enumValues": null,
|
|
88717
|
+
"possibleTypes": null
|
|
88718
|
+
},
|
|
88719
|
+
{
|
|
88720
|
+
"kind": "INPUT_OBJECT",
|
|
88721
|
+
"name": "ShareSettingBrandOptionInput",
|
|
88722
|
+
"description": null,
|
|
88723
|
+
"isOneOf": false,
|
|
88724
|
+
"fields": null,
|
|
88725
|
+
"inputFields": [
|
|
88726
|
+
{
|
|
88727
|
+
"name": "child_attachment_id",
|
|
88728
|
+
"description": null,
|
|
88729
|
+
"type": {
|
|
88730
|
+
"kind": "SCALAR",
|
|
88731
|
+
"name": "ID",
|
|
88732
|
+
"ofType": null
|
|
88733
|
+
},
|
|
88734
|
+
"defaultValue": null,
|
|
88735
|
+
"isDeprecated": false,
|
|
88736
|
+
"deprecationReason": null
|
|
88737
|
+
},
|
|
88738
|
+
{
|
|
88739
|
+
"name": "id",
|
|
88740
|
+
"description": null,
|
|
88741
|
+
"type": {
|
|
88742
|
+
"kind": "SCALAR",
|
|
88743
|
+
"name": "ID",
|
|
88744
|
+
"ofType": null
|
|
88745
|
+
},
|
|
88746
|
+
"defaultValue": null,
|
|
88747
|
+
"isDeprecated": false,
|
|
88748
|
+
"deprecationReason": null
|
|
88749
|
+
},
|
|
88750
|
+
{
|
|
88751
|
+
"name": "message",
|
|
88752
|
+
"description": null,
|
|
88753
|
+
"type": {
|
|
88754
|
+
"kind": "SCALAR",
|
|
88755
|
+
"name": "String",
|
|
88756
|
+
"ofType": null
|
|
88757
|
+
},
|
|
88758
|
+
"defaultValue": null,
|
|
88759
|
+
"isDeprecated": false,
|
|
88760
|
+
"deprecationReason": null
|
|
88761
|
+
},
|
|
88762
|
+
{
|
|
88763
|
+
"name": "share_setting_id",
|
|
88764
|
+
"description": null,
|
|
88765
|
+
"type": {
|
|
88766
|
+
"kind": "SCALAR",
|
|
88767
|
+
"name": "ID",
|
|
88768
|
+
"ofType": null
|
|
88769
|
+
},
|
|
88770
|
+
"defaultValue": null,
|
|
88771
|
+
"isDeprecated": false,
|
|
88772
|
+
"deprecationReason": null
|
|
88773
|
+
}
|
|
88774
|
+
],
|
|
88775
|
+
"interfaces": null,
|
|
88776
|
+
"enumValues": null,
|
|
88777
|
+
"possibleTypes": null
|
|
88778
|
+
},
|
|
88779
|
+
{
|
|
88780
|
+
"kind": "INPUT_OBJECT",
|
|
88781
|
+
"name": "ShareSettingBrandShareDataFieldsInput",
|
|
88782
|
+
"description": null,
|
|
88783
|
+
"isOneOf": false,
|
|
88784
|
+
"fields": null,
|
|
88785
|
+
"inputFields": [
|
|
88786
|
+
{
|
|
88787
|
+
"name": "append_link_to_message",
|
|
88788
|
+
"description": null,
|
|
88789
|
+
"type": {
|
|
88790
|
+
"kind": "SCALAR",
|
|
88791
|
+
"name": "String",
|
|
88792
|
+
"ofType": null
|
|
88793
|
+
},
|
|
88794
|
+
"defaultValue": null,
|
|
88795
|
+
"isDeprecated": false,
|
|
88796
|
+
"deprecationReason": null
|
|
88797
|
+
},
|
|
88798
|
+
{
|
|
88799
|
+
"name": "custom_share_url_id",
|
|
88800
|
+
"description": null,
|
|
88801
|
+
"type": {
|
|
88802
|
+
"kind": "SCALAR",
|
|
88803
|
+
"name": "ID",
|
|
88804
|
+
"ofType": null
|
|
88805
|
+
},
|
|
88806
|
+
"defaultValue": null,
|
|
88807
|
+
"isDeprecated": false,
|
|
88808
|
+
"deprecationReason": null
|
|
88809
|
+
},
|
|
88810
|
+
{
|
|
88811
|
+
"name": "link",
|
|
88812
|
+
"description": null,
|
|
88813
|
+
"type": {
|
|
88814
|
+
"kind": "SCALAR",
|
|
88815
|
+
"name": "String",
|
|
88816
|
+
"ofType": null
|
|
88817
|
+
},
|
|
88818
|
+
"defaultValue": null,
|
|
88819
|
+
"isDeprecated": false,
|
|
88820
|
+
"deprecationReason": null
|
|
88821
|
+
},
|
|
88822
|
+
{
|
|
88823
|
+
"name": "link_append_custom_fields",
|
|
88824
|
+
"description": null,
|
|
88825
|
+
"type": {
|
|
88826
|
+
"kind": "LIST",
|
|
88827
|
+
"name": null,
|
|
88828
|
+
"ofType": {
|
|
88829
|
+
"kind": "NON_NULL",
|
|
88830
|
+
"name": null,
|
|
88831
|
+
"ofType": {
|
|
88832
|
+
"kind": "SCALAR",
|
|
88833
|
+
"name": "String",
|
|
88834
|
+
"ofType": null
|
|
88835
|
+
}
|
|
88836
|
+
}
|
|
88837
|
+
},
|
|
88838
|
+
"defaultValue": null,
|
|
88839
|
+
"isDeprecated": false,
|
|
88840
|
+
"deprecationReason": null
|
|
88841
|
+
},
|
|
88842
|
+
{
|
|
88843
|
+
"name": "logo_overlay_placement",
|
|
88844
|
+
"description": null,
|
|
88845
|
+
"type": {
|
|
88846
|
+
"kind": "SCALAR",
|
|
88847
|
+
"name": "String",
|
|
88848
|
+
"ofType": null
|
|
88849
|
+
},
|
|
88850
|
+
"defaultValue": null,
|
|
88851
|
+
"isDeprecated": false,
|
|
88852
|
+
"deprecationReason": null
|
|
88853
|
+
},
|
|
88854
|
+
{
|
|
88855
|
+
"name": "post_format",
|
|
88856
|
+
"description": null,
|
|
88857
|
+
"type": {
|
|
88858
|
+
"kind": "SCALAR",
|
|
88859
|
+
"name": "String",
|
|
88860
|
+
"ofType": null
|
|
88861
|
+
},
|
|
88862
|
+
"defaultValue": null,
|
|
88863
|
+
"isDeprecated": false,
|
|
88864
|
+
"deprecationReason": null
|
|
88865
|
+
},
|
|
88866
|
+
{
|
|
88867
|
+
"name": "share_url_type",
|
|
88868
|
+
"description": null,
|
|
88869
|
+
"type": {
|
|
88870
|
+
"kind": "SCALAR",
|
|
88871
|
+
"name": "String",
|
|
88872
|
+
"ofType": null
|
|
88873
|
+
},
|
|
88874
|
+
"defaultValue": null,
|
|
88875
|
+
"isDeprecated": false,
|
|
88876
|
+
"deprecationReason": null
|
|
88877
|
+
}
|
|
88878
|
+
],
|
|
88879
|
+
"interfaces": null,
|
|
88880
|
+
"enumValues": null,
|
|
88881
|
+
"possibleTypes": null
|
|
88882
|
+
},
|
|
87827
88883
|
{
|
|
87828
88884
|
"kind": "OBJECT",
|
|
87829
88885
|
"name": "ShareSettingsCountPerShareType",
|
|
@@ -101816,6 +102872,82 @@
|
|
|
101816
102872
|
"enumValues": null,
|
|
101817
102873
|
"possibleTypes": null
|
|
101818
102874
|
},
|
|
102875
|
+
{
|
|
102876
|
+
"kind": "INPUT_OBJECT",
|
|
102877
|
+
"name": "UpdateDigitalAssetCropInput",
|
|
102878
|
+
"description": null,
|
|
102879
|
+
"isOneOf": false,
|
|
102880
|
+
"fields": null,
|
|
102881
|
+
"inputFields": [
|
|
102882
|
+
{
|
|
102883
|
+
"name": "crop_height",
|
|
102884
|
+
"description": null,
|
|
102885
|
+
"type": {
|
|
102886
|
+
"kind": "NON_NULL",
|
|
102887
|
+
"name": null,
|
|
102888
|
+
"ofType": {
|
|
102889
|
+
"kind": "SCALAR",
|
|
102890
|
+
"name": "Int",
|
|
102891
|
+
"ofType": null
|
|
102892
|
+
}
|
|
102893
|
+
},
|
|
102894
|
+
"defaultValue": null,
|
|
102895
|
+
"isDeprecated": false,
|
|
102896
|
+
"deprecationReason": null
|
|
102897
|
+
},
|
|
102898
|
+
{
|
|
102899
|
+
"name": "crop_origin_x",
|
|
102900
|
+
"description": null,
|
|
102901
|
+
"type": {
|
|
102902
|
+
"kind": "NON_NULL",
|
|
102903
|
+
"name": null,
|
|
102904
|
+
"ofType": {
|
|
102905
|
+
"kind": "SCALAR",
|
|
102906
|
+
"name": "Int",
|
|
102907
|
+
"ofType": null
|
|
102908
|
+
}
|
|
102909
|
+
},
|
|
102910
|
+
"defaultValue": null,
|
|
102911
|
+
"isDeprecated": false,
|
|
102912
|
+
"deprecationReason": null
|
|
102913
|
+
},
|
|
102914
|
+
{
|
|
102915
|
+
"name": "crop_origin_y",
|
|
102916
|
+
"description": null,
|
|
102917
|
+
"type": {
|
|
102918
|
+
"kind": "NON_NULL",
|
|
102919
|
+
"name": null,
|
|
102920
|
+
"ofType": {
|
|
102921
|
+
"kind": "SCALAR",
|
|
102922
|
+
"name": "Int",
|
|
102923
|
+
"ofType": null
|
|
102924
|
+
}
|
|
102925
|
+
},
|
|
102926
|
+
"defaultValue": null,
|
|
102927
|
+
"isDeprecated": false,
|
|
102928
|
+
"deprecationReason": null
|
|
102929
|
+
},
|
|
102930
|
+
{
|
|
102931
|
+
"name": "crop_width",
|
|
102932
|
+
"description": null,
|
|
102933
|
+
"type": {
|
|
102934
|
+
"kind": "NON_NULL",
|
|
102935
|
+
"name": null,
|
|
102936
|
+
"ofType": {
|
|
102937
|
+
"kind": "SCALAR",
|
|
102938
|
+
"name": "Int",
|
|
102939
|
+
"ofType": null
|
|
102940
|
+
}
|
|
102941
|
+
},
|
|
102942
|
+
"defaultValue": null,
|
|
102943
|
+
"isDeprecated": false,
|
|
102944
|
+
"deprecationReason": null
|
|
102945
|
+
}
|
|
102946
|
+
],
|
|
102947
|
+
"interfaces": null,
|
|
102948
|
+
"enumValues": null,
|
|
102949
|
+
"possibleTypes": null
|
|
102950
|
+
},
|
|
101819
102951
|
{
|
|
101820
102952
|
"kind": "INPUT_OBJECT",
|
|
101821
102953
|
"name": "UpdateDigitalAssetParams",
|