@promoboxx/graphql-gateway-types 1.1012.0 → 1.1014.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 +1538 -455
- package/index.d.ts +105 -0
- package/package.json +1 -1
- package/schema.graphql +81 -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,
|
|
@@ -62212,19 +62309,23 @@
|
|
|
62212
62309
|
"deprecationReason": null
|
|
62213
62310
|
},
|
|
62214
62311
|
{
|
|
62215
|
-
"name": "
|
|
62312
|
+
"name": "updateShareSettingBrand",
|
|
62216
62313
|
"description": null,
|
|
62217
62314
|
"args": [
|
|
62218
62315
|
{
|
|
62219
|
-
"name": "
|
|
62316
|
+
"name": "fields",
|
|
62220
62317
|
"description": null,
|
|
62221
62318
|
"type": {
|
|
62222
|
-
"kind": "
|
|
62319
|
+
"kind": "LIST",
|
|
62223
62320
|
"name": null,
|
|
62224
62321
|
"ofType": {
|
|
62225
|
-
"kind": "
|
|
62226
|
-
"name":
|
|
62227
|
-
"ofType":
|
|
62322
|
+
"kind": "NON_NULL",
|
|
62323
|
+
"name": null,
|
|
62324
|
+
"ofType": {
|
|
62325
|
+
"kind": "SCALAR",
|
|
62326
|
+
"name": "String",
|
|
62327
|
+
"ofType": null
|
|
62328
|
+
}
|
|
62228
62329
|
}
|
|
62229
62330
|
},
|
|
62230
62331
|
"defaultValue": null,
|
|
@@ -62232,14 +62333,14 @@
|
|
|
62232
62333
|
"deprecationReason": null
|
|
62233
62334
|
},
|
|
62234
62335
|
{
|
|
62235
|
-
"name": "
|
|
62336
|
+
"name": "id",
|
|
62236
62337
|
"description": null,
|
|
62237
62338
|
"type": {
|
|
62238
62339
|
"kind": "NON_NULL",
|
|
62239
62340
|
"name": null,
|
|
62240
62341
|
"ofType": {
|
|
62241
|
-
"kind": "
|
|
62242
|
-
"name": "
|
|
62342
|
+
"kind": "SCALAR",
|
|
62343
|
+
"name": "ID",
|
|
62243
62344
|
"ofType": null
|
|
62244
62345
|
}
|
|
62245
62346
|
},
|
|
@@ -62248,47 +62349,30 @@
|
|
|
62248
62349
|
"deprecationReason": null
|
|
62249
62350
|
},
|
|
62250
62351
|
{
|
|
62251
|
-
"name": "
|
|
62352
|
+
"name": "new_builder",
|
|
62252
62353
|
"description": null,
|
|
62253
62354
|
"type": {
|
|
62254
62355
|
"kind": "NON_NULL",
|
|
62255
62356
|
"name": null,
|
|
62256
62357
|
"ofType": {
|
|
62257
62358
|
"kind": "SCALAR",
|
|
62258
|
-
"name": "
|
|
62359
|
+
"name": "Boolean",
|
|
62259
62360
|
"ofType": null
|
|
62260
62361
|
}
|
|
62261
62362
|
},
|
|
62262
62363
|
"defaultValue": null,
|
|
62263
62364
|
"isDeprecated": false,
|
|
62264
62365
|
"deprecationReason": null
|
|
62265
|
-
}
|
|
62266
|
-
],
|
|
62267
|
-
"type": {
|
|
62268
|
-
"kind": "NON_NULL",
|
|
62269
|
-
"name": null,
|
|
62270
|
-
"ofType": {
|
|
62271
|
-
"kind": "OBJECT",
|
|
62272
|
-
"name": "SsoConnection",
|
|
62273
|
-
"ofType": null
|
|
62274
|
-
}
|
|
62275
|
-
},
|
|
62276
|
-
"isDeprecated": false,
|
|
62277
|
-
"deprecationReason": null
|
|
62278
|
-
},
|
|
62279
|
-
{
|
|
62280
|
-
"name": "updateUser",
|
|
62281
|
-
"description": null,
|
|
62282
|
-
"args": [
|
|
62366
|
+
},
|
|
62283
62367
|
{
|
|
62284
|
-
"name": "
|
|
62368
|
+
"name": "share_setting",
|
|
62285
62369
|
"description": null,
|
|
62286
62370
|
"type": {
|
|
62287
62371
|
"kind": "NON_NULL",
|
|
62288
62372
|
"name": null,
|
|
62289
62373
|
"ofType": {
|
|
62290
62374
|
"kind": "INPUT_OBJECT",
|
|
62291
|
-
"name": "
|
|
62375
|
+
"name": "ShareSettingBrandInput",
|
|
62292
62376
|
"ofType": null
|
|
62293
62377
|
}
|
|
62294
62378
|
},
|
|
@@ -62302,7 +62386,7 @@
|
|
|
62302
62386
|
"name": null,
|
|
62303
62387
|
"ofType": {
|
|
62304
62388
|
"kind": "OBJECT",
|
|
62305
|
-
"name": "
|
|
62389
|
+
"name": "ShareSetting",
|
|
62306
62390
|
"ofType": null
|
|
62307
62391
|
}
|
|
62308
62392
|
},
|
|
@@ -62310,90 +62394,83 @@
|
|
|
62310
62394
|
"deprecationReason": null
|
|
62311
62395
|
},
|
|
62312
62396
|
{
|
|
62313
|
-
"name": "
|
|
62314
|
-
"description":
|
|
62397
|
+
"name": "updateSsoConnection",
|
|
62398
|
+
"description": null,
|
|
62315
62399
|
"args": [
|
|
62316
62400
|
{
|
|
62317
|
-
"name": "
|
|
62318
|
-
"description":
|
|
62319
|
-
"type": {
|
|
62320
|
-
"kind": "INPUT_OBJECT",
|
|
62321
|
-
"name": "address_verification_run_results_append_input",
|
|
62322
|
-
"ofType": null
|
|
62323
|
-
},
|
|
62324
|
-
"defaultValue": null,
|
|
62325
|
-
"isDeprecated": false,
|
|
62326
|
-
"deprecationReason": null
|
|
62327
|
-
},
|
|
62328
|
-
{
|
|
62329
|
-
"name": "_delete_at_path",
|
|
62330
|
-
"description": "delete the field or element with specified path (for JSON arrays, negative integers count from the end)",
|
|
62331
|
-
"type": {
|
|
62332
|
-
"kind": "INPUT_OBJECT",
|
|
62333
|
-
"name": "address_verification_run_results_delete_at_path_input",
|
|
62334
|
-
"ofType": null
|
|
62335
|
-
},
|
|
62336
|
-
"defaultValue": null,
|
|
62337
|
-
"isDeprecated": false,
|
|
62338
|
-
"deprecationReason": null
|
|
62339
|
-
},
|
|
62340
|
-
{
|
|
62341
|
-
"name": "_delete_elem",
|
|
62342
|
-
"description": "delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array",
|
|
62343
|
-
"type": {
|
|
62344
|
-
"kind": "INPUT_OBJECT",
|
|
62345
|
-
"name": "address_verification_run_results_delete_elem_input",
|
|
62346
|
-
"ofType": null
|
|
62347
|
-
},
|
|
62348
|
-
"defaultValue": null,
|
|
62349
|
-
"isDeprecated": false,
|
|
62350
|
-
"deprecationReason": null
|
|
62351
|
-
},
|
|
62352
|
-
{
|
|
62353
|
-
"name": "_delete_key",
|
|
62354
|
-
"description": "delete key/value pair or string element. key/value pairs are matched based on their key value",
|
|
62401
|
+
"name": "id",
|
|
62402
|
+
"description": null,
|
|
62355
62403
|
"type": {
|
|
62356
|
-
"kind": "
|
|
62357
|
-
"name":
|
|
62358
|
-
"ofType":
|
|
62404
|
+
"kind": "NON_NULL",
|
|
62405
|
+
"name": null,
|
|
62406
|
+
"ofType": {
|
|
62407
|
+
"kind": "SCALAR",
|
|
62408
|
+
"name": "ID",
|
|
62409
|
+
"ofType": null
|
|
62410
|
+
}
|
|
62359
62411
|
},
|
|
62360
62412
|
"defaultValue": null,
|
|
62361
62413
|
"isDeprecated": false,
|
|
62362
62414
|
"deprecationReason": null
|
|
62363
62415
|
},
|
|
62364
62416
|
{
|
|
62365
|
-
"name": "
|
|
62366
|
-
"description":
|
|
62417
|
+
"name": "sso_connection",
|
|
62418
|
+
"description": null,
|
|
62367
62419
|
"type": {
|
|
62368
|
-
"kind": "
|
|
62369
|
-
"name":
|
|
62370
|
-
"ofType":
|
|
62420
|
+
"kind": "NON_NULL",
|
|
62421
|
+
"name": null,
|
|
62422
|
+
"ofType": {
|
|
62423
|
+
"kind": "INPUT_OBJECT",
|
|
62424
|
+
"name": "SsoConnectionInput",
|
|
62425
|
+
"ofType": null
|
|
62426
|
+
}
|
|
62371
62427
|
},
|
|
62372
62428
|
"defaultValue": null,
|
|
62373
62429
|
"isDeprecated": false,
|
|
62374
62430
|
"deprecationReason": null
|
|
62375
62431
|
},
|
|
62376
62432
|
{
|
|
62377
|
-
"name": "
|
|
62378
|
-
"description":
|
|
62433
|
+
"name": "user_id",
|
|
62434
|
+
"description": null,
|
|
62379
62435
|
"type": {
|
|
62380
|
-
"kind": "
|
|
62381
|
-
"name":
|
|
62382
|
-
"ofType":
|
|
62436
|
+
"kind": "NON_NULL",
|
|
62437
|
+
"name": null,
|
|
62438
|
+
"ofType": {
|
|
62439
|
+
"kind": "SCALAR",
|
|
62440
|
+
"name": "ID",
|
|
62441
|
+
"ofType": null
|
|
62442
|
+
}
|
|
62383
62443
|
},
|
|
62384
62444
|
"defaultValue": null,
|
|
62385
62445
|
"isDeprecated": false,
|
|
62386
62446
|
"deprecationReason": null
|
|
62387
|
-
}
|
|
62447
|
+
}
|
|
62448
|
+
],
|
|
62449
|
+
"type": {
|
|
62450
|
+
"kind": "NON_NULL",
|
|
62451
|
+
"name": null,
|
|
62452
|
+
"ofType": {
|
|
62453
|
+
"kind": "OBJECT",
|
|
62454
|
+
"name": "SsoConnection",
|
|
62455
|
+
"ofType": null
|
|
62456
|
+
}
|
|
62457
|
+
},
|
|
62458
|
+
"isDeprecated": false,
|
|
62459
|
+
"deprecationReason": null
|
|
62460
|
+
},
|
|
62461
|
+
{
|
|
62462
|
+
"name": "updateUser",
|
|
62463
|
+
"description": null,
|
|
62464
|
+
"args": [
|
|
62388
62465
|
{
|
|
62389
|
-
"name": "
|
|
62390
|
-
"description":
|
|
62466
|
+
"name": "user",
|
|
62467
|
+
"description": null,
|
|
62391
62468
|
"type": {
|
|
62392
62469
|
"kind": "NON_NULL",
|
|
62393
62470
|
"name": null,
|
|
62394
62471
|
"ofType": {
|
|
62395
62472
|
"kind": "INPUT_OBJECT",
|
|
62396
|
-
"name": "
|
|
62473
|
+
"name": "UpdateUserInput",
|
|
62397
62474
|
"ofType": null
|
|
62398
62475
|
}
|
|
62399
62476
|
},
|
|
@@ -62403,16 +62480,121 @@
|
|
|
62403
62480
|
}
|
|
62404
62481
|
],
|
|
62405
62482
|
"type": {
|
|
62406
|
-
"kind": "
|
|
62407
|
-
"name":
|
|
62408
|
-
"ofType":
|
|
62483
|
+
"kind": "NON_NULL",
|
|
62484
|
+
"name": null,
|
|
62485
|
+
"ofType": {
|
|
62486
|
+
"kind": "OBJECT",
|
|
62487
|
+
"name": "UpdateUserResponse",
|
|
62488
|
+
"ofType": null
|
|
62489
|
+
}
|
|
62409
62490
|
},
|
|
62410
62491
|
"isDeprecated": false,
|
|
62411
62492
|
"deprecationReason": null
|
|
62412
62493
|
},
|
|
62413
62494
|
{
|
|
62414
|
-
"name": "
|
|
62415
|
-
"description": "update
|
|
62495
|
+
"name": "update_address_verification_run_results",
|
|
62496
|
+
"description": "update data of the table: \"address_verification_run_results\"",
|
|
62497
|
+
"args": [
|
|
62498
|
+
{
|
|
62499
|
+
"name": "_append",
|
|
62500
|
+
"description": "append existing jsonb value of filtered columns with new jsonb value",
|
|
62501
|
+
"type": {
|
|
62502
|
+
"kind": "INPUT_OBJECT",
|
|
62503
|
+
"name": "address_verification_run_results_append_input",
|
|
62504
|
+
"ofType": null
|
|
62505
|
+
},
|
|
62506
|
+
"defaultValue": null,
|
|
62507
|
+
"isDeprecated": false,
|
|
62508
|
+
"deprecationReason": null
|
|
62509
|
+
},
|
|
62510
|
+
{
|
|
62511
|
+
"name": "_delete_at_path",
|
|
62512
|
+
"description": "delete the field or element with specified path (for JSON arrays, negative integers count from the end)",
|
|
62513
|
+
"type": {
|
|
62514
|
+
"kind": "INPUT_OBJECT",
|
|
62515
|
+
"name": "address_verification_run_results_delete_at_path_input",
|
|
62516
|
+
"ofType": null
|
|
62517
|
+
},
|
|
62518
|
+
"defaultValue": null,
|
|
62519
|
+
"isDeprecated": false,
|
|
62520
|
+
"deprecationReason": null
|
|
62521
|
+
},
|
|
62522
|
+
{
|
|
62523
|
+
"name": "_delete_elem",
|
|
62524
|
+
"description": "delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array",
|
|
62525
|
+
"type": {
|
|
62526
|
+
"kind": "INPUT_OBJECT",
|
|
62527
|
+
"name": "address_verification_run_results_delete_elem_input",
|
|
62528
|
+
"ofType": null
|
|
62529
|
+
},
|
|
62530
|
+
"defaultValue": null,
|
|
62531
|
+
"isDeprecated": false,
|
|
62532
|
+
"deprecationReason": null
|
|
62533
|
+
},
|
|
62534
|
+
{
|
|
62535
|
+
"name": "_delete_key",
|
|
62536
|
+
"description": "delete key/value pair or string element. key/value pairs are matched based on their key value",
|
|
62537
|
+
"type": {
|
|
62538
|
+
"kind": "INPUT_OBJECT",
|
|
62539
|
+
"name": "address_verification_run_results_delete_key_input",
|
|
62540
|
+
"ofType": null
|
|
62541
|
+
},
|
|
62542
|
+
"defaultValue": null,
|
|
62543
|
+
"isDeprecated": false,
|
|
62544
|
+
"deprecationReason": null
|
|
62545
|
+
},
|
|
62546
|
+
{
|
|
62547
|
+
"name": "_prepend",
|
|
62548
|
+
"description": "prepend existing jsonb value of filtered columns with new jsonb value",
|
|
62549
|
+
"type": {
|
|
62550
|
+
"kind": "INPUT_OBJECT",
|
|
62551
|
+
"name": "address_verification_run_results_prepend_input",
|
|
62552
|
+
"ofType": null
|
|
62553
|
+
},
|
|
62554
|
+
"defaultValue": null,
|
|
62555
|
+
"isDeprecated": false,
|
|
62556
|
+
"deprecationReason": null
|
|
62557
|
+
},
|
|
62558
|
+
{
|
|
62559
|
+
"name": "_set",
|
|
62560
|
+
"description": "sets the columns of the filtered rows to the given values",
|
|
62561
|
+
"type": {
|
|
62562
|
+
"kind": "INPUT_OBJECT",
|
|
62563
|
+
"name": "address_verification_run_results_set_input",
|
|
62564
|
+
"ofType": null
|
|
62565
|
+
},
|
|
62566
|
+
"defaultValue": null,
|
|
62567
|
+
"isDeprecated": false,
|
|
62568
|
+
"deprecationReason": null
|
|
62569
|
+
},
|
|
62570
|
+
{
|
|
62571
|
+
"name": "where",
|
|
62572
|
+
"description": "filter the rows which have to be updated",
|
|
62573
|
+
"type": {
|
|
62574
|
+
"kind": "NON_NULL",
|
|
62575
|
+
"name": null,
|
|
62576
|
+
"ofType": {
|
|
62577
|
+
"kind": "INPUT_OBJECT",
|
|
62578
|
+
"name": "address_verification_run_results_bool_exp",
|
|
62579
|
+
"ofType": null
|
|
62580
|
+
}
|
|
62581
|
+
},
|
|
62582
|
+
"defaultValue": null,
|
|
62583
|
+
"isDeprecated": false,
|
|
62584
|
+
"deprecationReason": null
|
|
62585
|
+
}
|
|
62586
|
+
],
|
|
62587
|
+
"type": {
|
|
62588
|
+
"kind": "OBJECT",
|
|
62589
|
+
"name": "address_verification_run_results_mutation_response",
|
|
62590
|
+
"ofType": null
|
|
62591
|
+
},
|
|
62592
|
+
"isDeprecated": false,
|
|
62593
|
+
"deprecationReason": null
|
|
62594
|
+
},
|
|
62595
|
+
{
|
|
62596
|
+
"name": "update_address_verification_run_results_by_pk",
|
|
62597
|
+
"description": "update single row of the table: \"address_verification_run_results\"",
|
|
62416
62598
|
"args": [
|
|
62417
62599
|
{
|
|
62418
62600
|
"name": "_append",
|
|
@@ -77591,7 +77773,7 @@
|
|
|
77591
77773
|
"deprecationReason": null
|
|
77592
77774
|
},
|
|
77593
77775
|
{
|
|
77594
|
-
"name": "
|
|
77776
|
+
"name": "getShareSettingsBrand",
|
|
77595
77777
|
"description": null,
|
|
77596
77778
|
"args": [
|
|
77597
77779
|
{
|
|
@@ -77635,28 +77817,12 @@
|
|
|
77635
77817
|
"description": null,
|
|
77636
77818
|
"type": {
|
|
77637
77819
|
"kind": "INPUT_OBJECT",
|
|
77638
|
-
"name": "
|
|
77820
|
+
"name": "GetShareSettingsFilters",
|
|
77639
77821
|
"ofType": null
|
|
77640
77822
|
},
|
|
77641
77823
|
"defaultValue": null,
|
|
77642
77824
|
"isDeprecated": false,
|
|
77643
77825
|
"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
77826
|
}
|
|
77661
77827
|
],
|
|
77662
77828
|
"type": {
|
|
@@ -77680,52 +77846,11 @@
|
|
|
77680
77846
|
"deprecationReason": null
|
|
77681
77847
|
},
|
|
77682
77848
|
{
|
|
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",
|
|
77849
|
+
"name": "getShareSettingsRetailer",
|
|
77713
77850
|
"description": null,
|
|
77714
77851
|
"args": [
|
|
77715
77852
|
{
|
|
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",
|
|
77853
|
+
"name": "campaign_id",
|
|
77729
77854
|
"description": null,
|
|
77730
77855
|
"type": {
|
|
77731
77856
|
"kind": "NON_NULL",
|
|
@@ -77741,15 +77866,19 @@
|
|
|
77741
77866
|
"deprecationReason": null
|
|
77742
77867
|
},
|
|
77743
77868
|
{
|
|
77744
|
-
"name": "
|
|
77869
|
+
"name": "fields",
|
|
77745
77870
|
"description": null,
|
|
77746
77871
|
"type": {
|
|
77747
|
-
"kind": "
|
|
77872
|
+
"kind": "LIST",
|
|
77748
77873
|
"name": null,
|
|
77749
77874
|
"ofType": {
|
|
77750
|
-
"kind": "
|
|
77751
|
-
"name":
|
|
77752
|
-
"ofType":
|
|
77875
|
+
"kind": "NON_NULL",
|
|
77876
|
+
"name": null,
|
|
77877
|
+
"ofType": {
|
|
77878
|
+
"kind": "SCALAR",
|
|
77879
|
+
"name": "String",
|
|
77880
|
+
"ofType": null
|
|
77881
|
+
}
|
|
77753
77882
|
}
|
|
77754
77883
|
},
|
|
77755
77884
|
"defaultValue": null,
|
|
@@ -77757,102 +77886,19 @@
|
|
|
77757
77886
|
"deprecationReason": null
|
|
77758
77887
|
},
|
|
77759
77888
|
{
|
|
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",
|
|
77889
|
+
"name": "filters",
|
|
77823
77890
|
"description": null,
|
|
77824
77891
|
"type": {
|
|
77825
|
-
"kind": "
|
|
77826
|
-
"name":
|
|
77827
|
-
"ofType":
|
|
77828
|
-
"kind": "SCALAR",
|
|
77829
|
-
"name": "ID",
|
|
77830
|
-
"ofType": null
|
|
77831
|
-
}
|
|
77892
|
+
"kind": "INPUT_OBJECT",
|
|
77893
|
+
"name": "GetShareSettingsRetailerFilters",
|
|
77894
|
+
"ofType": null
|
|
77832
77895
|
},
|
|
77833
77896
|
"defaultValue": null,
|
|
77834
77897
|
"isDeprecated": false,
|
|
77835
77898
|
"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": [
|
|
77899
|
+
},
|
|
77854
77900
|
{
|
|
77855
|
-
"name": "
|
|
77901
|
+
"name": "retailer_id",
|
|
77856
77902
|
"description": null,
|
|
77857
77903
|
"type": {
|
|
77858
77904
|
"kind": "NON_NULL",
|
|
@@ -77879,144 +77925,9 @@
|
|
|
77879
77925
|
"name": null,
|
|
77880
77926
|
"ofType": {
|
|
77881
77927
|
"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",
|
|
77928
|
+
"name": "ShareSetting",
|
|
78002
77929
|
"ofType": null
|
|
78003
77930
|
}
|
|
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
77931
|
}
|
|
78021
77932
|
}
|
|
78022
77933
|
},
|
|
@@ -78024,80 +77935,15 @@
|
|
|
78024
77935
|
"deprecationReason": null
|
|
78025
77936
|
},
|
|
78026
77937
|
{
|
|
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",
|
|
77938
|
+
"name": "getShares",
|
|
78077
77939
|
"description": null,
|
|
78078
77940
|
"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
77941
|
{
|
|
78096
77942
|
"name": "params",
|
|
78097
77943
|
"description": null,
|
|
78098
77944
|
"type": {
|
|
78099
77945
|
"kind": "INPUT_OBJECT",
|
|
78100
|
-
"name": "
|
|
77946
|
+
"name": "SharesParams",
|
|
78101
77947
|
"ofType": null
|
|
78102
77948
|
},
|
|
78103
77949
|
"defaultValue": null,
|
|
@@ -78110,7 +77956,7 @@
|
|
|
78110
77956
|
"name": null,
|
|
78111
77957
|
"ofType": {
|
|
78112
77958
|
"kind": "OBJECT",
|
|
78113
|
-
"name": "
|
|
77959
|
+
"name": "GetSharesResponse",
|
|
78114
77960
|
"ofType": null
|
|
78115
77961
|
}
|
|
78116
77962
|
},
|
|
@@ -78118,7 +77964,7 @@
|
|
|
78118
77964
|
"deprecationReason": null
|
|
78119
77965
|
},
|
|
78120
77966
|
{
|
|
78121
|
-
"name": "
|
|
77967
|
+
"name": "getSharesByResourceType",
|
|
78122
77968
|
"description": null,
|
|
78123
77969
|
"args": [
|
|
78124
77970
|
{
|
|
@@ -78126,7 +77972,416 @@
|
|
|
78126
77972
|
"description": null,
|
|
78127
77973
|
"type": {
|
|
78128
77974
|
"kind": "INPUT_OBJECT",
|
|
78129
|
-
"name": "
|
|
77975
|
+
"name": "SharesByResourceTypeParams",
|
|
77976
|
+
"ofType": null
|
|
77977
|
+
},
|
|
77978
|
+
"defaultValue": null,
|
|
77979
|
+
"isDeprecated": false,
|
|
77980
|
+
"deprecationReason": null
|
|
77981
|
+
},
|
|
77982
|
+
{
|
|
77983
|
+
"name": "resourceId",
|
|
77984
|
+
"description": null,
|
|
77985
|
+
"type": {
|
|
77986
|
+
"kind": "NON_NULL",
|
|
77987
|
+
"name": null,
|
|
77988
|
+
"ofType": {
|
|
77989
|
+
"kind": "SCALAR",
|
|
77990
|
+
"name": "ID",
|
|
77991
|
+
"ofType": null
|
|
77992
|
+
}
|
|
77993
|
+
},
|
|
77994
|
+
"defaultValue": null,
|
|
77995
|
+
"isDeprecated": false,
|
|
77996
|
+
"deprecationReason": null
|
|
77997
|
+
},
|
|
77998
|
+
{
|
|
77999
|
+
"name": "resourceType",
|
|
78000
|
+
"description": null,
|
|
78001
|
+
"type": {
|
|
78002
|
+
"kind": "NON_NULL",
|
|
78003
|
+
"name": null,
|
|
78004
|
+
"ofType": {
|
|
78005
|
+
"kind": "ENUM",
|
|
78006
|
+
"name": "ResourceType",
|
|
78007
|
+
"ofType": null
|
|
78008
|
+
}
|
|
78009
|
+
},
|
|
78010
|
+
"defaultValue": null,
|
|
78011
|
+
"isDeprecated": false,
|
|
78012
|
+
"deprecationReason": null
|
|
78013
|
+
},
|
|
78014
|
+
{
|
|
78015
|
+
"name": "shareType",
|
|
78016
|
+
"description": null,
|
|
78017
|
+
"type": {
|
|
78018
|
+
"kind": "NON_NULL",
|
|
78019
|
+
"name": null,
|
|
78020
|
+
"ofType": {
|
|
78021
|
+
"kind": "ENUM",
|
|
78022
|
+
"name": "ShareTypeParam",
|
|
78023
|
+
"ofType": null
|
|
78024
|
+
}
|
|
78025
|
+
},
|
|
78026
|
+
"defaultValue": null,
|
|
78027
|
+
"isDeprecated": false,
|
|
78028
|
+
"deprecationReason": null
|
|
78029
|
+
}
|
|
78030
|
+
],
|
|
78031
|
+
"type": {
|
|
78032
|
+
"kind": "NON_NULL",
|
|
78033
|
+
"name": null,
|
|
78034
|
+
"ofType": {
|
|
78035
|
+
"kind": "OBJECT",
|
|
78036
|
+
"name": "GetSharesByResourceTypeResponse",
|
|
78037
|
+
"ofType": null
|
|
78038
|
+
}
|
|
78039
|
+
},
|
|
78040
|
+
"isDeprecated": false,
|
|
78041
|
+
"deprecationReason": null
|
|
78042
|
+
},
|
|
78043
|
+
{
|
|
78044
|
+
"name": "getSignedDashboard",
|
|
78045
|
+
"description": null,
|
|
78046
|
+
"args": [
|
|
78047
|
+
{
|
|
78048
|
+
"name": "req",
|
|
78049
|
+
"description": null,
|
|
78050
|
+
"type": {
|
|
78051
|
+
"kind": "NON_NULL",
|
|
78052
|
+
"name": null,
|
|
78053
|
+
"ofType": {
|
|
78054
|
+
"kind": "INPUT_OBJECT",
|
|
78055
|
+
"name": "GetSignedDashboardRequest",
|
|
78056
|
+
"ofType": null
|
|
78057
|
+
}
|
|
78058
|
+
},
|
|
78059
|
+
"defaultValue": null,
|
|
78060
|
+
"isDeprecated": false,
|
|
78061
|
+
"deprecationReason": null
|
|
78062
|
+
}
|
|
78063
|
+
],
|
|
78064
|
+
"type": {
|
|
78065
|
+
"kind": "OBJECT",
|
|
78066
|
+
"name": "SignedDashboardResponse",
|
|
78067
|
+
"ofType": null
|
|
78068
|
+
},
|
|
78069
|
+
"isDeprecated": false,
|
|
78070
|
+
"deprecationReason": null
|
|
78071
|
+
},
|
|
78072
|
+
{
|
|
78073
|
+
"name": "getSsoConnectionById",
|
|
78074
|
+
"description": null,
|
|
78075
|
+
"args": [
|
|
78076
|
+
{
|
|
78077
|
+
"name": "id",
|
|
78078
|
+
"description": null,
|
|
78079
|
+
"type": {
|
|
78080
|
+
"kind": "NON_NULL",
|
|
78081
|
+
"name": null,
|
|
78082
|
+
"ofType": {
|
|
78083
|
+
"kind": "SCALAR",
|
|
78084
|
+
"name": "ID",
|
|
78085
|
+
"ofType": null
|
|
78086
|
+
}
|
|
78087
|
+
},
|
|
78088
|
+
"defaultValue": null,
|
|
78089
|
+
"isDeprecated": false,
|
|
78090
|
+
"deprecationReason": null
|
|
78091
|
+
}
|
|
78092
|
+
],
|
|
78093
|
+
"type": {
|
|
78094
|
+
"kind": "NON_NULL",
|
|
78095
|
+
"name": null,
|
|
78096
|
+
"ofType": {
|
|
78097
|
+
"kind": "OBJECT",
|
|
78098
|
+
"name": "SsoConnection",
|
|
78099
|
+
"ofType": null
|
|
78100
|
+
}
|
|
78101
|
+
},
|
|
78102
|
+
"isDeprecated": false,
|
|
78103
|
+
"deprecationReason": null
|
|
78104
|
+
},
|
|
78105
|
+
{
|
|
78106
|
+
"name": "getSsoConnectionsForUser",
|
|
78107
|
+
"description": null,
|
|
78108
|
+
"args": [
|
|
78109
|
+
{
|
|
78110
|
+
"name": "user_id",
|
|
78111
|
+
"description": null,
|
|
78112
|
+
"type": {
|
|
78113
|
+
"kind": "NON_NULL",
|
|
78114
|
+
"name": null,
|
|
78115
|
+
"ofType": {
|
|
78116
|
+
"kind": "SCALAR",
|
|
78117
|
+
"name": "ID",
|
|
78118
|
+
"ofType": null
|
|
78119
|
+
}
|
|
78120
|
+
},
|
|
78121
|
+
"defaultValue": null,
|
|
78122
|
+
"isDeprecated": false,
|
|
78123
|
+
"deprecationReason": null
|
|
78124
|
+
}
|
|
78125
|
+
],
|
|
78126
|
+
"type": {
|
|
78127
|
+
"kind": "NON_NULL",
|
|
78128
|
+
"name": null,
|
|
78129
|
+
"ofType": {
|
|
78130
|
+
"kind": "LIST",
|
|
78131
|
+
"name": null,
|
|
78132
|
+
"ofType": {
|
|
78133
|
+
"kind": "NON_NULL",
|
|
78134
|
+
"name": null,
|
|
78135
|
+
"ofType": {
|
|
78136
|
+
"kind": "OBJECT",
|
|
78137
|
+
"name": "SsoConnection",
|
|
78138
|
+
"ofType": null
|
|
78139
|
+
}
|
|
78140
|
+
}
|
|
78141
|
+
}
|
|
78142
|
+
},
|
|
78143
|
+
"isDeprecated": false,
|
|
78144
|
+
"deprecationReason": null
|
|
78145
|
+
},
|
|
78146
|
+
{
|
|
78147
|
+
"name": "getStats",
|
|
78148
|
+
"description": null,
|
|
78149
|
+
"args": [
|
|
78150
|
+
{
|
|
78151
|
+
"name": "params",
|
|
78152
|
+
"description": null,
|
|
78153
|
+
"type": {
|
|
78154
|
+
"kind": "NON_NULL",
|
|
78155
|
+
"name": null,
|
|
78156
|
+
"ofType": {
|
|
78157
|
+
"kind": "INPUT_OBJECT",
|
|
78158
|
+
"name": "GetStatsParams",
|
|
78159
|
+
"ofType": null
|
|
78160
|
+
}
|
|
78161
|
+
},
|
|
78162
|
+
"defaultValue": null,
|
|
78163
|
+
"isDeprecated": false,
|
|
78164
|
+
"deprecationReason": null
|
|
78165
|
+
},
|
|
78166
|
+
{
|
|
78167
|
+
"name": "stats_type",
|
|
78168
|
+
"description": null,
|
|
78169
|
+
"type": {
|
|
78170
|
+
"kind": "NON_NULL",
|
|
78171
|
+
"name": null,
|
|
78172
|
+
"ofType": {
|
|
78173
|
+
"kind": "ENUM",
|
|
78174
|
+
"name": "StatsType",
|
|
78175
|
+
"ofType": null
|
|
78176
|
+
}
|
|
78177
|
+
},
|
|
78178
|
+
"defaultValue": null,
|
|
78179
|
+
"isDeprecated": false,
|
|
78180
|
+
"deprecationReason": null
|
|
78181
|
+
}
|
|
78182
|
+
],
|
|
78183
|
+
"type": {
|
|
78184
|
+
"kind": "NON_NULL",
|
|
78185
|
+
"name": null,
|
|
78186
|
+
"ofType": {
|
|
78187
|
+
"kind": "OBJECT",
|
|
78188
|
+
"name": "StatsResponse",
|
|
78189
|
+
"ofType": null
|
|
78190
|
+
}
|
|
78191
|
+
},
|
|
78192
|
+
"isDeprecated": false,
|
|
78193
|
+
"deprecationReason": null
|
|
78194
|
+
},
|
|
78195
|
+
{
|
|
78196
|
+
"name": "getStripePaymentIntentByID",
|
|
78197
|
+
"description": null,
|
|
78198
|
+
"args": [
|
|
78199
|
+
{
|
|
78200
|
+
"name": "id",
|
|
78201
|
+
"description": null,
|
|
78202
|
+
"type": {
|
|
78203
|
+
"kind": "NON_NULL",
|
|
78204
|
+
"name": null,
|
|
78205
|
+
"ofType": {
|
|
78206
|
+
"kind": "SCALAR",
|
|
78207
|
+
"name": "ID",
|
|
78208
|
+
"ofType": null
|
|
78209
|
+
}
|
|
78210
|
+
},
|
|
78211
|
+
"defaultValue": null,
|
|
78212
|
+
"isDeprecated": false,
|
|
78213
|
+
"deprecationReason": null
|
|
78214
|
+
}
|
|
78215
|
+
],
|
|
78216
|
+
"type": {
|
|
78217
|
+
"kind": "NON_NULL",
|
|
78218
|
+
"name": null,
|
|
78219
|
+
"ofType": {
|
|
78220
|
+
"kind": "OBJECT",
|
|
78221
|
+
"name": "StripePaymentIntent",
|
|
78222
|
+
"ofType": null
|
|
78223
|
+
}
|
|
78224
|
+
},
|
|
78225
|
+
"isDeprecated": false,
|
|
78226
|
+
"deprecationReason": null
|
|
78227
|
+
},
|
|
78228
|
+
{
|
|
78229
|
+
"name": "getStripePaymentIntents",
|
|
78230
|
+
"description": "Gets the specific stripe payment intent with the given ID",
|
|
78231
|
+
"args": [
|
|
78232
|
+
{
|
|
78233
|
+
"name": "typeId",
|
|
78234
|
+
"description": null,
|
|
78235
|
+
"type": {
|
|
78236
|
+
"kind": "NON_NULL",
|
|
78237
|
+
"name": null,
|
|
78238
|
+
"ofType": {
|
|
78239
|
+
"kind": "SCALAR",
|
|
78240
|
+
"name": "ID",
|
|
78241
|
+
"ofType": null
|
|
78242
|
+
}
|
|
78243
|
+
},
|
|
78244
|
+
"defaultValue": null,
|
|
78245
|
+
"isDeprecated": false,
|
|
78246
|
+
"deprecationReason": null
|
|
78247
|
+
},
|
|
78248
|
+
{
|
|
78249
|
+
"name": "walletType",
|
|
78250
|
+
"description": null,
|
|
78251
|
+
"type": {
|
|
78252
|
+
"kind": "NON_NULL",
|
|
78253
|
+
"name": null,
|
|
78254
|
+
"ofType": {
|
|
78255
|
+
"kind": "SCALAR",
|
|
78256
|
+
"name": "String",
|
|
78257
|
+
"ofType": null
|
|
78258
|
+
}
|
|
78259
|
+
},
|
|
78260
|
+
"defaultValue": null,
|
|
78261
|
+
"isDeprecated": false,
|
|
78262
|
+
"deprecationReason": null
|
|
78263
|
+
}
|
|
78264
|
+
],
|
|
78265
|
+
"type": {
|
|
78266
|
+
"kind": "LIST",
|
|
78267
|
+
"name": null,
|
|
78268
|
+
"ofType": {
|
|
78269
|
+
"kind": "NON_NULL",
|
|
78270
|
+
"name": null,
|
|
78271
|
+
"ofType": {
|
|
78272
|
+
"kind": "OBJECT",
|
|
78273
|
+
"name": "StripePaymentIntent",
|
|
78274
|
+
"ofType": null
|
|
78275
|
+
}
|
|
78276
|
+
}
|
|
78277
|
+
},
|
|
78278
|
+
"isDeprecated": false,
|
|
78279
|
+
"deprecationReason": null
|
|
78280
|
+
},
|
|
78281
|
+
{
|
|
78282
|
+
"name": "getSupportedLocales",
|
|
78283
|
+
"description": null,
|
|
78284
|
+
"args": [],
|
|
78285
|
+
"type": {
|
|
78286
|
+
"kind": "LIST",
|
|
78287
|
+
"name": null,
|
|
78288
|
+
"ofType": {
|
|
78289
|
+
"kind": "NON_NULL",
|
|
78290
|
+
"name": null,
|
|
78291
|
+
"ofType": {
|
|
78292
|
+
"kind": "SCALAR",
|
|
78293
|
+
"name": "String",
|
|
78294
|
+
"ofType": null
|
|
78295
|
+
}
|
|
78296
|
+
}
|
|
78297
|
+
},
|
|
78298
|
+
"isDeprecated": false,
|
|
78299
|
+
"deprecationReason": null
|
|
78300
|
+
},
|
|
78301
|
+
{
|
|
78302
|
+
"name": "getTokenFromCode",
|
|
78303
|
+
"description": null,
|
|
78304
|
+
"args": [
|
|
78305
|
+
{
|
|
78306
|
+
"name": "code",
|
|
78307
|
+
"description": null,
|
|
78308
|
+
"type": {
|
|
78309
|
+
"kind": "NON_NULL",
|
|
78310
|
+
"name": null,
|
|
78311
|
+
"ofType": {
|
|
78312
|
+
"kind": "SCALAR",
|
|
78313
|
+
"name": "String",
|
|
78314
|
+
"ofType": null
|
|
78315
|
+
}
|
|
78316
|
+
},
|
|
78317
|
+
"defaultValue": null,
|
|
78318
|
+
"isDeprecated": false,
|
|
78319
|
+
"deprecationReason": null
|
|
78320
|
+
}
|
|
78321
|
+
],
|
|
78322
|
+
"type": {
|
|
78323
|
+
"kind": "OBJECT",
|
|
78324
|
+
"name": "FacebookTokenResponse",
|
|
78325
|
+
"ofType": null
|
|
78326
|
+
},
|
|
78327
|
+
"isDeprecated": false,
|
|
78328
|
+
"deprecationReason": null
|
|
78329
|
+
},
|
|
78330
|
+
{
|
|
78331
|
+
"name": "getTwitterAccount",
|
|
78332
|
+
"description": null,
|
|
78333
|
+
"args": [
|
|
78334
|
+
{
|
|
78335
|
+
"name": "id",
|
|
78336
|
+
"description": null,
|
|
78337
|
+
"type": {
|
|
78338
|
+
"kind": "NON_NULL",
|
|
78339
|
+
"name": null,
|
|
78340
|
+
"ofType": {
|
|
78341
|
+
"kind": "SCALAR",
|
|
78342
|
+
"name": "ID",
|
|
78343
|
+
"ofType": null
|
|
78344
|
+
}
|
|
78345
|
+
},
|
|
78346
|
+
"defaultValue": null,
|
|
78347
|
+
"isDeprecated": false,
|
|
78348
|
+
"deprecationReason": null
|
|
78349
|
+
},
|
|
78350
|
+
{
|
|
78351
|
+
"name": "params",
|
|
78352
|
+
"description": null,
|
|
78353
|
+
"type": {
|
|
78354
|
+
"kind": "INPUT_OBJECT",
|
|
78355
|
+
"name": "TwitterAccountParams",
|
|
78356
|
+
"ofType": null
|
|
78357
|
+
},
|
|
78358
|
+
"defaultValue": null,
|
|
78359
|
+
"isDeprecated": false,
|
|
78360
|
+
"deprecationReason": null
|
|
78361
|
+
}
|
|
78362
|
+
],
|
|
78363
|
+
"type": {
|
|
78364
|
+
"kind": "NON_NULL",
|
|
78365
|
+
"name": null,
|
|
78366
|
+
"ofType": {
|
|
78367
|
+
"kind": "OBJECT",
|
|
78368
|
+
"name": "TwitterAccount",
|
|
78369
|
+
"ofType": null
|
|
78370
|
+
}
|
|
78371
|
+
},
|
|
78372
|
+
"isDeprecated": false,
|
|
78373
|
+
"deprecationReason": null
|
|
78374
|
+
},
|
|
78375
|
+
{
|
|
78376
|
+
"name": "getTwitterAccounts",
|
|
78377
|
+
"description": null,
|
|
78378
|
+
"args": [
|
|
78379
|
+
{
|
|
78380
|
+
"name": "params",
|
|
78381
|
+
"description": null,
|
|
78382
|
+
"type": {
|
|
78383
|
+
"kind": "INPUT_OBJECT",
|
|
78384
|
+
"name": "TwitterAccountParams",
|
|
78130
78385
|
"ofType": null
|
|
78131
78386
|
},
|
|
78132
78387
|
"defaultValue": null,
|
|
@@ -87134,6 +87389,30 @@
|
|
|
87134
87389
|
"isDeprecated": false,
|
|
87135
87390
|
"deprecationReason": null
|
|
87136
87391
|
},
|
|
87392
|
+
{
|
|
87393
|
+
"name": "body",
|
|
87394
|
+
"description": null,
|
|
87395
|
+
"args": [],
|
|
87396
|
+
"type": {
|
|
87397
|
+
"kind": "SCALAR",
|
|
87398
|
+
"name": "String",
|
|
87399
|
+
"ofType": null
|
|
87400
|
+
},
|
|
87401
|
+
"isDeprecated": false,
|
|
87402
|
+
"deprecationReason": null
|
|
87403
|
+
},
|
|
87404
|
+
{
|
|
87405
|
+
"name": "button_text",
|
|
87406
|
+
"description": null,
|
|
87407
|
+
"args": [],
|
|
87408
|
+
"type": {
|
|
87409
|
+
"kind": "SCALAR",
|
|
87410
|
+
"name": "String",
|
|
87411
|
+
"ofType": null
|
|
87412
|
+
},
|
|
87413
|
+
"isDeprecated": false,
|
|
87414
|
+
"deprecationReason": null
|
|
87415
|
+
},
|
|
87137
87416
|
{
|
|
87138
87417
|
"name": "campaign",
|
|
87139
87418
|
"description": null,
|
|
@@ -87782,6 +88061,18 @@
|
|
|
87782
88061
|
"isDeprecated": false,
|
|
87783
88062
|
"deprecationReason": null
|
|
87784
88063
|
},
|
|
88064
|
+
{
|
|
88065
|
+
"name": "subject",
|
|
88066
|
+
"description": null,
|
|
88067
|
+
"args": [],
|
|
88068
|
+
"type": {
|
|
88069
|
+
"kind": "SCALAR",
|
|
88070
|
+
"name": "String",
|
|
88071
|
+
"ofType": null
|
|
88072
|
+
},
|
|
88073
|
+
"isDeprecated": false,
|
|
88074
|
+
"deprecationReason": null
|
|
88075
|
+
},
|
|
87785
88076
|
{
|
|
87786
88077
|
"name": "title",
|
|
87787
88078
|
"description": null,
|
|
@@ -87824,6 +88115,722 @@
|
|
|
87824
88115
|
"enumValues": null,
|
|
87825
88116
|
"possibleTypes": null
|
|
87826
88117
|
},
|
|
88118
|
+
{
|
|
88119
|
+
"kind": "INPUT_OBJECT",
|
|
88120
|
+
"name": "ShareSettingBrandCropInput",
|
|
88121
|
+
"description": null,
|
|
88122
|
+
"isOneOf": false,
|
|
88123
|
+
"fields": null,
|
|
88124
|
+
"inputFields": [
|
|
88125
|
+
{
|
|
88126
|
+
"name": "crop_height",
|
|
88127
|
+
"description": null,
|
|
88128
|
+
"type": {
|
|
88129
|
+
"kind": "SCALAR",
|
|
88130
|
+
"name": "Int",
|
|
88131
|
+
"ofType": null
|
|
88132
|
+
},
|
|
88133
|
+
"defaultValue": null,
|
|
88134
|
+
"isDeprecated": false,
|
|
88135
|
+
"deprecationReason": null
|
|
88136
|
+
},
|
|
88137
|
+
{
|
|
88138
|
+
"name": "crop_origin_x",
|
|
88139
|
+
"description": null,
|
|
88140
|
+
"type": {
|
|
88141
|
+
"kind": "SCALAR",
|
|
88142
|
+
"name": "Int",
|
|
88143
|
+
"ofType": null
|
|
88144
|
+
},
|
|
88145
|
+
"defaultValue": null,
|
|
88146
|
+
"isDeprecated": false,
|
|
88147
|
+
"deprecationReason": null
|
|
88148
|
+
},
|
|
88149
|
+
{
|
|
88150
|
+
"name": "crop_origin_y",
|
|
88151
|
+
"description": null,
|
|
88152
|
+
"type": {
|
|
88153
|
+
"kind": "SCALAR",
|
|
88154
|
+
"name": "Int",
|
|
88155
|
+
"ofType": null
|
|
88156
|
+
},
|
|
88157
|
+
"defaultValue": null,
|
|
88158
|
+
"isDeprecated": false,
|
|
88159
|
+
"deprecationReason": null
|
|
88160
|
+
},
|
|
88161
|
+
{
|
|
88162
|
+
"name": "crop_width",
|
|
88163
|
+
"description": null,
|
|
88164
|
+
"type": {
|
|
88165
|
+
"kind": "SCALAR",
|
|
88166
|
+
"name": "Int",
|
|
88167
|
+
"ofType": null
|
|
88168
|
+
},
|
|
88169
|
+
"defaultValue": null,
|
|
88170
|
+
"isDeprecated": false,
|
|
88171
|
+
"deprecationReason": null
|
|
88172
|
+
}
|
|
88173
|
+
],
|
|
88174
|
+
"interfaces": null,
|
|
88175
|
+
"enumValues": null,
|
|
88176
|
+
"possibleTypes": null
|
|
88177
|
+
},
|
|
88178
|
+
{
|
|
88179
|
+
"kind": "INPUT_OBJECT",
|
|
88180
|
+
"name": "ShareSettingBrandInput",
|
|
88181
|
+
"description": null,
|
|
88182
|
+
"isOneOf": false,
|
|
88183
|
+
"fields": null,
|
|
88184
|
+
"inputFields": [
|
|
88185
|
+
{
|
|
88186
|
+
"name": "allow_retailer_url_override",
|
|
88187
|
+
"description": null,
|
|
88188
|
+
"type": {
|
|
88189
|
+
"kind": "SCALAR",
|
|
88190
|
+
"name": "Boolean",
|
|
88191
|
+
"ofType": null
|
|
88192
|
+
},
|
|
88193
|
+
"defaultValue": null,
|
|
88194
|
+
"isDeprecated": false,
|
|
88195
|
+
"deprecationReason": null
|
|
88196
|
+
},
|
|
88197
|
+
{
|
|
88198
|
+
"name": "append_link_to_message",
|
|
88199
|
+
"description": null,
|
|
88200
|
+
"type": {
|
|
88201
|
+
"kind": "SCALAR",
|
|
88202
|
+
"name": "String",
|
|
88203
|
+
"ofType": null
|
|
88204
|
+
},
|
|
88205
|
+
"defaultValue": null,
|
|
88206
|
+
"isDeprecated": false,
|
|
88207
|
+
"deprecationReason": null
|
|
88208
|
+
},
|
|
88209
|
+
{
|
|
88210
|
+
"name": "campaign_id",
|
|
88211
|
+
"description": null,
|
|
88212
|
+
"type": {
|
|
88213
|
+
"kind": "NON_NULL",
|
|
88214
|
+
"name": null,
|
|
88215
|
+
"ofType": {
|
|
88216
|
+
"kind": "SCALAR",
|
|
88217
|
+
"name": "ID",
|
|
88218
|
+
"ofType": null
|
|
88219
|
+
}
|
|
88220
|
+
},
|
|
88221
|
+
"defaultValue": null,
|
|
88222
|
+
"isDeprecated": false,
|
|
88223
|
+
"deprecationReason": null
|
|
88224
|
+
},
|
|
88225
|
+
{
|
|
88226
|
+
"name": "child_attachments",
|
|
88227
|
+
"description": null,
|
|
88228
|
+
"type": {
|
|
88229
|
+
"kind": "LIST",
|
|
88230
|
+
"name": null,
|
|
88231
|
+
"ofType": {
|
|
88232
|
+
"kind": "NON_NULL",
|
|
88233
|
+
"name": null,
|
|
88234
|
+
"ofType": {
|
|
88235
|
+
"kind": "INPUT_OBJECT",
|
|
88236
|
+
"name": "ChildAttachmentParams",
|
|
88237
|
+
"ofType": null
|
|
88238
|
+
}
|
|
88239
|
+
}
|
|
88240
|
+
},
|
|
88241
|
+
"defaultValue": null,
|
|
88242
|
+
"isDeprecated": false,
|
|
88243
|
+
"deprecationReason": null
|
|
88244
|
+
},
|
|
88245
|
+
{
|
|
88246
|
+
"name": "content_discovery_item_id",
|
|
88247
|
+
"description": null,
|
|
88248
|
+
"type": {
|
|
88249
|
+
"kind": "SCALAR",
|
|
88250
|
+
"name": "ID",
|
|
88251
|
+
"ofType": null
|
|
88252
|
+
},
|
|
88253
|
+
"defaultValue": null,
|
|
88254
|
+
"isDeprecated": false,
|
|
88255
|
+
"deprecationReason": null
|
|
88256
|
+
},
|
|
88257
|
+
{
|
|
88258
|
+
"name": "crop_attributes",
|
|
88259
|
+
"description": null,
|
|
88260
|
+
"type": {
|
|
88261
|
+
"kind": "INPUT_OBJECT",
|
|
88262
|
+
"name": "ShareSettingBrandCropInput",
|
|
88263
|
+
"ofType": null
|
|
88264
|
+
},
|
|
88265
|
+
"defaultValue": null,
|
|
88266
|
+
"isDeprecated": false,
|
|
88267
|
+
"deprecationReason": null
|
|
88268
|
+
},
|
|
88269
|
+
{
|
|
88270
|
+
"name": "custom_share_url_id",
|
|
88271
|
+
"description": null,
|
|
88272
|
+
"type": {
|
|
88273
|
+
"kind": "SCALAR",
|
|
88274
|
+
"name": "Int",
|
|
88275
|
+
"ofType": null
|
|
88276
|
+
},
|
|
88277
|
+
"defaultValue": null,
|
|
88278
|
+
"isDeprecated": false,
|
|
88279
|
+
"deprecationReason": null
|
|
88280
|
+
},
|
|
88281
|
+
{
|
|
88282
|
+
"name": "default_share_image",
|
|
88283
|
+
"description": null,
|
|
88284
|
+
"type": {
|
|
88285
|
+
"kind": "SCALAR",
|
|
88286
|
+
"name": "String",
|
|
88287
|
+
"ofType": null
|
|
88288
|
+
},
|
|
88289
|
+
"defaultValue": null,
|
|
88290
|
+
"isDeprecated": false,
|
|
88291
|
+
"deprecationReason": null
|
|
88292
|
+
},
|
|
88293
|
+
{
|
|
88294
|
+
"name": "description",
|
|
88295
|
+
"description": null,
|
|
88296
|
+
"type": {
|
|
88297
|
+
"kind": "SCALAR",
|
|
88298
|
+
"name": "String",
|
|
88299
|
+
"ofType": null
|
|
88300
|
+
},
|
|
88301
|
+
"defaultValue": null,
|
|
88302
|
+
"isDeprecated": false,
|
|
88303
|
+
"deprecationReason": null
|
|
88304
|
+
},
|
|
88305
|
+
{
|
|
88306
|
+
"name": "destination_preview_url",
|
|
88307
|
+
"description": null,
|
|
88308
|
+
"type": {
|
|
88309
|
+
"kind": "SCALAR",
|
|
88310
|
+
"name": "String",
|
|
88311
|
+
"ofType": null
|
|
88312
|
+
},
|
|
88313
|
+
"defaultValue": null,
|
|
88314
|
+
"isDeprecated": false,
|
|
88315
|
+
"deprecationReason": null
|
|
88316
|
+
},
|
|
88317
|
+
{
|
|
88318
|
+
"name": "digital_asset_ids",
|
|
88319
|
+
"description": null,
|
|
88320
|
+
"type": {
|
|
88321
|
+
"kind": "LIST",
|
|
88322
|
+
"name": null,
|
|
88323
|
+
"ofType": {
|
|
88324
|
+
"kind": "NON_NULL",
|
|
88325
|
+
"name": null,
|
|
88326
|
+
"ofType": {
|
|
88327
|
+
"kind": "SCALAR",
|
|
88328
|
+
"name": "ID",
|
|
88329
|
+
"ofType": null
|
|
88330
|
+
}
|
|
88331
|
+
}
|
|
88332
|
+
},
|
|
88333
|
+
"defaultValue": null,
|
|
88334
|
+
"isDeprecated": false,
|
|
88335
|
+
"deprecationReason": null
|
|
88336
|
+
},
|
|
88337
|
+
{
|
|
88338
|
+
"name": "display_preview_url",
|
|
88339
|
+
"description": null,
|
|
88340
|
+
"type": {
|
|
88341
|
+
"kind": "SCALAR",
|
|
88342
|
+
"name": "String",
|
|
88343
|
+
"ofType": null
|
|
88344
|
+
},
|
|
88345
|
+
"defaultValue": null,
|
|
88346
|
+
"isDeprecated": false,
|
|
88347
|
+
"deprecationReason": null
|
|
88348
|
+
},
|
|
88349
|
+
{
|
|
88350
|
+
"name": "enabled",
|
|
88351
|
+
"description": null,
|
|
88352
|
+
"type": {
|
|
88353
|
+
"kind": "SCALAR",
|
|
88354
|
+
"name": "Boolean",
|
|
88355
|
+
"ofType": null
|
|
88356
|
+
},
|
|
88357
|
+
"defaultValue": null,
|
|
88358
|
+
"isDeprecated": false,
|
|
88359
|
+
"deprecationReason": null
|
|
88360
|
+
},
|
|
88361
|
+
{
|
|
88362
|
+
"name": "id",
|
|
88363
|
+
"description": null,
|
|
88364
|
+
"type": {
|
|
88365
|
+
"kind": "NON_NULL",
|
|
88366
|
+
"name": null,
|
|
88367
|
+
"ofType": {
|
|
88368
|
+
"kind": "SCALAR",
|
|
88369
|
+
"name": "ID",
|
|
88370
|
+
"ofType": null
|
|
88371
|
+
}
|
|
88372
|
+
},
|
|
88373
|
+
"defaultValue": null,
|
|
88374
|
+
"isDeprecated": false,
|
|
88375
|
+
"deprecationReason": null
|
|
88376
|
+
},
|
|
88377
|
+
{
|
|
88378
|
+
"name": "landing_page_copy",
|
|
88379
|
+
"description": null,
|
|
88380
|
+
"type": {
|
|
88381
|
+
"kind": "SCALAR",
|
|
88382
|
+
"name": "String",
|
|
88383
|
+
"ofType": null
|
|
88384
|
+
},
|
|
88385
|
+
"defaultValue": null,
|
|
88386
|
+
"isDeprecated": false,
|
|
88387
|
+
"deprecationReason": null
|
|
88388
|
+
},
|
|
88389
|
+
{
|
|
88390
|
+
"name": "link",
|
|
88391
|
+
"description": null,
|
|
88392
|
+
"type": {
|
|
88393
|
+
"kind": "SCALAR",
|
|
88394
|
+
"name": "String",
|
|
88395
|
+
"ofType": null
|
|
88396
|
+
},
|
|
88397
|
+
"defaultValue": null,
|
|
88398
|
+
"isDeprecated": false,
|
|
88399
|
+
"deprecationReason": null
|
|
88400
|
+
},
|
|
88401
|
+
{
|
|
88402
|
+
"name": "link_append_custom_fields",
|
|
88403
|
+
"description": null,
|
|
88404
|
+
"type": {
|
|
88405
|
+
"kind": "LIST",
|
|
88406
|
+
"name": null,
|
|
88407
|
+
"ofType": {
|
|
88408
|
+
"kind": "NON_NULL",
|
|
88409
|
+
"name": null,
|
|
88410
|
+
"ofType": {
|
|
88411
|
+
"kind": "SCALAR",
|
|
88412
|
+
"name": "String",
|
|
88413
|
+
"ofType": null
|
|
88414
|
+
}
|
|
88415
|
+
}
|
|
88416
|
+
},
|
|
88417
|
+
"defaultValue": null,
|
|
88418
|
+
"isDeprecated": false,
|
|
88419
|
+
"deprecationReason": null
|
|
88420
|
+
},
|
|
88421
|
+
{
|
|
88422
|
+
"name": "logo_overlay_placement",
|
|
88423
|
+
"description": null,
|
|
88424
|
+
"type": {
|
|
88425
|
+
"kind": "SCALAR",
|
|
88426
|
+
"name": "String",
|
|
88427
|
+
"ofType": null
|
|
88428
|
+
},
|
|
88429
|
+
"defaultValue": null,
|
|
88430
|
+
"isDeprecated": false,
|
|
88431
|
+
"deprecationReason": null
|
|
88432
|
+
},
|
|
88433
|
+
{
|
|
88434
|
+
"name": "message",
|
|
88435
|
+
"description": null,
|
|
88436
|
+
"type": {
|
|
88437
|
+
"kind": "SCALAR",
|
|
88438
|
+
"name": "String",
|
|
88439
|
+
"ofType": null
|
|
88440
|
+
},
|
|
88441
|
+
"defaultValue": null,
|
|
88442
|
+
"isDeprecated": false,
|
|
88443
|
+
"deprecationReason": null
|
|
88444
|
+
},
|
|
88445
|
+
{
|
|
88446
|
+
"name": "original_share_image_url",
|
|
88447
|
+
"description": null,
|
|
88448
|
+
"type": {
|
|
88449
|
+
"kind": "SCALAR",
|
|
88450
|
+
"name": "String",
|
|
88451
|
+
"ofType": null
|
|
88452
|
+
},
|
|
88453
|
+
"defaultValue": null,
|
|
88454
|
+
"isDeprecated": false,
|
|
88455
|
+
"deprecationReason": null
|
|
88456
|
+
},
|
|
88457
|
+
{
|
|
88458
|
+
"name": "photo_original_url",
|
|
88459
|
+
"description": null,
|
|
88460
|
+
"type": {
|
|
88461
|
+
"kind": "SCALAR",
|
|
88462
|
+
"name": "String",
|
|
88463
|
+
"ofType": null
|
|
88464
|
+
},
|
|
88465
|
+
"defaultValue": null,
|
|
88466
|
+
"isDeprecated": false,
|
|
88467
|
+
"deprecationReason": null
|
|
88468
|
+
},
|
|
88469
|
+
{
|
|
88470
|
+
"name": "photo_url",
|
|
88471
|
+
"description": null,
|
|
88472
|
+
"type": {
|
|
88473
|
+
"kind": "SCALAR",
|
|
88474
|
+
"name": "String",
|
|
88475
|
+
"ofType": null
|
|
88476
|
+
},
|
|
88477
|
+
"defaultValue": null,
|
|
88478
|
+
"isDeprecated": false,
|
|
88479
|
+
"deprecationReason": null
|
|
88480
|
+
},
|
|
88481
|
+
{
|
|
88482
|
+
"name": "post_format",
|
|
88483
|
+
"description": null,
|
|
88484
|
+
"type": {
|
|
88485
|
+
"kind": "SCALAR",
|
|
88486
|
+
"name": "String",
|
|
88487
|
+
"ofType": null
|
|
88488
|
+
},
|
|
88489
|
+
"defaultValue": null,
|
|
88490
|
+
"isDeprecated": false,
|
|
88491
|
+
"deprecationReason": null
|
|
88492
|
+
},
|
|
88493
|
+
{
|
|
88494
|
+
"name": "responsive_share_image_url",
|
|
88495
|
+
"description": null,
|
|
88496
|
+
"type": {
|
|
88497
|
+
"kind": "SCALAR",
|
|
88498
|
+
"name": "String",
|
|
88499
|
+
"ofType": null
|
|
88500
|
+
},
|
|
88501
|
+
"defaultValue": null,
|
|
88502
|
+
"isDeprecated": false,
|
|
88503
|
+
"deprecationReason": null
|
|
88504
|
+
},
|
|
88505
|
+
{
|
|
88506
|
+
"name": "share_data",
|
|
88507
|
+
"description": null,
|
|
88508
|
+
"type": {
|
|
88509
|
+
"kind": "INPUT_OBJECT",
|
|
88510
|
+
"name": "ShareSettingBrandShareDataFieldsInput",
|
|
88511
|
+
"ofType": null
|
|
88512
|
+
},
|
|
88513
|
+
"defaultValue": null,
|
|
88514
|
+
"isDeprecated": false,
|
|
88515
|
+
"deprecationReason": null
|
|
88516
|
+
},
|
|
88517
|
+
{
|
|
88518
|
+
"name": "share_image_content_type",
|
|
88519
|
+
"description": null,
|
|
88520
|
+
"type": {
|
|
88521
|
+
"kind": "SCALAR",
|
|
88522
|
+
"name": "String",
|
|
88523
|
+
"ofType": null
|
|
88524
|
+
},
|
|
88525
|
+
"defaultValue": null,
|
|
88526
|
+
"isDeprecated": false,
|
|
88527
|
+
"deprecationReason": null
|
|
88528
|
+
},
|
|
88529
|
+
{
|
|
88530
|
+
"name": "share_image_file_name",
|
|
88531
|
+
"description": null,
|
|
88532
|
+
"type": {
|
|
88533
|
+
"kind": "SCALAR",
|
|
88534
|
+
"name": "String",
|
|
88535
|
+
"ofType": null
|
|
88536
|
+
},
|
|
88537
|
+
"defaultValue": null,
|
|
88538
|
+
"isDeprecated": false,
|
|
88539
|
+
"deprecationReason": null
|
|
88540
|
+
},
|
|
88541
|
+
{
|
|
88542
|
+
"name": "share_image_file_size",
|
|
88543
|
+
"description": null,
|
|
88544
|
+
"type": {
|
|
88545
|
+
"kind": "SCALAR",
|
|
88546
|
+
"name": "Int",
|
|
88547
|
+
"ofType": null
|
|
88548
|
+
},
|
|
88549
|
+
"defaultValue": null,
|
|
88550
|
+
"isDeprecated": false,
|
|
88551
|
+
"deprecationReason": null
|
|
88552
|
+
},
|
|
88553
|
+
{
|
|
88554
|
+
"name": "share_image_url",
|
|
88555
|
+
"description": null,
|
|
88556
|
+
"type": {
|
|
88557
|
+
"kind": "SCALAR",
|
|
88558
|
+
"name": "String",
|
|
88559
|
+
"ofType": null
|
|
88560
|
+
},
|
|
88561
|
+
"defaultValue": null,
|
|
88562
|
+
"isDeprecated": false,
|
|
88563
|
+
"deprecationReason": null
|
|
88564
|
+
},
|
|
88565
|
+
{
|
|
88566
|
+
"name": "share_setting_copy_options",
|
|
88567
|
+
"description": null,
|
|
88568
|
+
"type": {
|
|
88569
|
+
"kind": "LIST",
|
|
88570
|
+
"name": null,
|
|
88571
|
+
"ofType": {
|
|
88572
|
+
"kind": "NON_NULL",
|
|
88573
|
+
"name": null,
|
|
88574
|
+
"ofType": {
|
|
88575
|
+
"kind": "INPUT_OBJECT",
|
|
88576
|
+
"name": "ShareSettingBrandOptionInput",
|
|
88577
|
+
"ofType": null
|
|
88578
|
+
}
|
|
88579
|
+
}
|
|
88580
|
+
},
|
|
88581
|
+
"defaultValue": null,
|
|
88582
|
+
"isDeprecated": false,
|
|
88583
|
+
"deprecationReason": null
|
|
88584
|
+
},
|
|
88585
|
+
{
|
|
88586
|
+
"name": "share_setting_copy_options_attributes",
|
|
88587
|
+
"description": null,
|
|
88588
|
+
"type": {
|
|
88589
|
+
"kind": "LIST",
|
|
88590
|
+
"name": null,
|
|
88591
|
+
"ofType": {
|
|
88592
|
+
"kind": "NON_NULL",
|
|
88593
|
+
"name": null,
|
|
88594
|
+
"ofType": {
|
|
88595
|
+
"kind": "INPUT_OBJECT",
|
|
88596
|
+
"name": "ShareSettingBrandOptionInput",
|
|
88597
|
+
"ofType": null
|
|
88598
|
+
}
|
|
88599
|
+
}
|
|
88600
|
+
},
|
|
88601
|
+
"defaultValue": null,
|
|
88602
|
+
"isDeprecated": false,
|
|
88603
|
+
"deprecationReason": null
|
|
88604
|
+
},
|
|
88605
|
+
{
|
|
88606
|
+
"name": "share_setting_landing_page",
|
|
88607
|
+
"description": null,
|
|
88608
|
+
"type": {
|
|
88609
|
+
"kind": "SCALAR",
|
|
88610
|
+
"name": "Boolean",
|
|
88611
|
+
"ofType": null
|
|
88612
|
+
},
|
|
88613
|
+
"defaultValue": null,
|
|
88614
|
+
"isDeprecated": false,
|
|
88615
|
+
"deprecationReason": null
|
|
88616
|
+
},
|
|
88617
|
+
{
|
|
88618
|
+
"name": "share_type",
|
|
88619
|
+
"description": null,
|
|
88620
|
+
"type": {
|
|
88621
|
+
"kind": "SCALAR",
|
|
88622
|
+
"name": "String",
|
|
88623
|
+
"ofType": null
|
|
88624
|
+
},
|
|
88625
|
+
"defaultValue": null,
|
|
88626
|
+
"isDeprecated": false,
|
|
88627
|
+
"deprecationReason": null
|
|
88628
|
+
},
|
|
88629
|
+
{
|
|
88630
|
+
"name": "share_url_type",
|
|
88631
|
+
"description": null,
|
|
88632
|
+
"type": {
|
|
88633
|
+
"kind": "SCALAR",
|
|
88634
|
+
"name": "String",
|
|
88635
|
+
"ofType": null
|
|
88636
|
+
},
|
|
88637
|
+
"defaultValue": null,
|
|
88638
|
+
"isDeprecated": false,
|
|
88639
|
+
"deprecationReason": null
|
|
88640
|
+
},
|
|
88641
|
+
{
|
|
88642
|
+
"name": "smart_group_id",
|
|
88643
|
+
"description": null,
|
|
88644
|
+
"type": {
|
|
88645
|
+
"kind": "SCALAR",
|
|
88646
|
+
"name": "ID",
|
|
88647
|
+
"ofType": null
|
|
88648
|
+
},
|
|
88649
|
+
"defaultValue": null,
|
|
88650
|
+
"isDeprecated": false,
|
|
88651
|
+
"deprecationReason": null
|
|
88652
|
+
},
|
|
88653
|
+
{
|
|
88654
|
+
"name": "title",
|
|
88655
|
+
"description": null,
|
|
88656
|
+
"type": {
|
|
88657
|
+
"kind": "SCALAR",
|
|
88658
|
+
"name": "String",
|
|
88659
|
+
"ofType": null
|
|
88660
|
+
},
|
|
88661
|
+
"defaultValue": null,
|
|
88662
|
+
"isDeprecated": false,
|
|
88663
|
+
"deprecationReason": null
|
|
88664
|
+
}
|
|
88665
|
+
],
|
|
88666
|
+
"interfaces": null,
|
|
88667
|
+
"enumValues": null,
|
|
88668
|
+
"possibleTypes": null
|
|
88669
|
+
},
|
|
88670
|
+
{
|
|
88671
|
+
"kind": "INPUT_OBJECT",
|
|
88672
|
+
"name": "ShareSettingBrandOptionInput",
|
|
88673
|
+
"description": null,
|
|
88674
|
+
"isOneOf": false,
|
|
88675
|
+
"fields": null,
|
|
88676
|
+
"inputFields": [
|
|
88677
|
+
{
|
|
88678
|
+
"name": "child_attachment_id",
|
|
88679
|
+
"description": null,
|
|
88680
|
+
"type": {
|
|
88681
|
+
"kind": "SCALAR",
|
|
88682
|
+
"name": "ID",
|
|
88683
|
+
"ofType": null
|
|
88684
|
+
},
|
|
88685
|
+
"defaultValue": null,
|
|
88686
|
+
"isDeprecated": false,
|
|
88687
|
+
"deprecationReason": null
|
|
88688
|
+
},
|
|
88689
|
+
{
|
|
88690
|
+
"name": "id",
|
|
88691
|
+
"description": null,
|
|
88692
|
+
"type": {
|
|
88693
|
+
"kind": "SCALAR",
|
|
88694
|
+
"name": "ID",
|
|
88695
|
+
"ofType": null
|
|
88696
|
+
},
|
|
88697
|
+
"defaultValue": null,
|
|
88698
|
+
"isDeprecated": false,
|
|
88699
|
+
"deprecationReason": null
|
|
88700
|
+
},
|
|
88701
|
+
{
|
|
88702
|
+
"name": "message",
|
|
88703
|
+
"description": null,
|
|
88704
|
+
"type": {
|
|
88705
|
+
"kind": "SCALAR",
|
|
88706
|
+
"name": "String",
|
|
88707
|
+
"ofType": null
|
|
88708
|
+
},
|
|
88709
|
+
"defaultValue": null,
|
|
88710
|
+
"isDeprecated": false,
|
|
88711
|
+
"deprecationReason": null
|
|
88712
|
+
},
|
|
88713
|
+
{
|
|
88714
|
+
"name": "share_setting_id",
|
|
88715
|
+
"description": null,
|
|
88716
|
+
"type": {
|
|
88717
|
+
"kind": "SCALAR",
|
|
88718
|
+
"name": "ID",
|
|
88719
|
+
"ofType": null
|
|
88720
|
+
},
|
|
88721
|
+
"defaultValue": null,
|
|
88722
|
+
"isDeprecated": false,
|
|
88723
|
+
"deprecationReason": null
|
|
88724
|
+
}
|
|
88725
|
+
],
|
|
88726
|
+
"interfaces": null,
|
|
88727
|
+
"enumValues": null,
|
|
88728
|
+
"possibleTypes": null
|
|
88729
|
+
},
|
|
88730
|
+
{
|
|
88731
|
+
"kind": "INPUT_OBJECT",
|
|
88732
|
+
"name": "ShareSettingBrandShareDataFieldsInput",
|
|
88733
|
+
"description": null,
|
|
88734
|
+
"isOneOf": false,
|
|
88735
|
+
"fields": null,
|
|
88736
|
+
"inputFields": [
|
|
88737
|
+
{
|
|
88738
|
+
"name": "append_link_to_message",
|
|
88739
|
+
"description": null,
|
|
88740
|
+
"type": {
|
|
88741
|
+
"kind": "SCALAR",
|
|
88742
|
+
"name": "String",
|
|
88743
|
+
"ofType": null
|
|
88744
|
+
},
|
|
88745
|
+
"defaultValue": null,
|
|
88746
|
+
"isDeprecated": false,
|
|
88747
|
+
"deprecationReason": null
|
|
88748
|
+
},
|
|
88749
|
+
{
|
|
88750
|
+
"name": "custom_share_url_id",
|
|
88751
|
+
"description": null,
|
|
88752
|
+
"type": {
|
|
88753
|
+
"kind": "SCALAR",
|
|
88754
|
+
"name": "ID",
|
|
88755
|
+
"ofType": null
|
|
88756
|
+
},
|
|
88757
|
+
"defaultValue": null,
|
|
88758
|
+
"isDeprecated": false,
|
|
88759
|
+
"deprecationReason": null
|
|
88760
|
+
},
|
|
88761
|
+
{
|
|
88762
|
+
"name": "link",
|
|
88763
|
+
"description": null,
|
|
88764
|
+
"type": {
|
|
88765
|
+
"kind": "SCALAR",
|
|
88766
|
+
"name": "String",
|
|
88767
|
+
"ofType": null
|
|
88768
|
+
},
|
|
88769
|
+
"defaultValue": null,
|
|
88770
|
+
"isDeprecated": false,
|
|
88771
|
+
"deprecationReason": null
|
|
88772
|
+
},
|
|
88773
|
+
{
|
|
88774
|
+
"name": "link_append_custom_fields",
|
|
88775
|
+
"description": null,
|
|
88776
|
+
"type": {
|
|
88777
|
+
"kind": "LIST",
|
|
88778
|
+
"name": null,
|
|
88779
|
+
"ofType": {
|
|
88780
|
+
"kind": "NON_NULL",
|
|
88781
|
+
"name": null,
|
|
88782
|
+
"ofType": {
|
|
88783
|
+
"kind": "SCALAR",
|
|
88784
|
+
"name": "String",
|
|
88785
|
+
"ofType": null
|
|
88786
|
+
}
|
|
88787
|
+
}
|
|
88788
|
+
},
|
|
88789
|
+
"defaultValue": null,
|
|
88790
|
+
"isDeprecated": false,
|
|
88791
|
+
"deprecationReason": null
|
|
88792
|
+
},
|
|
88793
|
+
{
|
|
88794
|
+
"name": "logo_overlay_placement",
|
|
88795
|
+
"description": null,
|
|
88796
|
+
"type": {
|
|
88797
|
+
"kind": "SCALAR",
|
|
88798
|
+
"name": "String",
|
|
88799
|
+
"ofType": null
|
|
88800
|
+
},
|
|
88801
|
+
"defaultValue": null,
|
|
88802
|
+
"isDeprecated": false,
|
|
88803
|
+
"deprecationReason": null
|
|
88804
|
+
},
|
|
88805
|
+
{
|
|
88806
|
+
"name": "post_format",
|
|
88807
|
+
"description": null,
|
|
88808
|
+
"type": {
|
|
88809
|
+
"kind": "SCALAR",
|
|
88810
|
+
"name": "String",
|
|
88811
|
+
"ofType": null
|
|
88812
|
+
},
|
|
88813
|
+
"defaultValue": null,
|
|
88814
|
+
"isDeprecated": false,
|
|
88815
|
+
"deprecationReason": null
|
|
88816
|
+
},
|
|
88817
|
+
{
|
|
88818
|
+
"name": "share_url_type",
|
|
88819
|
+
"description": null,
|
|
88820
|
+
"type": {
|
|
88821
|
+
"kind": "SCALAR",
|
|
88822
|
+
"name": "String",
|
|
88823
|
+
"ofType": null
|
|
88824
|
+
},
|
|
88825
|
+
"defaultValue": null,
|
|
88826
|
+
"isDeprecated": false,
|
|
88827
|
+
"deprecationReason": null
|
|
88828
|
+
}
|
|
88829
|
+
],
|
|
88830
|
+
"interfaces": null,
|
|
88831
|
+
"enumValues": null,
|
|
88832
|
+
"possibleTypes": null
|
|
88833
|
+
},
|
|
87827
88834
|
{
|
|
87828
88835
|
"kind": "OBJECT",
|
|
87829
88836
|
"name": "ShareSettingsCountPerShareType",
|
|
@@ -101816,6 +102823,82 @@
|
|
|
101816
102823
|
"enumValues": null,
|
|
101817
102824
|
"possibleTypes": null
|
|
101818
102825
|
},
|
|
102826
|
+
{
|
|
102827
|
+
"kind": "INPUT_OBJECT",
|
|
102828
|
+
"name": "UpdateDigitalAssetCropInput",
|
|
102829
|
+
"description": null,
|
|
102830
|
+
"isOneOf": false,
|
|
102831
|
+
"fields": null,
|
|
102832
|
+
"inputFields": [
|
|
102833
|
+
{
|
|
102834
|
+
"name": "crop_height",
|
|
102835
|
+
"description": null,
|
|
102836
|
+
"type": {
|
|
102837
|
+
"kind": "NON_NULL",
|
|
102838
|
+
"name": null,
|
|
102839
|
+
"ofType": {
|
|
102840
|
+
"kind": "SCALAR",
|
|
102841
|
+
"name": "Int",
|
|
102842
|
+
"ofType": null
|
|
102843
|
+
}
|
|
102844
|
+
},
|
|
102845
|
+
"defaultValue": null,
|
|
102846
|
+
"isDeprecated": false,
|
|
102847
|
+
"deprecationReason": null
|
|
102848
|
+
},
|
|
102849
|
+
{
|
|
102850
|
+
"name": "crop_origin_x",
|
|
102851
|
+
"description": null,
|
|
102852
|
+
"type": {
|
|
102853
|
+
"kind": "NON_NULL",
|
|
102854
|
+
"name": null,
|
|
102855
|
+
"ofType": {
|
|
102856
|
+
"kind": "SCALAR",
|
|
102857
|
+
"name": "Int",
|
|
102858
|
+
"ofType": null
|
|
102859
|
+
}
|
|
102860
|
+
},
|
|
102861
|
+
"defaultValue": null,
|
|
102862
|
+
"isDeprecated": false,
|
|
102863
|
+
"deprecationReason": null
|
|
102864
|
+
},
|
|
102865
|
+
{
|
|
102866
|
+
"name": "crop_origin_y",
|
|
102867
|
+
"description": null,
|
|
102868
|
+
"type": {
|
|
102869
|
+
"kind": "NON_NULL",
|
|
102870
|
+
"name": null,
|
|
102871
|
+
"ofType": {
|
|
102872
|
+
"kind": "SCALAR",
|
|
102873
|
+
"name": "Int",
|
|
102874
|
+
"ofType": null
|
|
102875
|
+
}
|
|
102876
|
+
},
|
|
102877
|
+
"defaultValue": null,
|
|
102878
|
+
"isDeprecated": false,
|
|
102879
|
+
"deprecationReason": null
|
|
102880
|
+
},
|
|
102881
|
+
{
|
|
102882
|
+
"name": "crop_width",
|
|
102883
|
+
"description": null,
|
|
102884
|
+
"type": {
|
|
102885
|
+
"kind": "NON_NULL",
|
|
102886
|
+
"name": null,
|
|
102887
|
+
"ofType": {
|
|
102888
|
+
"kind": "SCALAR",
|
|
102889
|
+
"name": "Int",
|
|
102890
|
+
"ofType": null
|
|
102891
|
+
}
|
|
102892
|
+
},
|
|
102893
|
+
"defaultValue": null,
|
|
102894
|
+
"isDeprecated": false,
|
|
102895
|
+
"deprecationReason": null
|
|
102896
|
+
}
|
|
102897
|
+
],
|
|
102898
|
+
"interfaces": null,
|
|
102899
|
+
"enumValues": null,
|
|
102900
|
+
"possibleTypes": null
|
|
102901
|
+
},
|
|
101819
102902
|
{
|
|
101820
102903
|
"kind": "INPUT_OBJECT",
|
|
101821
102904
|
"name": "UpdateDigitalAssetParams",
|