@promoboxx/graphql-gateway-types 1.818.0 → 1.820.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 +1981 -32
- package/index.d.ts +269 -0
- package/package.json +1 -1
- package/schema.graphql +148 -0
package/graphql.schema.json
CHANGED
|
@@ -10205,6 +10205,990 @@
|
|
|
10205
10205
|
"enumValues": null,
|
|
10206
10206
|
"possibleTypes": null
|
|
10207
10207
|
},
|
|
10208
|
+
{
|
|
10209
|
+
"kind": "INPUT_OBJECT",
|
|
10210
|
+
"name": "CASvcCreatePromptGroupInput",
|
|
10211
|
+
"description": null,
|
|
10212
|
+
"fields": null,
|
|
10213
|
+
"inputFields": [
|
|
10214
|
+
{
|
|
10215
|
+
"name": "promptId",
|
|
10216
|
+
"description": null,
|
|
10217
|
+
"type": {
|
|
10218
|
+
"kind": "NON_NULL",
|
|
10219
|
+
"name": null,
|
|
10220
|
+
"ofType": {
|
|
10221
|
+
"kind": "SCALAR",
|
|
10222
|
+
"name": "UUID",
|
|
10223
|
+
"ofType": null
|
|
10224
|
+
}
|
|
10225
|
+
},
|
|
10226
|
+
"defaultValue": null,
|
|
10227
|
+
"isDeprecated": false,
|
|
10228
|
+
"deprecationReason": null
|
|
10229
|
+
}
|
|
10230
|
+
],
|
|
10231
|
+
"interfaces": null,
|
|
10232
|
+
"enumValues": null,
|
|
10233
|
+
"possibleTypes": null
|
|
10234
|
+
},
|
|
10235
|
+
{
|
|
10236
|
+
"kind": "INPUT_OBJECT",
|
|
10237
|
+
"name": "CASvcCreatePromptGroupMemberInput",
|
|
10238
|
+
"description": null,
|
|
10239
|
+
"fields": null,
|
|
10240
|
+
"inputFields": [
|
|
10241
|
+
{
|
|
10242
|
+
"name": "promptGroupId",
|
|
10243
|
+
"description": null,
|
|
10244
|
+
"type": {
|
|
10245
|
+
"kind": "NON_NULL",
|
|
10246
|
+
"name": null,
|
|
10247
|
+
"ofType": {
|
|
10248
|
+
"kind": "SCALAR",
|
|
10249
|
+
"name": "UUID",
|
|
10250
|
+
"ofType": null
|
|
10251
|
+
}
|
|
10252
|
+
},
|
|
10253
|
+
"defaultValue": null,
|
|
10254
|
+
"isDeprecated": false,
|
|
10255
|
+
"deprecationReason": null
|
|
10256
|
+
},
|
|
10257
|
+
{
|
|
10258
|
+
"name": "resource",
|
|
10259
|
+
"description": null,
|
|
10260
|
+
"type": {
|
|
10261
|
+
"kind": "NON_NULL",
|
|
10262
|
+
"name": null,
|
|
10263
|
+
"ofType": {
|
|
10264
|
+
"kind": "SCALAR",
|
|
10265
|
+
"name": "String",
|
|
10266
|
+
"ofType": null
|
|
10267
|
+
}
|
|
10268
|
+
},
|
|
10269
|
+
"defaultValue": null,
|
|
10270
|
+
"isDeprecated": false,
|
|
10271
|
+
"deprecationReason": null
|
|
10272
|
+
},
|
|
10273
|
+
{
|
|
10274
|
+
"name": "resourceId",
|
|
10275
|
+
"description": null,
|
|
10276
|
+
"type": {
|
|
10277
|
+
"kind": "NON_NULL",
|
|
10278
|
+
"name": null,
|
|
10279
|
+
"ofType": {
|
|
10280
|
+
"kind": "SCALAR",
|
|
10281
|
+
"name": "String",
|
|
10282
|
+
"ofType": null
|
|
10283
|
+
}
|
|
10284
|
+
},
|
|
10285
|
+
"defaultValue": null,
|
|
10286
|
+
"isDeprecated": false,
|
|
10287
|
+
"deprecationReason": null
|
|
10288
|
+
}
|
|
10289
|
+
],
|
|
10290
|
+
"interfaces": null,
|
|
10291
|
+
"enumValues": null,
|
|
10292
|
+
"possibleTypes": null
|
|
10293
|
+
},
|
|
10294
|
+
{
|
|
10295
|
+
"kind": "INPUT_OBJECT",
|
|
10296
|
+
"name": "CASvcCreatePromptInput",
|
|
10297
|
+
"description": null,
|
|
10298
|
+
"fields": null,
|
|
10299
|
+
"inputFields": [
|
|
10300
|
+
{
|
|
10301
|
+
"name": "draft",
|
|
10302
|
+
"description": null,
|
|
10303
|
+
"type": {
|
|
10304
|
+
"kind": "SCALAR",
|
|
10305
|
+
"name": "Boolean",
|
|
10306
|
+
"ofType": null
|
|
10307
|
+
},
|
|
10308
|
+
"defaultValue": "true",
|
|
10309
|
+
"isDeprecated": false,
|
|
10310
|
+
"deprecationReason": null
|
|
10311
|
+
},
|
|
10312
|
+
{
|
|
10313
|
+
"name": "text",
|
|
10314
|
+
"description": null,
|
|
10315
|
+
"type": {
|
|
10316
|
+
"kind": "NON_NULL",
|
|
10317
|
+
"name": null,
|
|
10318
|
+
"ofType": {
|
|
10319
|
+
"kind": "SCALAR",
|
|
10320
|
+
"name": "String",
|
|
10321
|
+
"ofType": null
|
|
10322
|
+
}
|
|
10323
|
+
},
|
|
10324
|
+
"defaultValue": null,
|
|
10325
|
+
"isDeprecated": false,
|
|
10326
|
+
"deprecationReason": null
|
|
10327
|
+
},
|
|
10328
|
+
{
|
|
10329
|
+
"name": "version",
|
|
10330
|
+
"description": null,
|
|
10331
|
+
"type": {
|
|
10332
|
+
"kind": "NON_NULL",
|
|
10333
|
+
"name": null,
|
|
10334
|
+
"ofType": {
|
|
10335
|
+
"kind": "SCALAR",
|
|
10336
|
+
"name": "String",
|
|
10337
|
+
"ofType": null
|
|
10338
|
+
}
|
|
10339
|
+
},
|
|
10340
|
+
"defaultValue": null,
|
|
10341
|
+
"isDeprecated": false,
|
|
10342
|
+
"deprecationReason": null
|
|
10343
|
+
}
|
|
10344
|
+
],
|
|
10345
|
+
"interfaces": null,
|
|
10346
|
+
"enumValues": null,
|
|
10347
|
+
"possibleTypes": null
|
|
10348
|
+
},
|
|
10349
|
+
{
|
|
10350
|
+
"kind": "INPUT_OBJECT",
|
|
10351
|
+
"name": "CASvcCreateResultInput",
|
|
10352
|
+
"description": null,
|
|
10353
|
+
"fields": null,
|
|
10354
|
+
"inputFields": [
|
|
10355
|
+
{
|
|
10356
|
+
"name": "output",
|
|
10357
|
+
"description": null,
|
|
10358
|
+
"type": {
|
|
10359
|
+
"kind": "NON_NULL",
|
|
10360
|
+
"name": null,
|
|
10361
|
+
"ofType": {
|
|
10362
|
+
"kind": "SCALAR",
|
|
10363
|
+
"name": "JSON",
|
|
10364
|
+
"ofType": null
|
|
10365
|
+
}
|
|
10366
|
+
},
|
|
10367
|
+
"defaultValue": null,
|
|
10368
|
+
"isDeprecated": false,
|
|
10369
|
+
"deprecationReason": null
|
|
10370
|
+
},
|
|
10371
|
+
{
|
|
10372
|
+
"name": "promptGroup",
|
|
10373
|
+
"description": null,
|
|
10374
|
+
"type": {
|
|
10375
|
+
"kind": "NON_NULL",
|
|
10376
|
+
"name": null,
|
|
10377
|
+
"ofType": {
|
|
10378
|
+
"kind": "SCALAR",
|
|
10379
|
+
"name": "UUID",
|
|
10380
|
+
"ofType": null
|
|
10381
|
+
}
|
|
10382
|
+
},
|
|
10383
|
+
"defaultValue": null,
|
|
10384
|
+
"isDeprecated": false,
|
|
10385
|
+
"deprecationReason": null
|
|
10386
|
+
},
|
|
10387
|
+
{
|
|
10388
|
+
"name": "promptId",
|
|
10389
|
+
"description": null,
|
|
10390
|
+
"type": {
|
|
10391
|
+
"kind": "NON_NULL",
|
|
10392
|
+
"name": null,
|
|
10393
|
+
"ofType": {
|
|
10394
|
+
"kind": "SCALAR",
|
|
10395
|
+
"name": "UUID",
|
|
10396
|
+
"ofType": null
|
|
10397
|
+
}
|
|
10398
|
+
},
|
|
10399
|
+
"defaultValue": null,
|
|
10400
|
+
"isDeprecated": false,
|
|
10401
|
+
"deprecationReason": null
|
|
10402
|
+
}
|
|
10403
|
+
],
|
|
10404
|
+
"interfaces": null,
|
|
10405
|
+
"enumValues": null,
|
|
10406
|
+
"possibleTypes": null
|
|
10407
|
+
},
|
|
10408
|
+
{
|
|
10409
|
+
"kind": "OBJECT",
|
|
10410
|
+
"name": "CASvcPrompt",
|
|
10411
|
+
"description": null,
|
|
10412
|
+
"fields": [
|
|
10413
|
+
{
|
|
10414
|
+
"name": "createdAt",
|
|
10415
|
+
"description": null,
|
|
10416
|
+
"args": [],
|
|
10417
|
+
"type": {
|
|
10418
|
+
"kind": "NON_NULL",
|
|
10419
|
+
"name": null,
|
|
10420
|
+
"ofType": {
|
|
10421
|
+
"kind": "SCALAR",
|
|
10422
|
+
"name": "Time",
|
|
10423
|
+
"ofType": null
|
|
10424
|
+
}
|
|
10425
|
+
},
|
|
10426
|
+
"isDeprecated": false,
|
|
10427
|
+
"deprecationReason": null
|
|
10428
|
+
},
|
|
10429
|
+
{
|
|
10430
|
+
"name": "draft",
|
|
10431
|
+
"description": null,
|
|
10432
|
+
"args": [],
|
|
10433
|
+
"type": {
|
|
10434
|
+
"kind": "NON_NULL",
|
|
10435
|
+
"name": null,
|
|
10436
|
+
"ofType": {
|
|
10437
|
+
"kind": "SCALAR",
|
|
10438
|
+
"name": "Boolean",
|
|
10439
|
+
"ofType": null
|
|
10440
|
+
}
|
|
10441
|
+
},
|
|
10442
|
+
"isDeprecated": false,
|
|
10443
|
+
"deprecationReason": null
|
|
10444
|
+
},
|
|
10445
|
+
{
|
|
10446
|
+
"name": "id",
|
|
10447
|
+
"description": null,
|
|
10448
|
+
"args": [],
|
|
10449
|
+
"type": {
|
|
10450
|
+
"kind": "NON_NULL",
|
|
10451
|
+
"name": null,
|
|
10452
|
+
"ofType": {
|
|
10453
|
+
"kind": "SCALAR",
|
|
10454
|
+
"name": "UUID",
|
|
10455
|
+
"ofType": null
|
|
10456
|
+
}
|
|
10457
|
+
},
|
|
10458
|
+
"isDeprecated": false,
|
|
10459
|
+
"deprecationReason": null
|
|
10460
|
+
},
|
|
10461
|
+
{
|
|
10462
|
+
"name": "text",
|
|
10463
|
+
"description": null,
|
|
10464
|
+
"args": [],
|
|
10465
|
+
"type": {
|
|
10466
|
+
"kind": "NON_NULL",
|
|
10467
|
+
"name": null,
|
|
10468
|
+
"ofType": {
|
|
10469
|
+
"kind": "SCALAR",
|
|
10470
|
+
"name": "String",
|
|
10471
|
+
"ofType": null
|
|
10472
|
+
}
|
|
10473
|
+
},
|
|
10474
|
+
"isDeprecated": false,
|
|
10475
|
+
"deprecationReason": null
|
|
10476
|
+
},
|
|
10477
|
+
{
|
|
10478
|
+
"name": "version",
|
|
10479
|
+
"description": null,
|
|
10480
|
+
"args": [],
|
|
10481
|
+
"type": {
|
|
10482
|
+
"kind": "NON_NULL",
|
|
10483
|
+
"name": null,
|
|
10484
|
+
"ofType": {
|
|
10485
|
+
"kind": "SCALAR",
|
|
10486
|
+
"name": "String",
|
|
10487
|
+
"ofType": null
|
|
10488
|
+
}
|
|
10489
|
+
},
|
|
10490
|
+
"isDeprecated": false,
|
|
10491
|
+
"deprecationReason": null
|
|
10492
|
+
}
|
|
10493
|
+
],
|
|
10494
|
+
"inputFields": null,
|
|
10495
|
+
"interfaces": [],
|
|
10496
|
+
"enumValues": null,
|
|
10497
|
+
"possibleTypes": null
|
|
10498
|
+
},
|
|
10499
|
+
{
|
|
10500
|
+
"kind": "INPUT_OBJECT",
|
|
10501
|
+
"name": "CASvcPromptFilter",
|
|
10502
|
+
"description": null,
|
|
10503
|
+
"fields": null,
|
|
10504
|
+
"inputFields": [
|
|
10505
|
+
{
|
|
10506
|
+
"name": "draft",
|
|
10507
|
+
"description": null,
|
|
10508
|
+
"type": {
|
|
10509
|
+
"kind": "SCALAR",
|
|
10510
|
+
"name": "Boolean",
|
|
10511
|
+
"ofType": null
|
|
10512
|
+
},
|
|
10513
|
+
"defaultValue": null,
|
|
10514
|
+
"isDeprecated": false,
|
|
10515
|
+
"deprecationReason": null
|
|
10516
|
+
},
|
|
10517
|
+
{
|
|
10518
|
+
"name": "id",
|
|
10519
|
+
"description": null,
|
|
10520
|
+
"type": {
|
|
10521
|
+
"kind": "SCALAR",
|
|
10522
|
+
"name": "UUID",
|
|
10523
|
+
"ofType": null
|
|
10524
|
+
},
|
|
10525
|
+
"defaultValue": null,
|
|
10526
|
+
"isDeprecated": false,
|
|
10527
|
+
"deprecationReason": null
|
|
10528
|
+
},
|
|
10529
|
+
{
|
|
10530
|
+
"name": "version",
|
|
10531
|
+
"description": null,
|
|
10532
|
+
"type": {
|
|
10533
|
+
"kind": "SCALAR",
|
|
10534
|
+
"name": "String",
|
|
10535
|
+
"ofType": null
|
|
10536
|
+
},
|
|
10537
|
+
"defaultValue": null,
|
|
10538
|
+
"isDeprecated": false,
|
|
10539
|
+
"deprecationReason": null
|
|
10540
|
+
}
|
|
10541
|
+
],
|
|
10542
|
+
"interfaces": null,
|
|
10543
|
+
"enumValues": null,
|
|
10544
|
+
"possibleTypes": null
|
|
10545
|
+
},
|
|
10546
|
+
{
|
|
10547
|
+
"kind": "OBJECT",
|
|
10548
|
+
"name": "CASvcPromptGroup",
|
|
10549
|
+
"description": null,
|
|
10550
|
+
"fields": [
|
|
10551
|
+
{
|
|
10552
|
+
"name": "createdAt",
|
|
10553
|
+
"description": null,
|
|
10554
|
+
"args": [],
|
|
10555
|
+
"type": {
|
|
10556
|
+
"kind": "NON_NULL",
|
|
10557
|
+
"name": null,
|
|
10558
|
+
"ofType": {
|
|
10559
|
+
"kind": "SCALAR",
|
|
10560
|
+
"name": "Time",
|
|
10561
|
+
"ofType": null
|
|
10562
|
+
}
|
|
10563
|
+
},
|
|
10564
|
+
"isDeprecated": false,
|
|
10565
|
+
"deprecationReason": null
|
|
10566
|
+
},
|
|
10567
|
+
{
|
|
10568
|
+
"name": "id",
|
|
10569
|
+
"description": null,
|
|
10570
|
+
"args": [],
|
|
10571
|
+
"type": {
|
|
10572
|
+
"kind": "NON_NULL",
|
|
10573
|
+
"name": null,
|
|
10574
|
+
"ofType": {
|
|
10575
|
+
"kind": "SCALAR",
|
|
10576
|
+
"name": "UUID",
|
|
10577
|
+
"ofType": null
|
|
10578
|
+
}
|
|
10579
|
+
},
|
|
10580
|
+
"isDeprecated": false,
|
|
10581
|
+
"deprecationReason": null
|
|
10582
|
+
},
|
|
10583
|
+
{
|
|
10584
|
+
"name": "prompt",
|
|
10585
|
+
"description": null,
|
|
10586
|
+
"args": [],
|
|
10587
|
+
"type": {
|
|
10588
|
+
"kind": "OBJECT",
|
|
10589
|
+
"name": "CASvcPrompt",
|
|
10590
|
+
"ofType": null
|
|
10591
|
+
},
|
|
10592
|
+
"isDeprecated": false,
|
|
10593
|
+
"deprecationReason": null
|
|
10594
|
+
},
|
|
10595
|
+
{
|
|
10596
|
+
"name": "promptId",
|
|
10597
|
+
"description": null,
|
|
10598
|
+
"args": [],
|
|
10599
|
+
"type": {
|
|
10600
|
+
"kind": "NON_NULL",
|
|
10601
|
+
"name": null,
|
|
10602
|
+
"ofType": {
|
|
10603
|
+
"kind": "SCALAR",
|
|
10604
|
+
"name": "UUID",
|
|
10605
|
+
"ofType": null
|
|
10606
|
+
}
|
|
10607
|
+
},
|
|
10608
|
+
"isDeprecated": false,
|
|
10609
|
+
"deprecationReason": null
|
|
10610
|
+
}
|
|
10611
|
+
],
|
|
10612
|
+
"inputFields": null,
|
|
10613
|
+
"interfaces": [],
|
|
10614
|
+
"enumValues": null,
|
|
10615
|
+
"possibleTypes": null
|
|
10616
|
+
},
|
|
10617
|
+
{
|
|
10618
|
+
"kind": "INPUT_OBJECT",
|
|
10619
|
+
"name": "CASvcPromptGroupFilter",
|
|
10620
|
+
"description": null,
|
|
10621
|
+
"fields": null,
|
|
10622
|
+
"inputFields": [
|
|
10623
|
+
{
|
|
10624
|
+
"name": "id",
|
|
10625
|
+
"description": null,
|
|
10626
|
+
"type": {
|
|
10627
|
+
"kind": "SCALAR",
|
|
10628
|
+
"name": "UUID",
|
|
10629
|
+
"ofType": null
|
|
10630
|
+
},
|
|
10631
|
+
"defaultValue": null,
|
|
10632
|
+
"isDeprecated": false,
|
|
10633
|
+
"deprecationReason": null
|
|
10634
|
+
},
|
|
10635
|
+
{
|
|
10636
|
+
"name": "promptId",
|
|
10637
|
+
"description": null,
|
|
10638
|
+
"type": {
|
|
10639
|
+
"kind": "SCALAR",
|
|
10640
|
+
"name": "UUID",
|
|
10641
|
+
"ofType": null
|
|
10642
|
+
},
|
|
10643
|
+
"defaultValue": null,
|
|
10644
|
+
"isDeprecated": false,
|
|
10645
|
+
"deprecationReason": null
|
|
10646
|
+
}
|
|
10647
|
+
],
|
|
10648
|
+
"interfaces": null,
|
|
10649
|
+
"enumValues": null,
|
|
10650
|
+
"possibleTypes": null
|
|
10651
|
+
},
|
|
10652
|
+
{
|
|
10653
|
+
"kind": "OBJECT",
|
|
10654
|
+
"name": "CASvcPromptGroupMember",
|
|
10655
|
+
"description": null,
|
|
10656
|
+
"fields": [
|
|
10657
|
+
{
|
|
10658
|
+
"name": "createdAt",
|
|
10659
|
+
"description": null,
|
|
10660
|
+
"args": [],
|
|
10661
|
+
"type": {
|
|
10662
|
+
"kind": "NON_NULL",
|
|
10663
|
+
"name": null,
|
|
10664
|
+
"ofType": {
|
|
10665
|
+
"kind": "SCALAR",
|
|
10666
|
+
"name": "Time",
|
|
10667
|
+
"ofType": null
|
|
10668
|
+
}
|
|
10669
|
+
},
|
|
10670
|
+
"isDeprecated": false,
|
|
10671
|
+
"deprecationReason": null
|
|
10672
|
+
},
|
|
10673
|
+
{
|
|
10674
|
+
"name": "id",
|
|
10675
|
+
"description": null,
|
|
10676
|
+
"args": [],
|
|
10677
|
+
"type": {
|
|
10678
|
+
"kind": "NON_NULL",
|
|
10679
|
+
"name": null,
|
|
10680
|
+
"ofType": {
|
|
10681
|
+
"kind": "SCALAR",
|
|
10682
|
+
"name": "UUID",
|
|
10683
|
+
"ofType": null
|
|
10684
|
+
}
|
|
10685
|
+
},
|
|
10686
|
+
"isDeprecated": false,
|
|
10687
|
+
"deprecationReason": null
|
|
10688
|
+
},
|
|
10689
|
+
{
|
|
10690
|
+
"name": "promptGroup",
|
|
10691
|
+
"description": null,
|
|
10692
|
+
"args": [],
|
|
10693
|
+
"type": {
|
|
10694
|
+
"kind": "OBJECT",
|
|
10695
|
+
"name": "CASvcPromptGroup",
|
|
10696
|
+
"ofType": null
|
|
10697
|
+
},
|
|
10698
|
+
"isDeprecated": false,
|
|
10699
|
+
"deprecationReason": null
|
|
10700
|
+
},
|
|
10701
|
+
{
|
|
10702
|
+
"name": "promptGroupId",
|
|
10703
|
+
"description": null,
|
|
10704
|
+
"args": [],
|
|
10705
|
+
"type": {
|
|
10706
|
+
"kind": "NON_NULL",
|
|
10707
|
+
"name": null,
|
|
10708
|
+
"ofType": {
|
|
10709
|
+
"kind": "SCALAR",
|
|
10710
|
+
"name": "UUID",
|
|
10711
|
+
"ofType": null
|
|
10712
|
+
}
|
|
10713
|
+
},
|
|
10714
|
+
"isDeprecated": false,
|
|
10715
|
+
"deprecationReason": null
|
|
10716
|
+
},
|
|
10717
|
+
{
|
|
10718
|
+
"name": "resource",
|
|
10719
|
+
"description": null,
|
|
10720
|
+
"args": [],
|
|
10721
|
+
"type": {
|
|
10722
|
+
"kind": "NON_NULL",
|
|
10723
|
+
"name": null,
|
|
10724
|
+
"ofType": {
|
|
10725
|
+
"kind": "SCALAR",
|
|
10726
|
+
"name": "String",
|
|
10727
|
+
"ofType": null
|
|
10728
|
+
}
|
|
10729
|
+
},
|
|
10730
|
+
"isDeprecated": false,
|
|
10731
|
+
"deprecationReason": null
|
|
10732
|
+
},
|
|
10733
|
+
{
|
|
10734
|
+
"name": "resourceId",
|
|
10735
|
+
"description": null,
|
|
10736
|
+
"args": [],
|
|
10737
|
+
"type": {
|
|
10738
|
+
"kind": "NON_NULL",
|
|
10739
|
+
"name": null,
|
|
10740
|
+
"ofType": {
|
|
10741
|
+
"kind": "SCALAR",
|
|
10742
|
+
"name": "String",
|
|
10743
|
+
"ofType": null
|
|
10744
|
+
}
|
|
10745
|
+
},
|
|
10746
|
+
"isDeprecated": false,
|
|
10747
|
+
"deprecationReason": null
|
|
10748
|
+
}
|
|
10749
|
+
],
|
|
10750
|
+
"inputFields": null,
|
|
10751
|
+
"interfaces": [],
|
|
10752
|
+
"enumValues": null,
|
|
10753
|
+
"possibleTypes": null
|
|
10754
|
+
},
|
|
10755
|
+
{
|
|
10756
|
+
"kind": "INPUT_OBJECT",
|
|
10757
|
+
"name": "CASvcPromptGroupMemberFilter",
|
|
10758
|
+
"description": null,
|
|
10759
|
+
"fields": null,
|
|
10760
|
+
"inputFields": [
|
|
10761
|
+
{
|
|
10762
|
+
"name": "id",
|
|
10763
|
+
"description": null,
|
|
10764
|
+
"type": {
|
|
10765
|
+
"kind": "SCALAR",
|
|
10766
|
+
"name": "UUID",
|
|
10767
|
+
"ofType": null
|
|
10768
|
+
},
|
|
10769
|
+
"defaultValue": null,
|
|
10770
|
+
"isDeprecated": false,
|
|
10771
|
+
"deprecationReason": null
|
|
10772
|
+
},
|
|
10773
|
+
{
|
|
10774
|
+
"name": "promptGroupId",
|
|
10775
|
+
"description": null,
|
|
10776
|
+
"type": {
|
|
10777
|
+
"kind": "SCALAR",
|
|
10778
|
+
"name": "UUID",
|
|
10779
|
+
"ofType": null
|
|
10780
|
+
},
|
|
10781
|
+
"defaultValue": null,
|
|
10782
|
+
"isDeprecated": false,
|
|
10783
|
+
"deprecationReason": null
|
|
10784
|
+
},
|
|
10785
|
+
{
|
|
10786
|
+
"name": "resource",
|
|
10787
|
+
"description": null,
|
|
10788
|
+
"type": {
|
|
10789
|
+
"kind": "SCALAR",
|
|
10790
|
+
"name": "String",
|
|
10791
|
+
"ofType": null
|
|
10792
|
+
},
|
|
10793
|
+
"defaultValue": null,
|
|
10794
|
+
"isDeprecated": false,
|
|
10795
|
+
"deprecationReason": null
|
|
10796
|
+
},
|
|
10797
|
+
{
|
|
10798
|
+
"name": "resourceId",
|
|
10799
|
+
"description": null,
|
|
10800
|
+
"type": {
|
|
10801
|
+
"kind": "SCALAR",
|
|
10802
|
+
"name": "String",
|
|
10803
|
+
"ofType": null
|
|
10804
|
+
},
|
|
10805
|
+
"defaultValue": null,
|
|
10806
|
+
"isDeprecated": false,
|
|
10807
|
+
"deprecationReason": null
|
|
10808
|
+
}
|
|
10809
|
+
],
|
|
10810
|
+
"interfaces": null,
|
|
10811
|
+
"enumValues": null,
|
|
10812
|
+
"possibleTypes": null
|
|
10813
|
+
},
|
|
10814
|
+
{
|
|
10815
|
+
"kind": "OBJECT",
|
|
10816
|
+
"name": "CASvcResult",
|
|
10817
|
+
"description": null,
|
|
10818
|
+
"fields": [
|
|
10819
|
+
{
|
|
10820
|
+
"name": "createdAt",
|
|
10821
|
+
"description": null,
|
|
10822
|
+
"args": [],
|
|
10823
|
+
"type": {
|
|
10824
|
+
"kind": "NON_NULL",
|
|
10825
|
+
"name": null,
|
|
10826
|
+
"ofType": {
|
|
10827
|
+
"kind": "SCALAR",
|
|
10828
|
+
"name": "Time",
|
|
10829
|
+
"ofType": null
|
|
10830
|
+
}
|
|
10831
|
+
},
|
|
10832
|
+
"isDeprecated": false,
|
|
10833
|
+
"deprecationReason": null
|
|
10834
|
+
},
|
|
10835
|
+
{
|
|
10836
|
+
"name": "id",
|
|
10837
|
+
"description": null,
|
|
10838
|
+
"args": [],
|
|
10839
|
+
"type": {
|
|
10840
|
+
"kind": "NON_NULL",
|
|
10841
|
+
"name": null,
|
|
10842
|
+
"ofType": {
|
|
10843
|
+
"kind": "SCALAR",
|
|
10844
|
+
"name": "UUID",
|
|
10845
|
+
"ofType": null
|
|
10846
|
+
}
|
|
10847
|
+
},
|
|
10848
|
+
"isDeprecated": false,
|
|
10849
|
+
"deprecationReason": null
|
|
10850
|
+
},
|
|
10851
|
+
{
|
|
10852
|
+
"name": "output",
|
|
10853
|
+
"description": null,
|
|
10854
|
+
"args": [],
|
|
10855
|
+
"type": {
|
|
10856
|
+
"kind": "NON_NULL",
|
|
10857
|
+
"name": null,
|
|
10858
|
+
"ofType": {
|
|
10859
|
+
"kind": "SCALAR",
|
|
10860
|
+
"name": "JSON",
|
|
10861
|
+
"ofType": null
|
|
10862
|
+
}
|
|
10863
|
+
},
|
|
10864
|
+
"isDeprecated": false,
|
|
10865
|
+
"deprecationReason": null
|
|
10866
|
+
},
|
|
10867
|
+
{
|
|
10868
|
+
"name": "prompt",
|
|
10869
|
+
"description": null,
|
|
10870
|
+
"args": [],
|
|
10871
|
+
"type": {
|
|
10872
|
+
"kind": "OBJECT",
|
|
10873
|
+
"name": "CASvcPrompt",
|
|
10874
|
+
"ofType": null
|
|
10875
|
+
},
|
|
10876
|
+
"isDeprecated": false,
|
|
10877
|
+
"deprecationReason": null
|
|
10878
|
+
},
|
|
10879
|
+
{
|
|
10880
|
+
"name": "promptGroup",
|
|
10881
|
+
"description": null,
|
|
10882
|
+
"args": [],
|
|
10883
|
+
"type": {
|
|
10884
|
+
"kind": "NON_NULL",
|
|
10885
|
+
"name": null,
|
|
10886
|
+
"ofType": {
|
|
10887
|
+
"kind": "SCALAR",
|
|
10888
|
+
"name": "UUID",
|
|
10889
|
+
"ofType": null
|
|
10890
|
+
}
|
|
10891
|
+
},
|
|
10892
|
+
"isDeprecated": false,
|
|
10893
|
+
"deprecationReason": null
|
|
10894
|
+
},
|
|
10895
|
+
{
|
|
10896
|
+
"name": "promptId",
|
|
10897
|
+
"description": null,
|
|
10898
|
+
"args": [],
|
|
10899
|
+
"type": {
|
|
10900
|
+
"kind": "NON_NULL",
|
|
10901
|
+
"name": null,
|
|
10902
|
+
"ofType": {
|
|
10903
|
+
"kind": "SCALAR",
|
|
10904
|
+
"name": "UUID",
|
|
10905
|
+
"ofType": null
|
|
10906
|
+
}
|
|
10907
|
+
},
|
|
10908
|
+
"isDeprecated": false,
|
|
10909
|
+
"deprecationReason": null
|
|
10910
|
+
}
|
|
10911
|
+
],
|
|
10912
|
+
"inputFields": null,
|
|
10913
|
+
"interfaces": [],
|
|
10914
|
+
"enumValues": null,
|
|
10915
|
+
"possibleTypes": null
|
|
10916
|
+
},
|
|
10917
|
+
{
|
|
10918
|
+
"kind": "INPUT_OBJECT",
|
|
10919
|
+
"name": "CASvcResultFilter",
|
|
10920
|
+
"description": null,
|
|
10921
|
+
"fields": null,
|
|
10922
|
+
"inputFields": [
|
|
10923
|
+
{
|
|
10924
|
+
"name": "id",
|
|
10925
|
+
"description": null,
|
|
10926
|
+
"type": {
|
|
10927
|
+
"kind": "SCALAR",
|
|
10928
|
+
"name": "UUID",
|
|
10929
|
+
"ofType": null
|
|
10930
|
+
},
|
|
10931
|
+
"defaultValue": null,
|
|
10932
|
+
"isDeprecated": false,
|
|
10933
|
+
"deprecationReason": null
|
|
10934
|
+
},
|
|
10935
|
+
{
|
|
10936
|
+
"name": "promptGroup",
|
|
10937
|
+
"description": null,
|
|
10938
|
+
"type": {
|
|
10939
|
+
"kind": "SCALAR",
|
|
10940
|
+
"name": "UUID",
|
|
10941
|
+
"ofType": null
|
|
10942
|
+
},
|
|
10943
|
+
"defaultValue": null,
|
|
10944
|
+
"isDeprecated": false,
|
|
10945
|
+
"deprecationReason": null
|
|
10946
|
+
},
|
|
10947
|
+
{
|
|
10948
|
+
"name": "promptId",
|
|
10949
|
+
"description": null,
|
|
10950
|
+
"type": {
|
|
10951
|
+
"kind": "SCALAR",
|
|
10952
|
+
"name": "UUID",
|
|
10953
|
+
"ofType": null
|
|
10954
|
+
},
|
|
10955
|
+
"defaultValue": null,
|
|
10956
|
+
"isDeprecated": false,
|
|
10957
|
+
"deprecationReason": null
|
|
10958
|
+
}
|
|
10959
|
+
],
|
|
10960
|
+
"interfaces": null,
|
|
10961
|
+
"enumValues": null,
|
|
10962
|
+
"possibleTypes": null
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"kind": "INPUT_OBJECT",
|
|
10966
|
+
"name": "CASvcUpdatePromptGroupInput",
|
|
10967
|
+
"description": null,
|
|
10968
|
+
"fields": null,
|
|
10969
|
+
"inputFields": [
|
|
10970
|
+
{
|
|
10971
|
+
"name": "id",
|
|
10972
|
+
"description": null,
|
|
10973
|
+
"type": {
|
|
10974
|
+
"kind": "NON_NULL",
|
|
10975
|
+
"name": null,
|
|
10976
|
+
"ofType": {
|
|
10977
|
+
"kind": "SCALAR",
|
|
10978
|
+
"name": "UUID",
|
|
10979
|
+
"ofType": null
|
|
10980
|
+
}
|
|
10981
|
+
},
|
|
10982
|
+
"defaultValue": null,
|
|
10983
|
+
"isDeprecated": false,
|
|
10984
|
+
"deprecationReason": null
|
|
10985
|
+
},
|
|
10986
|
+
{
|
|
10987
|
+
"name": "promptId",
|
|
10988
|
+
"description": null,
|
|
10989
|
+
"type": {
|
|
10990
|
+
"kind": "SCALAR",
|
|
10991
|
+
"name": "UUID",
|
|
10992
|
+
"ofType": null
|
|
10993
|
+
},
|
|
10994
|
+
"defaultValue": null,
|
|
10995
|
+
"isDeprecated": false,
|
|
10996
|
+
"deprecationReason": null
|
|
10997
|
+
}
|
|
10998
|
+
],
|
|
10999
|
+
"interfaces": null,
|
|
11000
|
+
"enumValues": null,
|
|
11001
|
+
"possibleTypes": null
|
|
11002
|
+
},
|
|
11003
|
+
{
|
|
11004
|
+
"kind": "INPUT_OBJECT",
|
|
11005
|
+
"name": "CASvcUpdatePromptGroupMemberInput",
|
|
11006
|
+
"description": null,
|
|
11007
|
+
"fields": null,
|
|
11008
|
+
"inputFields": [
|
|
11009
|
+
{
|
|
11010
|
+
"name": "id",
|
|
11011
|
+
"description": null,
|
|
11012
|
+
"type": {
|
|
11013
|
+
"kind": "NON_NULL",
|
|
11014
|
+
"name": null,
|
|
11015
|
+
"ofType": {
|
|
11016
|
+
"kind": "SCALAR",
|
|
11017
|
+
"name": "UUID",
|
|
11018
|
+
"ofType": null
|
|
11019
|
+
}
|
|
11020
|
+
},
|
|
11021
|
+
"defaultValue": null,
|
|
11022
|
+
"isDeprecated": false,
|
|
11023
|
+
"deprecationReason": null
|
|
11024
|
+
},
|
|
11025
|
+
{
|
|
11026
|
+
"name": "promptGroupId",
|
|
11027
|
+
"description": null,
|
|
11028
|
+
"type": {
|
|
11029
|
+
"kind": "SCALAR",
|
|
11030
|
+
"name": "UUID",
|
|
11031
|
+
"ofType": null
|
|
11032
|
+
},
|
|
11033
|
+
"defaultValue": null,
|
|
11034
|
+
"isDeprecated": false,
|
|
11035
|
+
"deprecationReason": null
|
|
11036
|
+
},
|
|
11037
|
+
{
|
|
11038
|
+
"name": "resource",
|
|
11039
|
+
"description": null,
|
|
11040
|
+
"type": {
|
|
11041
|
+
"kind": "SCALAR",
|
|
11042
|
+
"name": "String",
|
|
11043
|
+
"ofType": null
|
|
11044
|
+
},
|
|
11045
|
+
"defaultValue": null,
|
|
11046
|
+
"isDeprecated": false,
|
|
11047
|
+
"deprecationReason": null
|
|
11048
|
+
},
|
|
11049
|
+
{
|
|
11050
|
+
"name": "resourceId",
|
|
11051
|
+
"description": null,
|
|
11052
|
+
"type": {
|
|
11053
|
+
"kind": "SCALAR",
|
|
11054
|
+
"name": "String",
|
|
11055
|
+
"ofType": null
|
|
11056
|
+
},
|
|
11057
|
+
"defaultValue": null,
|
|
11058
|
+
"isDeprecated": false,
|
|
11059
|
+
"deprecationReason": null
|
|
11060
|
+
}
|
|
11061
|
+
],
|
|
11062
|
+
"interfaces": null,
|
|
11063
|
+
"enumValues": null,
|
|
11064
|
+
"possibleTypes": null
|
|
11065
|
+
},
|
|
11066
|
+
{
|
|
11067
|
+
"kind": "INPUT_OBJECT",
|
|
11068
|
+
"name": "CASvcUpdatePromptInput",
|
|
11069
|
+
"description": null,
|
|
11070
|
+
"fields": null,
|
|
11071
|
+
"inputFields": [
|
|
11072
|
+
{
|
|
11073
|
+
"name": "draft",
|
|
11074
|
+
"description": null,
|
|
11075
|
+
"type": {
|
|
11076
|
+
"kind": "SCALAR",
|
|
11077
|
+
"name": "Boolean",
|
|
11078
|
+
"ofType": null
|
|
11079
|
+
},
|
|
11080
|
+
"defaultValue": null,
|
|
11081
|
+
"isDeprecated": false,
|
|
11082
|
+
"deprecationReason": null
|
|
11083
|
+
},
|
|
11084
|
+
{
|
|
11085
|
+
"name": "id",
|
|
11086
|
+
"description": null,
|
|
11087
|
+
"type": {
|
|
11088
|
+
"kind": "NON_NULL",
|
|
11089
|
+
"name": null,
|
|
11090
|
+
"ofType": {
|
|
11091
|
+
"kind": "SCALAR",
|
|
11092
|
+
"name": "UUID",
|
|
11093
|
+
"ofType": null
|
|
11094
|
+
}
|
|
11095
|
+
},
|
|
11096
|
+
"defaultValue": null,
|
|
11097
|
+
"isDeprecated": false,
|
|
11098
|
+
"deprecationReason": null
|
|
11099
|
+
},
|
|
11100
|
+
{
|
|
11101
|
+
"name": "text",
|
|
11102
|
+
"description": null,
|
|
11103
|
+
"type": {
|
|
11104
|
+
"kind": "SCALAR",
|
|
11105
|
+
"name": "String",
|
|
11106
|
+
"ofType": null
|
|
11107
|
+
},
|
|
11108
|
+
"defaultValue": null,
|
|
11109
|
+
"isDeprecated": false,
|
|
11110
|
+
"deprecationReason": null
|
|
11111
|
+
},
|
|
11112
|
+
{
|
|
11113
|
+
"name": "version",
|
|
11114
|
+
"description": null,
|
|
11115
|
+
"type": {
|
|
11116
|
+
"kind": "SCALAR",
|
|
11117
|
+
"name": "String",
|
|
11118
|
+
"ofType": null
|
|
11119
|
+
},
|
|
11120
|
+
"defaultValue": null,
|
|
11121
|
+
"isDeprecated": false,
|
|
11122
|
+
"deprecationReason": null
|
|
11123
|
+
}
|
|
11124
|
+
],
|
|
11125
|
+
"interfaces": null,
|
|
11126
|
+
"enumValues": null,
|
|
11127
|
+
"possibleTypes": null
|
|
11128
|
+
},
|
|
11129
|
+
{
|
|
11130
|
+
"kind": "INPUT_OBJECT",
|
|
11131
|
+
"name": "CASvcUpdateResultInput",
|
|
11132
|
+
"description": null,
|
|
11133
|
+
"fields": null,
|
|
11134
|
+
"inputFields": [
|
|
11135
|
+
{
|
|
11136
|
+
"name": "id",
|
|
11137
|
+
"description": null,
|
|
11138
|
+
"type": {
|
|
11139
|
+
"kind": "NON_NULL",
|
|
11140
|
+
"name": null,
|
|
11141
|
+
"ofType": {
|
|
11142
|
+
"kind": "SCALAR",
|
|
11143
|
+
"name": "UUID",
|
|
11144
|
+
"ofType": null
|
|
11145
|
+
}
|
|
11146
|
+
},
|
|
11147
|
+
"defaultValue": null,
|
|
11148
|
+
"isDeprecated": false,
|
|
11149
|
+
"deprecationReason": null
|
|
11150
|
+
},
|
|
11151
|
+
{
|
|
11152
|
+
"name": "output",
|
|
11153
|
+
"description": null,
|
|
11154
|
+
"type": {
|
|
11155
|
+
"kind": "SCALAR",
|
|
11156
|
+
"name": "JSON",
|
|
11157
|
+
"ofType": null
|
|
11158
|
+
},
|
|
11159
|
+
"defaultValue": null,
|
|
11160
|
+
"isDeprecated": false,
|
|
11161
|
+
"deprecationReason": null
|
|
11162
|
+
},
|
|
11163
|
+
{
|
|
11164
|
+
"name": "promptGroup",
|
|
11165
|
+
"description": null,
|
|
11166
|
+
"type": {
|
|
11167
|
+
"kind": "SCALAR",
|
|
11168
|
+
"name": "UUID",
|
|
11169
|
+
"ofType": null
|
|
11170
|
+
},
|
|
11171
|
+
"defaultValue": null,
|
|
11172
|
+
"isDeprecated": false,
|
|
11173
|
+
"deprecationReason": null
|
|
11174
|
+
},
|
|
11175
|
+
{
|
|
11176
|
+
"name": "promptId",
|
|
11177
|
+
"description": null,
|
|
11178
|
+
"type": {
|
|
11179
|
+
"kind": "SCALAR",
|
|
11180
|
+
"name": "UUID",
|
|
11181
|
+
"ofType": null
|
|
11182
|
+
},
|
|
11183
|
+
"defaultValue": null,
|
|
11184
|
+
"isDeprecated": false,
|
|
11185
|
+
"deprecationReason": null
|
|
11186
|
+
}
|
|
11187
|
+
],
|
|
11188
|
+
"interfaces": null,
|
|
11189
|
+
"enumValues": null,
|
|
11190
|
+
"possibleTypes": null
|
|
11191
|
+
},
|
|
10208
11192
|
{
|
|
10209
11193
|
"kind": "OBJECT",
|
|
10210
11194
|
"name": "CalendarItem",
|
|
@@ -16647,6 +17631,18 @@
|
|
|
16647
17631
|
"name": "ContentDiscovery",
|
|
16648
17632
|
"description": null,
|
|
16649
17633
|
"fields": [
|
|
17634
|
+
{
|
|
17635
|
+
"name": "archived",
|
|
17636
|
+
"description": null,
|
|
17637
|
+
"args": [],
|
|
17638
|
+
"type": {
|
|
17639
|
+
"kind": "SCALAR",
|
|
17640
|
+
"name": "Boolean",
|
|
17641
|
+
"ofType": null
|
|
17642
|
+
},
|
|
17643
|
+
"isDeprecated": false,
|
|
17644
|
+
"deprecationReason": null
|
|
17645
|
+
},
|
|
16650
17646
|
{
|
|
16651
17647
|
"name": "brand",
|
|
16652
17648
|
"description": null,
|
|
@@ -16748,6 +17744,22 @@
|
|
|
16748
17744
|
"isDeprecated": false,
|
|
16749
17745
|
"deprecationReason": null
|
|
16750
17746
|
},
|
|
17747
|
+
{
|
|
17748
|
+
"name": "child_attachments",
|
|
17749
|
+
"description": null,
|
|
17750
|
+
"args": [],
|
|
17751
|
+
"type": {
|
|
17752
|
+
"kind": "LIST",
|
|
17753
|
+
"name": null,
|
|
17754
|
+
"ofType": {
|
|
17755
|
+
"kind": "OBJECT",
|
|
17756
|
+
"name": "ContentDiscoveryAttachment",
|
|
17757
|
+
"ofType": null
|
|
17758
|
+
}
|
|
17759
|
+
},
|
|
17760
|
+
"isDeprecated": false,
|
|
17761
|
+
"deprecationReason": null
|
|
17762
|
+
},
|
|
16751
17763
|
{
|
|
16752
17764
|
"name": "content_created_at",
|
|
16753
17765
|
"description": null,
|
|
@@ -16926,6 +17938,113 @@
|
|
|
16926
17938
|
"enumValues": null,
|
|
16927
17939
|
"possibleTypes": null
|
|
16928
17940
|
},
|
|
17941
|
+
{
|
|
17942
|
+
"kind": "OBJECT",
|
|
17943
|
+
"name": "ContentDiscoveryAttachment",
|
|
17944
|
+
"description": null,
|
|
17945
|
+
"fields": [
|
|
17946
|
+
{
|
|
17947
|
+
"name": "call_to_action",
|
|
17948
|
+
"description": null,
|
|
17949
|
+
"args": [],
|
|
17950
|
+
"type": {
|
|
17951
|
+
"kind": "SCALAR",
|
|
17952
|
+
"name": "String",
|
|
17953
|
+
"ofType": null
|
|
17954
|
+
},
|
|
17955
|
+
"isDeprecated": false,
|
|
17956
|
+
"deprecationReason": null
|
|
17957
|
+
},
|
|
17958
|
+
{
|
|
17959
|
+
"name": "caption",
|
|
17960
|
+
"description": null,
|
|
17961
|
+
"args": [],
|
|
17962
|
+
"type": {
|
|
17963
|
+
"kind": "SCALAR",
|
|
17964
|
+
"name": "String",
|
|
17965
|
+
"ofType": null
|
|
17966
|
+
},
|
|
17967
|
+
"isDeprecated": false,
|
|
17968
|
+
"deprecationReason": null
|
|
17969
|
+
},
|
|
17970
|
+
{
|
|
17971
|
+
"name": "description",
|
|
17972
|
+
"description": null,
|
|
17973
|
+
"args": [],
|
|
17974
|
+
"type": {
|
|
17975
|
+
"kind": "SCALAR",
|
|
17976
|
+
"name": "String",
|
|
17977
|
+
"ofType": null
|
|
17978
|
+
},
|
|
17979
|
+
"isDeprecated": false,
|
|
17980
|
+
"deprecationReason": null
|
|
17981
|
+
},
|
|
17982
|
+
{
|
|
17983
|
+
"name": "link",
|
|
17984
|
+
"description": null,
|
|
17985
|
+
"args": [],
|
|
17986
|
+
"type": {
|
|
17987
|
+
"kind": "SCALAR",
|
|
17988
|
+
"name": "String",
|
|
17989
|
+
"ofType": null
|
|
17990
|
+
},
|
|
17991
|
+
"isDeprecated": false,
|
|
17992
|
+
"deprecationReason": null
|
|
17993
|
+
},
|
|
17994
|
+
{
|
|
17995
|
+
"name": "media",
|
|
17996
|
+
"description": null,
|
|
17997
|
+
"args": [],
|
|
17998
|
+
"type": {
|
|
17999
|
+
"kind": "OBJECT",
|
|
18000
|
+
"name": "Media",
|
|
18001
|
+
"ofType": null
|
|
18002
|
+
},
|
|
18003
|
+
"isDeprecated": false,
|
|
18004
|
+
"deprecationReason": null
|
|
18005
|
+
},
|
|
18006
|
+
{
|
|
18007
|
+
"name": "share_url_type",
|
|
18008
|
+
"description": null,
|
|
18009
|
+
"args": [],
|
|
18010
|
+
"type": {
|
|
18011
|
+
"kind": "SCALAR",
|
|
18012
|
+
"name": "String",
|
|
18013
|
+
"ofType": null
|
|
18014
|
+
},
|
|
18015
|
+
"isDeprecated": false,
|
|
18016
|
+
"deprecationReason": null
|
|
18017
|
+
},
|
|
18018
|
+
{
|
|
18019
|
+
"name": "title",
|
|
18020
|
+
"description": null,
|
|
18021
|
+
"args": [],
|
|
18022
|
+
"type": {
|
|
18023
|
+
"kind": "SCALAR",
|
|
18024
|
+
"name": "String",
|
|
18025
|
+
"ofType": null
|
|
18026
|
+
},
|
|
18027
|
+
"isDeprecated": false,
|
|
18028
|
+
"deprecationReason": null
|
|
18029
|
+
},
|
|
18030
|
+
{
|
|
18031
|
+
"name": "video",
|
|
18032
|
+
"description": null,
|
|
18033
|
+
"args": [],
|
|
18034
|
+
"type": {
|
|
18035
|
+
"kind": "SCALAR",
|
|
18036
|
+
"name": "String",
|
|
18037
|
+
"ofType": null
|
|
18038
|
+
},
|
|
18039
|
+
"isDeprecated": false,
|
|
18040
|
+
"deprecationReason": null
|
|
18041
|
+
}
|
|
18042
|
+
],
|
|
18043
|
+
"inputFields": null,
|
|
18044
|
+
"interfaces": [],
|
|
18045
|
+
"enumValues": null,
|
|
18046
|
+
"possibleTypes": null
|
|
18047
|
+
},
|
|
16929
18048
|
{
|
|
16930
18049
|
"kind": "INPUT_OBJECT",
|
|
16931
18050
|
"name": "ContentDiscoveryFilterHash",
|
|
@@ -18898,6 +20017,26 @@
|
|
|
18898
20017
|
"isDeprecated": false,
|
|
18899
20018
|
"deprecationReason": null
|
|
18900
20019
|
},
|
|
20020
|
+
{
|
|
20021
|
+
"name": "content_discovery_item_ids",
|
|
20022
|
+
"description": null,
|
|
20023
|
+
"type": {
|
|
20024
|
+
"kind": "LIST",
|
|
20025
|
+
"name": null,
|
|
20026
|
+
"ofType": {
|
|
20027
|
+
"kind": "NON_NULL",
|
|
20028
|
+
"name": null,
|
|
20029
|
+
"ofType": {
|
|
20030
|
+
"kind": "SCALAR",
|
|
20031
|
+
"name": "Int",
|
|
20032
|
+
"ofType": null
|
|
20033
|
+
}
|
|
20034
|
+
}
|
|
20035
|
+
},
|
|
20036
|
+
"defaultValue": null,
|
|
20037
|
+
"isDeprecated": false,
|
|
20038
|
+
"deprecationReason": null
|
|
20039
|
+
},
|
|
18901
20040
|
{
|
|
18902
20041
|
"name": "resource_id",
|
|
18903
20042
|
"description": null,
|
|
@@ -42051,6 +43190,16 @@
|
|
|
42051
43190
|
"enumValues": null,
|
|
42052
43191
|
"possibleTypes": null
|
|
42053
43192
|
},
|
|
43193
|
+
{
|
|
43194
|
+
"kind": "SCALAR",
|
|
43195
|
+
"name": "JSON",
|
|
43196
|
+
"description": null,
|
|
43197
|
+
"fields": null,
|
|
43198
|
+
"inputFields": null,
|
|
43199
|
+
"interfaces": null,
|
|
43200
|
+
"enumValues": null,
|
|
43201
|
+
"possibleTypes": null
|
|
43202
|
+
},
|
|
42054
43203
|
{
|
|
42055
43204
|
"kind": "OBJECT",
|
|
42056
43205
|
"name": "JwtResponse",
|
|
@@ -46407,6 +47556,18 @@
|
|
|
46407
47556
|
"isDeprecated": false,
|
|
46408
47557
|
"deprecationReason": null
|
|
46409
47558
|
},
|
|
47559
|
+
{
|
|
47560
|
+
"name": "_empty",
|
|
47561
|
+
"description": null,
|
|
47562
|
+
"args": [],
|
|
47563
|
+
"type": {
|
|
47564
|
+
"kind": "SCALAR",
|
|
47565
|
+
"name": "String",
|
|
47566
|
+
"ofType": null
|
|
47567
|
+
},
|
|
47568
|
+
"isDeprecated": false,
|
|
47569
|
+
"deprecationReason": null
|
|
47570
|
+
},
|
|
46410
47571
|
{
|
|
46411
47572
|
"name": "acceptAccessInvitation",
|
|
46412
47573
|
"description": null,
|
|
@@ -47283,34 +48444,186 @@
|
|
|
47283
48444
|
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
47284
48445
|
},
|
|
47285
48446
|
{
|
|
47286
|
-
"name": "bulkOperateCollections",
|
|
48447
|
+
"name": "bulkOperateCollections",
|
|
48448
|
+
"description": null,
|
|
48449
|
+
"args": [
|
|
48450
|
+
{
|
|
48451
|
+
"name": "id",
|
|
48452
|
+
"description": null,
|
|
48453
|
+
"type": {
|
|
48454
|
+
"kind": "NON_NULL",
|
|
48455
|
+
"name": null,
|
|
48456
|
+
"ofType": {
|
|
48457
|
+
"kind": "SCALAR",
|
|
48458
|
+
"name": "ID",
|
|
48459
|
+
"ofType": null
|
|
48460
|
+
}
|
|
48461
|
+
},
|
|
48462
|
+
"defaultValue": null,
|
|
48463
|
+
"isDeprecated": false,
|
|
48464
|
+
"deprecationReason": null
|
|
48465
|
+
},
|
|
48466
|
+
{
|
|
48467
|
+
"name": "operation",
|
|
48468
|
+
"description": null,
|
|
48469
|
+
"type": {
|
|
48470
|
+
"kind": "NON_NULL",
|
|
48471
|
+
"name": null,
|
|
48472
|
+
"ofType": {
|
|
48473
|
+
"kind": "ENUM",
|
|
48474
|
+
"name": "BulkCollectionOperation",
|
|
48475
|
+
"ofType": null
|
|
48476
|
+
}
|
|
48477
|
+
},
|
|
48478
|
+
"defaultValue": null,
|
|
48479
|
+
"isDeprecated": false,
|
|
48480
|
+
"deprecationReason": null
|
|
48481
|
+
}
|
|
48482
|
+
],
|
|
48483
|
+
"type": {
|
|
48484
|
+
"kind": "SCALAR",
|
|
48485
|
+
"name": "ID",
|
|
48486
|
+
"ofType": null
|
|
48487
|
+
},
|
|
48488
|
+
"isDeprecated": false,
|
|
48489
|
+
"deprecationReason": null
|
|
48490
|
+
},
|
|
48491
|
+
{
|
|
48492
|
+
"name": "bulkUpdateDigitalAsset",
|
|
48493
|
+
"description": null,
|
|
48494
|
+
"args": [
|
|
48495
|
+
{
|
|
48496
|
+
"name": "params",
|
|
48497
|
+
"description": null,
|
|
48498
|
+
"type": {
|
|
48499
|
+
"kind": "NON_NULL",
|
|
48500
|
+
"name": null,
|
|
48501
|
+
"ofType": {
|
|
48502
|
+
"kind": "INPUT_OBJECT",
|
|
48503
|
+
"name": "BulkUpdateDigitalAssetParams",
|
|
48504
|
+
"ofType": null
|
|
48505
|
+
}
|
|
48506
|
+
},
|
|
48507
|
+
"defaultValue": null,
|
|
48508
|
+
"isDeprecated": false,
|
|
48509
|
+
"deprecationReason": null
|
|
48510
|
+
}
|
|
48511
|
+
],
|
|
48512
|
+
"type": {
|
|
48513
|
+
"kind": "LIST",
|
|
48514
|
+
"name": null,
|
|
48515
|
+
"ofType": {
|
|
48516
|
+
"kind": "OBJECT",
|
|
48517
|
+
"name": "DigitalAsset",
|
|
48518
|
+
"ofType": null
|
|
48519
|
+
}
|
|
48520
|
+
},
|
|
48521
|
+
"isDeprecated": false,
|
|
48522
|
+
"deprecationReason": null
|
|
48523
|
+
},
|
|
48524
|
+
{
|
|
48525
|
+
"name": "bulkUpdateRetailerData",
|
|
48526
|
+
"description": null,
|
|
48527
|
+
"args": [
|
|
48528
|
+
{
|
|
48529
|
+
"name": "brandId",
|
|
48530
|
+
"description": null,
|
|
48531
|
+
"type": {
|
|
48532
|
+
"kind": "NON_NULL",
|
|
48533
|
+
"name": null,
|
|
48534
|
+
"ofType": {
|
|
48535
|
+
"kind": "SCALAR",
|
|
48536
|
+
"name": "String",
|
|
48537
|
+
"ofType": null
|
|
48538
|
+
}
|
|
48539
|
+
},
|
|
48540
|
+
"defaultValue": null,
|
|
48541
|
+
"isDeprecated": false,
|
|
48542
|
+
"deprecationReason": null
|
|
48543
|
+
},
|
|
48544
|
+
{
|
|
48545
|
+
"name": "dryrun",
|
|
48546
|
+
"description": null,
|
|
48547
|
+
"type": {
|
|
48548
|
+
"kind": "SCALAR",
|
|
48549
|
+
"name": "Boolean",
|
|
48550
|
+
"ofType": null
|
|
48551
|
+
},
|
|
48552
|
+
"defaultValue": null,
|
|
48553
|
+
"isDeprecated": false,
|
|
48554
|
+
"deprecationReason": null
|
|
48555
|
+
},
|
|
48556
|
+
{
|
|
48557
|
+
"name": "file",
|
|
48558
|
+
"description": null,
|
|
48559
|
+
"type": {
|
|
48560
|
+
"kind": "NON_NULL",
|
|
48561
|
+
"name": null,
|
|
48562
|
+
"ofType": {
|
|
48563
|
+
"kind": "SCALAR",
|
|
48564
|
+
"name": "Upload",
|
|
48565
|
+
"ofType": null
|
|
48566
|
+
}
|
|
48567
|
+
},
|
|
48568
|
+
"defaultValue": null,
|
|
48569
|
+
"isDeprecated": false,
|
|
48570
|
+
"deprecationReason": null
|
|
48571
|
+
}
|
|
48572
|
+
],
|
|
48573
|
+
"type": {
|
|
48574
|
+
"kind": "OBJECT",
|
|
48575
|
+
"name": "UploadCsvResponse",
|
|
48576
|
+
"ofType": null
|
|
48577
|
+
},
|
|
48578
|
+
"isDeprecated": true,
|
|
48579
|
+
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
48580
|
+
},
|
|
48581
|
+
{
|
|
48582
|
+
"name": "caSvcCreatePrompt",
|
|
47287
48583
|
"description": null,
|
|
47288
48584
|
"args": [
|
|
47289
48585
|
{
|
|
47290
|
-
"name": "
|
|
48586
|
+
"name": "input",
|
|
47291
48587
|
"description": null,
|
|
47292
48588
|
"type": {
|
|
47293
48589
|
"kind": "NON_NULL",
|
|
47294
48590
|
"name": null,
|
|
47295
48591
|
"ofType": {
|
|
47296
|
-
"kind": "
|
|
47297
|
-
"name": "
|
|
48592
|
+
"kind": "INPUT_OBJECT",
|
|
48593
|
+
"name": "CASvcCreatePromptInput",
|
|
47298
48594
|
"ofType": null
|
|
47299
48595
|
}
|
|
47300
48596
|
},
|
|
47301
48597
|
"defaultValue": null,
|
|
47302
48598
|
"isDeprecated": false,
|
|
47303
48599
|
"deprecationReason": null
|
|
47304
|
-
}
|
|
48600
|
+
}
|
|
48601
|
+
],
|
|
48602
|
+
"type": {
|
|
48603
|
+
"kind": "NON_NULL",
|
|
48604
|
+
"name": null,
|
|
48605
|
+
"ofType": {
|
|
48606
|
+
"kind": "OBJECT",
|
|
48607
|
+
"name": "CASvcPrompt",
|
|
48608
|
+
"ofType": null
|
|
48609
|
+
}
|
|
48610
|
+
},
|
|
48611
|
+
"isDeprecated": false,
|
|
48612
|
+
"deprecationReason": null
|
|
48613
|
+
},
|
|
48614
|
+
{
|
|
48615
|
+
"name": "caSvcCreatePromptGroup",
|
|
48616
|
+
"description": null,
|
|
48617
|
+
"args": [
|
|
47305
48618
|
{
|
|
47306
|
-
"name": "
|
|
48619
|
+
"name": "input",
|
|
47307
48620
|
"description": null,
|
|
47308
48621
|
"type": {
|
|
47309
48622
|
"kind": "NON_NULL",
|
|
47310
48623
|
"name": null,
|
|
47311
48624
|
"ofType": {
|
|
47312
|
-
"kind": "
|
|
47313
|
-
"name": "
|
|
48625
|
+
"kind": "INPUT_OBJECT",
|
|
48626
|
+
"name": "CASvcCreatePromptGroupInput",
|
|
47314
48627
|
"ofType": null
|
|
47315
48628
|
}
|
|
47316
48629
|
},
|
|
@@ -47320,26 +48633,30 @@
|
|
|
47320
48633
|
}
|
|
47321
48634
|
],
|
|
47322
48635
|
"type": {
|
|
47323
|
-
"kind": "
|
|
47324
|
-
"name":
|
|
47325
|
-
"ofType":
|
|
48636
|
+
"kind": "NON_NULL",
|
|
48637
|
+
"name": null,
|
|
48638
|
+
"ofType": {
|
|
48639
|
+
"kind": "OBJECT",
|
|
48640
|
+
"name": "CASvcPromptGroup",
|
|
48641
|
+
"ofType": null
|
|
48642
|
+
}
|
|
47326
48643
|
},
|
|
47327
48644
|
"isDeprecated": false,
|
|
47328
48645
|
"deprecationReason": null
|
|
47329
48646
|
},
|
|
47330
48647
|
{
|
|
47331
|
-
"name": "
|
|
48648
|
+
"name": "caSvcCreatePromptGroupMember",
|
|
47332
48649
|
"description": null,
|
|
47333
48650
|
"args": [
|
|
47334
48651
|
{
|
|
47335
|
-
"name": "
|
|
48652
|
+
"name": "input",
|
|
47336
48653
|
"description": null,
|
|
47337
48654
|
"type": {
|
|
47338
48655
|
"kind": "NON_NULL",
|
|
47339
48656
|
"name": null,
|
|
47340
48657
|
"ofType": {
|
|
47341
48658
|
"kind": "INPUT_OBJECT",
|
|
47342
|
-
"name": "
|
|
48659
|
+
"name": "CASvcCreatePromptGroupMemberInput",
|
|
47343
48660
|
"ofType": null
|
|
47344
48661
|
}
|
|
47345
48662
|
},
|
|
@@ -47349,11 +48666,11 @@
|
|
|
47349
48666
|
}
|
|
47350
48667
|
],
|
|
47351
48668
|
"type": {
|
|
47352
|
-
"kind": "
|
|
48669
|
+
"kind": "NON_NULL",
|
|
47353
48670
|
"name": null,
|
|
47354
48671
|
"ofType": {
|
|
47355
48672
|
"kind": "OBJECT",
|
|
47356
|
-
"name": "
|
|
48673
|
+
"name": "CASvcPromptGroupMember",
|
|
47357
48674
|
"ofType": null
|
|
47358
48675
|
}
|
|
47359
48676
|
},
|
|
@@ -47361,46 +48678,117 @@
|
|
|
47361
48678
|
"deprecationReason": null
|
|
47362
48679
|
},
|
|
47363
48680
|
{
|
|
47364
|
-
"name": "
|
|
48681
|
+
"name": "caSvcCreateResult",
|
|
47365
48682
|
"description": null,
|
|
47366
48683
|
"args": [
|
|
47367
48684
|
{
|
|
47368
|
-
"name": "
|
|
48685
|
+
"name": "input",
|
|
48686
|
+
"description": null,
|
|
48687
|
+
"type": {
|
|
48688
|
+
"kind": "NON_NULL",
|
|
48689
|
+
"name": null,
|
|
48690
|
+
"ofType": {
|
|
48691
|
+
"kind": "INPUT_OBJECT",
|
|
48692
|
+
"name": "CASvcCreateResultInput",
|
|
48693
|
+
"ofType": null
|
|
48694
|
+
}
|
|
48695
|
+
},
|
|
48696
|
+
"defaultValue": null,
|
|
48697
|
+
"isDeprecated": false,
|
|
48698
|
+
"deprecationReason": null
|
|
48699
|
+
}
|
|
48700
|
+
],
|
|
48701
|
+
"type": {
|
|
48702
|
+
"kind": "NON_NULL",
|
|
48703
|
+
"name": null,
|
|
48704
|
+
"ofType": {
|
|
48705
|
+
"kind": "OBJECT",
|
|
48706
|
+
"name": "CASvcResult",
|
|
48707
|
+
"ofType": null
|
|
48708
|
+
}
|
|
48709
|
+
},
|
|
48710
|
+
"isDeprecated": false,
|
|
48711
|
+
"deprecationReason": null
|
|
48712
|
+
},
|
|
48713
|
+
{
|
|
48714
|
+
"name": "caSvcDeletePrompt",
|
|
48715
|
+
"description": null,
|
|
48716
|
+
"args": [
|
|
48717
|
+
{
|
|
48718
|
+
"name": "id",
|
|
47369
48719
|
"description": null,
|
|
47370
48720
|
"type": {
|
|
47371
48721
|
"kind": "NON_NULL",
|
|
47372
48722
|
"name": null,
|
|
47373
48723
|
"ofType": {
|
|
47374
48724
|
"kind": "SCALAR",
|
|
47375
|
-
"name": "
|
|
48725
|
+
"name": "UUID",
|
|
47376
48726
|
"ofType": null
|
|
47377
48727
|
}
|
|
47378
48728
|
},
|
|
47379
48729
|
"defaultValue": null,
|
|
47380
48730
|
"isDeprecated": false,
|
|
47381
48731
|
"deprecationReason": null
|
|
47382
|
-
}
|
|
48732
|
+
}
|
|
48733
|
+
],
|
|
48734
|
+
"type": {
|
|
48735
|
+
"kind": "NON_NULL",
|
|
48736
|
+
"name": null,
|
|
48737
|
+
"ofType": {
|
|
48738
|
+
"kind": "SCALAR",
|
|
48739
|
+
"name": "Boolean",
|
|
48740
|
+
"ofType": null
|
|
48741
|
+
}
|
|
48742
|
+
},
|
|
48743
|
+
"isDeprecated": false,
|
|
48744
|
+
"deprecationReason": null
|
|
48745
|
+
},
|
|
48746
|
+
{
|
|
48747
|
+
"name": "caSvcDeletePromptGroup",
|
|
48748
|
+
"description": null,
|
|
48749
|
+
"args": [
|
|
47383
48750
|
{
|
|
47384
|
-
"name": "
|
|
48751
|
+
"name": "id",
|
|
47385
48752
|
"description": null,
|
|
47386
48753
|
"type": {
|
|
47387
|
-
"kind": "
|
|
47388
|
-
"name":
|
|
47389
|
-
"ofType":
|
|
48754
|
+
"kind": "NON_NULL",
|
|
48755
|
+
"name": null,
|
|
48756
|
+
"ofType": {
|
|
48757
|
+
"kind": "SCALAR",
|
|
48758
|
+
"name": "UUID",
|
|
48759
|
+
"ofType": null
|
|
48760
|
+
}
|
|
47390
48761
|
},
|
|
47391
48762
|
"defaultValue": null,
|
|
47392
48763
|
"isDeprecated": false,
|
|
47393
48764
|
"deprecationReason": null
|
|
47394
|
-
}
|
|
48765
|
+
}
|
|
48766
|
+
],
|
|
48767
|
+
"type": {
|
|
48768
|
+
"kind": "NON_NULL",
|
|
48769
|
+
"name": null,
|
|
48770
|
+
"ofType": {
|
|
48771
|
+
"kind": "SCALAR",
|
|
48772
|
+
"name": "Boolean",
|
|
48773
|
+
"ofType": null
|
|
48774
|
+
}
|
|
48775
|
+
},
|
|
48776
|
+
"isDeprecated": false,
|
|
48777
|
+
"deprecationReason": null
|
|
48778
|
+
},
|
|
48779
|
+
{
|
|
48780
|
+
"name": "caSvcDeletePromptGroupMember",
|
|
48781
|
+
"description": null,
|
|
48782
|
+
"args": [
|
|
47395
48783
|
{
|
|
47396
|
-
"name": "
|
|
48784
|
+
"name": "id",
|
|
47397
48785
|
"description": null,
|
|
47398
48786
|
"type": {
|
|
47399
48787
|
"kind": "NON_NULL",
|
|
47400
48788
|
"name": null,
|
|
47401
48789
|
"ofType": {
|
|
47402
48790
|
"kind": "SCALAR",
|
|
47403
|
-
"name": "
|
|
48791
|
+
"name": "UUID",
|
|
47404
48792
|
"ofType": null
|
|
47405
48793
|
}
|
|
47406
48794
|
},
|
|
@@ -47410,12 +48798,181 @@
|
|
|
47410
48798
|
}
|
|
47411
48799
|
],
|
|
47412
48800
|
"type": {
|
|
47413
|
-
"kind": "
|
|
47414
|
-
"name":
|
|
47415
|
-
"ofType":
|
|
48801
|
+
"kind": "NON_NULL",
|
|
48802
|
+
"name": null,
|
|
48803
|
+
"ofType": {
|
|
48804
|
+
"kind": "SCALAR",
|
|
48805
|
+
"name": "Boolean",
|
|
48806
|
+
"ofType": null
|
|
48807
|
+
}
|
|
47416
48808
|
},
|
|
47417
|
-
"isDeprecated":
|
|
47418
|
-
"deprecationReason":
|
|
48809
|
+
"isDeprecated": false,
|
|
48810
|
+
"deprecationReason": null
|
|
48811
|
+
},
|
|
48812
|
+
{
|
|
48813
|
+
"name": "caSvcDeleteResult",
|
|
48814
|
+
"description": null,
|
|
48815
|
+
"args": [
|
|
48816
|
+
{
|
|
48817
|
+
"name": "id",
|
|
48818
|
+
"description": null,
|
|
48819
|
+
"type": {
|
|
48820
|
+
"kind": "NON_NULL",
|
|
48821
|
+
"name": null,
|
|
48822
|
+
"ofType": {
|
|
48823
|
+
"kind": "SCALAR",
|
|
48824
|
+
"name": "UUID",
|
|
48825
|
+
"ofType": null
|
|
48826
|
+
}
|
|
48827
|
+
},
|
|
48828
|
+
"defaultValue": null,
|
|
48829
|
+
"isDeprecated": false,
|
|
48830
|
+
"deprecationReason": null
|
|
48831
|
+
}
|
|
48832
|
+
],
|
|
48833
|
+
"type": {
|
|
48834
|
+
"kind": "NON_NULL",
|
|
48835
|
+
"name": null,
|
|
48836
|
+
"ofType": {
|
|
48837
|
+
"kind": "SCALAR",
|
|
48838
|
+
"name": "Boolean",
|
|
48839
|
+
"ofType": null
|
|
48840
|
+
}
|
|
48841
|
+
},
|
|
48842
|
+
"isDeprecated": false,
|
|
48843
|
+
"deprecationReason": null
|
|
48844
|
+
},
|
|
48845
|
+
{
|
|
48846
|
+
"name": "caSvcUpdatePrompt",
|
|
48847
|
+
"description": null,
|
|
48848
|
+
"args": [
|
|
48849
|
+
{
|
|
48850
|
+
"name": "input",
|
|
48851
|
+
"description": null,
|
|
48852
|
+
"type": {
|
|
48853
|
+
"kind": "NON_NULL",
|
|
48854
|
+
"name": null,
|
|
48855
|
+
"ofType": {
|
|
48856
|
+
"kind": "INPUT_OBJECT",
|
|
48857
|
+
"name": "CASvcUpdatePromptInput",
|
|
48858
|
+
"ofType": null
|
|
48859
|
+
}
|
|
48860
|
+
},
|
|
48861
|
+
"defaultValue": null,
|
|
48862
|
+
"isDeprecated": false,
|
|
48863
|
+
"deprecationReason": null
|
|
48864
|
+
}
|
|
48865
|
+
],
|
|
48866
|
+
"type": {
|
|
48867
|
+
"kind": "NON_NULL",
|
|
48868
|
+
"name": null,
|
|
48869
|
+
"ofType": {
|
|
48870
|
+
"kind": "OBJECT",
|
|
48871
|
+
"name": "CASvcPrompt",
|
|
48872
|
+
"ofType": null
|
|
48873
|
+
}
|
|
48874
|
+
},
|
|
48875
|
+
"isDeprecated": false,
|
|
48876
|
+
"deprecationReason": null
|
|
48877
|
+
},
|
|
48878
|
+
{
|
|
48879
|
+
"name": "caSvcUpdatePromptGroup",
|
|
48880
|
+
"description": null,
|
|
48881
|
+
"args": [
|
|
48882
|
+
{
|
|
48883
|
+
"name": "input",
|
|
48884
|
+
"description": null,
|
|
48885
|
+
"type": {
|
|
48886
|
+
"kind": "NON_NULL",
|
|
48887
|
+
"name": null,
|
|
48888
|
+
"ofType": {
|
|
48889
|
+
"kind": "INPUT_OBJECT",
|
|
48890
|
+
"name": "CASvcUpdatePromptGroupInput",
|
|
48891
|
+
"ofType": null
|
|
48892
|
+
}
|
|
48893
|
+
},
|
|
48894
|
+
"defaultValue": null,
|
|
48895
|
+
"isDeprecated": false,
|
|
48896
|
+
"deprecationReason": null
|
|
48897
|
+
}
|
|
48898
|
+
],
|
|
48899
|
+
"type": {
|
|
48900
|
+
"kind": "NON_NULL",
|
|
48901
|
+
"name": null,
|
|
48902
|
+
"ofType": {
|
|
48903
|
+
"kind": "OBJECT",
|
|
48904
|
+
"name": "CASvcPromptGroup",
|
|
48905
|
+
"ofType": null
|
|
48906
|
+
}
|
|
48907
|
+
},
|
|
48908
|
+
"isDeprecated": false,
|
|
48909
|
+
"deprecationReason": null
|
|
48910
|
+
},
|
|
48911
|
+
{
|
|
48912
|
+
"name": "caSvcUpdatePromptGroupMember",
|
|
48913
|
+
"description": null,
|
|
48914
|
+
"args": [
|
|
48915
|
+
{
|
|
48916
|
+
"name": "input",
|
|
48917
|
+
"description": null,
|
|
48918
|
+
"type": {
|
|
48919
|
+
"kind": "NON_NULL",
|
|
48920
|
+
"name": null,
|
|
48921
|
+
"ofType": {
|
|
48922
|
+
"kind": "INPUT_OBJECT",
|
|
48923
|
+
"name": "CASvcUpdatePromptGroupMemberInput",
|
|
48924
|
+
"ofType": null
|
|
48925
|
+
}
|
|
48926
|
+
},
|
|
48927
|
+
"defaultValue": null,
|
|
48928
|
+
"isDeprecated": false,
|
|
48929
|
+
"deprecationReason": null
|
|
48930
|
+
}
|
|
48931
|
+
],
|
|
48932
|
+
"type": {
|
|
48933
|
+
"kind": "NON_NULL",
|
|
48934
|
+
"name": null,
|
|
48935
|
+
"ofType": {
|
|
48936
|
+
"kind": "OBJECT",
|
|
48937
|
+
"name": "CASvcPromptGroupMember",
|
|
48938
|
+
"ofType": null
|
|
48939
|
+
}
|
|
48940
|
+
},
|
|
48941
|
+
"isDeprecated": false,
|
|
48942
|
+
"deprecationReason": null
|
|
48943
|
+
},
|
|
48944
|
+
{
|
|
48945
|
+
"name": "caSvcUpdateResult",
|
|
48946
|
+
"description": null,
|
|
48947
|
+
"args": [
|
|
48948
|
+
{
|
|
48949
|
+
"name": "input",
|
|
48950
|
+
"description": null,
|
|
48951
|
+
"type": {
|
|
48952
|
+
"kind": "NON_NULL",
|
|
48953
|
+
"name": null,
|
|
48954
|
+
"ofType": {
|
|
48955
|
+
"kind": "INPUT_OBJECT",
|
|
48956
|
+
"name": "CASvcUpdateResultInput",
|
|
48957
|
+
"ofType": null
|
|
48958
|
+
}
|
|
48959
|
+
},
|
|
48960
|
+
"defaultValue": null,
|
|
48961
|
+
"isDeprecated": false,
|
|
48962
|
+
"deprecationReason": null
|
|
48963
|
+
}
|
|
48964
|
+
],
|
|
48965
|
+
"type": {
|
|
48966
|
+
"kind": "NON_NULL",
|
|
48967
|
+
"name": null,
|
|
48968
|
+
"ofType": {
|
|
48969
|
+
"kind": "OBJECT",
|
|
48970
|
+
"name": "CASvcResult",
|
|
48971
|
+
"ofType": null
|
|
48972
|
+
}
|
|
48973
|
+
},
|
|
48974
|
+
"isDeprecated": false,
|
|
48975
|
+
"deprecationReason": null
|
|
47419
48976
|
},
|
|
47420
48977
|
{
|
|
47421
48978
|
"name": "cancelContract",
|
|
@@ -64469,6 +66026,18 @@
|
|
|
64469
66026
|
"name": "Query",
|
|
64470
66027
|
"description": null,
|
|
64471
66028
|
"fields": [
|
|
66029
|
+
{
|
|
66030
|
+
"name": "_empty",
|
|
66031
|
+
"description": null,
|
|
66032
|
+
"args": [],
|
|
66033
|
+
"type": {
|
|
66034
|
+
"kind": "SCALAR",
|
|
66035
|
+
"name": "String",
|
|
66036
|
+
"ofType": null
|
|
66037
|
+
},
|
|
66038
|
+
"isDeprecated": false,
|
|
66039
|
+
"deprecationReason": null
|
|
66040
|
+
},
|
|
64472
66041
|
{
|
|
64473
66042
|
"name": "address_verification_run_results",
|
|
64474
66043
|
"description": "An array relationship",
|
|
@@ -65577,6 +67146,366 @@
|
|
|
65577
67146
|
"isDeprecated": false,
|
|
65578
67147
|
"deprecationReason": null
|
|
65579
67148
|
},
|
|
67149
|
+
{
|
|
67150
|
+
"name": "caSvcPrompt",
|
|
67151
|
+
"description": null,
|
|
67152
|
+
"args": [
|
|
67153
|
+
{
|
|
67154
|
+
"name": "id",
|
|
67155
|
+
"description": null,
|
|
67156
|
+
"type": {
|
|
67157
|
+
"kind": "NON_NULL",
|
|
67158
|
+
"name": null,
|
|
67159
|
+
"ofType": {
|
|
67160
|
+
"kind": "SCALAR",
|
|
67161
|
+
"name": "UUID",
|
|
67162
|
+
"ofType": null
|
|
67163
|
+
}
|
|
67164
|
+
},
|
|
67165
|
+
"defaultValue": null,
|
|
67166
|
+
"isDeprecated": false,
|
|
67167
|
+
"deprecationReason": null
|
|
67168
|
+
}
|
|
67169
|
+
],
|
|
67170
|
+
"type": {
|
|
67171
|
+
"kind": "OBJECT",
|
|
67172
|
+
"name": "CASvcPrompt",
|
|
67173
|
+
"ofType": null
|
|
67174
|
+
},
|
|
67175
|
+
"isDeprecated": false,
|
|
67176
|
+
"deprecationReason": null
|
|
67177
|
+
},
|
|
67178
|
+
{
|
|
67179
|
+
"name": "caSvcPromptGroup",
|
|
67180
|
+
"description": null,
|
|
67181
|
+
"args": [
|
|
67182
|
+
{
|
|
67183
|
+
"name": "id",
|
|
67184
|
+
"description": null,
|
|
67185
|
+
"type": {
|
|
67186
|
+
"kind": "NON_NULL",
|
|
67187
|
+
"name": null,
|
|
67188
|
+
"ofType": {
|
|
67189
|
+
"kind": "SCALAR",
|
|
67190
|
+
"name": "UUID",
|
|
67191
|
+
"ofType": null
|
|
67192
|
+
}
|
|
67193
|
+
},
|
|
67194
|
+
"defaultValue": null,
|
|
67195
|
+
"isDeprecated": false,
|
|
67196
|
+
"deprecationReason": null
|
|
67197
|
+
}
|
|
67198
|
+
],
|
|
67199
|
+
"type": {
|
|
67200
|
+
"kind": "OBJECT",
|
|
67201
|
+
"name": "CASvcPromptGroup",
|
|
67202
|
+
"ofType": null
|
|
67203
|
+
},
|
|
67204
|
+
"isDeprecated": false,
|
|
67205
|
+
"deprecationReason": null
|
|
67206
|
+
},
|
|
67207
|
+
{
|
|
67208
|
+
"name": "caSvcPromptGroupMember",
|
|
67209
|
+
"description": null,
|
|
67210
|
+
"args": [
|
|
67211
|
+
{
|
|
67212
|
+
"name": "id",
|
|
67213
|
+
"description": null,
|
|
67214
|
+
"type": {
|
|
67215
|
+
"kind": "NON_NULL",
|
|
67216
|
+
"name": null,
|
|
67217
|
+
"ofType": {
|
|
67218
|
+
"kind": "SCALAR",
|
|
67219
|
+
"name": "UUID",
|
|
67220
|
+
"ofType": null
|
|
67221
|
+
}
|
|
67222
|
+
},
|
|
67223
|
+
"defaultValue": null,
|
|
67224
|
+
"isDeprecated": false,
|
|
67225
|
+
"deprecationReason": null
|
|
67226
|
+
}
|
|
67227
|
+
],
|
|
67228
|
+
"type": {
|
|
67229
|
+
"kind": "OBJECT",
|
|
67230
|
+
"name": "CASvcPromptGroupMember",
|
|
67231
|
+
"ofType": null
|
|
67232
|
+
},
|
|
67233
|
+
"isDeprecated": false,
|
|
67234
|
+
"deprecationReason": null
|
|
67235
|
+
},
|
|
67236
|
+
{
|
|
67237
|
+
"name": "caSvcPromptGroupMembers",
|
|
67238
|
+
"description": null,
|
|
67239
|
+
"args": [
|
|
67240
|
+
{
|
|
67241
|
+
"name": "filter",
|
|
67242
|
+
"description": null,
|
|
67243
|
+
"type": {
|
|
67244
|
+
"kind": "INPUT_OBJECT",
|
|
67245
|
+
"name": "CASvcPromptGroupMemberFilter",
|
|
67246
|
+
"ofType": null
|
|
67247
|
+
},
|
|
67248
|
+
"defaultValue": null,
|
|
67249
|
+
"isDeprecated": false,
|
|
67250
|
+
"deprecationReason": null
|
|
67251
|
+
},
|
|
67252
|
+
{
|
|
67253
|
+
"name": "limit",
|
|
67254
|
+
"description": null,
|
|
67255
|
+
"type": {
|
|
67256
|
+
"kind": "SCALAR",
|
|
67257
|
+
"name": "Int",
|
|
67258
|
+
"ofType": null
|
|
67259
|
+
},
|
|
67260
|
+
"defaultValue": "10",
|
|
67261
|
+
"isDeprecated": false,
|
|
67262
|
+
"deprecationReason": null
|
|
67263
|
+
},
|
|
67264
|
+
{
|
|
67265
|
+
"name": "offset",
|
|
67266
|
+
"description": null,
|
|
67267
|
+
"type": {
|
|
67268
|
+
"kind": "SCALAR",
|
|
67269
|
+
"name": "Int",
|
|
67270
|
+
"ofType": null
|
|
67271
|
+
},
|
|
67272
|
+
"defaultValue": "0",
|
|
67273
|
+
"isDeprecated": false,
|
|
67274
|
+
"deprecationReason": null
|
|
67275
|
+
}
|
|
67276
|
+
],
|
|
67277
|
+
"type": {
|
|
67278
|
+
"kind": "NON_NULL",
|
|
67279
|
+
"name": null,
|
|
67280
|
+
"ofType": {
|
|
67281
|
+
"kind": "LIST",
|
|
67282
|
+
"name": null,
|
|
67283
|
+
"ofType": {
|
|
67284
|
+
"kind": "NON_NULL",
|
|
67285
|
+
"name": null,
|
|
67286
|
+
"ofType": {
|
|
67287
|
+
"kind": "OBJECT",
|
|
67288
|
+
"name": "CASvcPromptGroupMember",
|
|
67289
|
+
"ofType": null
|
|
67290
|
+
}
|
|
67291
|
+
}
|
|
67292
|
+
}
|
|
67293
|
+
},
|
|
67294
|
+
"isDeprecated": false,
|
|
67295
|
+
"deprecationReason": null
|
|
67296
|
+
},
|
|
67297
|
+
{
|
|
67298
|
+
"name": "caSvcPromptGroups",
|
|
67299
|
+
"description": null,
|
|
67300
|
+
"args": [
|
|
67301
|
+
{
|
|
67302
|
+
"name": "filter",
|
|
67303
|
+
"description": null,
|
|
67304
|
+
"type": {
|
|
67305
|
+
"kind": "INPUT_OBJECT",
|
|
67306
|
+
"name": "CASvcPromptGroupFilter",
|
|
67307
|
+
"ofType": null
|
|
67308
|
+
},
|
|
67309
|
+
"defaultValue": null,
|
|
67310
|
+
"isDeprecated": false,
|
|
67311
|
+
"deprecationReason": null
|
|
67312
|
+
},
|
|
67313
|
+
{
|
|
67314
|
+
"name": "limit",
|
|
67315
|
+
"description": null,
|
|
67316
|
+
"type": {
|
|
67317
|
+
"kind": "SCALAR",
|
|
67318
|
+
"name": "Int",
|
|
67319
|
+
"ofType": null
|
|
67320
|
+
},
|
|
67321
|
+
"defaultValue": "10",
|
|
67322
|
+
"isDeprecated": false,
|
|
67323
|
+
"deprecationReason": null
|
|
67324
|
+
},
|
|
67325
|
+
{
|
|
67326
|
+
"name": "offset",
|
|
67327
|
+
"description": null,
|
|
67328
|
+
"type": {
|
|
67329
|
+
"kind": "SCALAR",
|
|
67330
|
+
"name": "Int",
|
|
67331
|
+
"ofType": null
|
|
67332
|
+
},
|
|
67333
|
+
"defaultValue": "0",
|
|
67334
|
+
"isDeprecated": false,
|
|
67335
|
+
"deprecationReason": null
|
|
67336
|
+
}
|
|
67337
|
+
],
|
|
67338
|
+
"type": {
|
|
67339
|
+
"kind": "NON_NULL",
|
|
67340
|
+
"name": null,
|
|
67341
|
+
"ofType": {
|
|
67342
|
+
"kind": "LIST",
|
|
67343
|
+
"name": null,
|
|
67344
|
+
"ofType": {
|
|
67345
|
+
"kind": "NON_NULL",
|
|
67346
|
+
"name": null,
|
|
67347
|
+
"ofType": {
|
|
67348
|
+
"kind": "OBJECT",
|
|
67349
|
+
"name": "CASvcPromptGroup",
|
|
67350
|
+
"ofType": null
|
|
67351
|
+
}
|
|
67352
|
+
}
|
|
67353
|
+
}
|
|
67354
|
+
},
|
|
67355
|
+
"isDeprecated": false,
|
|
67356
|
+
"deprecationReason": null
|
|
67357
|
+
},
|
|
67358
|
+
{
|
|
67359
|
+
"name": "caSvcPrompts",
|
|
67360
|
+
"description": null,
|
|
67361
|
+
"args": [
|
|
67362
|
+
{
|
|
67363
|
+
"name": "filter",
|
|
67364
|
+
"description": null,
|
|
67365
|
+
"type": {
|
|
67366
|
+
"kind": "INPUT_OBJECT",
|
|
67367
|
+
"name": "CASvcPromptFilter",
|
|
67368
|
+
"ofType": null
|
|
67369
|
+
},
|
|
67370
|
+
"defaultValue": null,
|
|
67371
|
+
"isDeprecated": false,
|
|
67372
|
+
"deprecationReason": null
|
|
67373
|
+
},
|
|
67374
|
+
{
|
|
67375
|
+
"name": "limit",
|
|
67376
|
+
"description": null,
|
|
67377
|
+
"type": {
|
|
67378
|
+
"kind": "SCALAR",
|
|
67379
|
+
"name": "Int",
|
|
67380
|
+
"ofType": null
|
|
67381
|
+
},
|
|
67382
|
+
"defaultValue": "10",
|
|
67383
|
+
"isDeprecated": false,
|
|
67384
|
+
"deprecationReason": null
|
|
67385
|
+
},
|
|
67386
|
+
{
|
|
67387
|
+
"name": "offset",
|
|
67388
|
+
"description": null,
|
|
67389
|
+
"type": {
|
|
67390
|
+
"kind": "SCALAR",
|
|
67391
|
+
"name": "Int",
|
|
67392
|
+
"ofType": null
|
|
67393
|
+
},
|
|
67394
|
+
"defaultValue": "0",
|
|
67395
|
+
"isDeprecated": false,
|
|
67396
|
+
"deprecationReason": null
|
|
67397
|
+
}
|
|
67398
|
+
],
|
|
67399
|
+
"type": {
|
|
67400
|
+
"kind": "NON_NULL",
|
|
67401
|
+
"name": null,
|
|
67402
|
+
"ofType": {
|
|
67403
|
+
"kind": "LIST",
|
|
67404
|
+
"name": null,
|
|
67405
|
+
"ofType": {
|
|
67406
|
+
"kind": "NON_NULL",
|
|
67407
|
+
"name": null,
|
|
67408
|
+
"ofType": {
|
|
67409
|
+
"kind": "OBJECT",
|
|
67410
|
+
"name": "CASvcPrompt",
|
|
67411
|
+
"ofType": null
|
|
67412
|
+
}
|
|
67413
|
+
}
|
|
67414
|
+
}
|
|
67415
|
+
},
|
|
67416
|
+
"isDeprecated": false,
|
|
67417
|
+
"deprecationReason": null
|
|
67418
|
+
},
|
|
67419
|
+
{
|
|
67420
|
+
"name": "caSvcResult",
|
|
67421
|
+
"description": null,
|
|
67422
|
+
"args": [
|
|
67423
|
+
{
|
|
67424
|
+
"name": "id",
|
|
67425
|
+
"description": null,
|
|
67426
|
+
"type": {
|
|
67427
|
+
"kind": "NON_NULL",
|
|
67428
|
+
"name": null,
|
|
67429
|
+
"ofType": {
|
|
67430
|
+
"kind": "SCALAR",
|
|
67431
|
+
"name": "UUID",
|
|
67432
|
+
"ofType": null
|
|
67433
|
+
}
|
|
67434
|
+
},
|
|
67435
|
+
"defaultValue": null,
|
|
67436
|
+
"isDeprecated": false,
|
|
67437
|
+
"deprecationReason": null
|
|
67438
|
+
}
|
|
67439
|
+
],
|
|
67440
|
+
"type": {
|
|
67441
|
+
"kind": "OBJECT",
|
|
67442
|
+
"name": "CASvcResult",
|
|
67443
|
+
"ofType": null
|
|
67444
|
+
},
|
|
67445
|
+
"isDeprecated": false,
|
|
67446
|
+
"deprecationReason": null
|
|
67447
|
+
},
|
|
67448
|
+
{
|
|
67449
|
+
"name": "caSvcResults",
|
|
67450
|
+
"description": null,
|
|
67451
|
+
"args": [
|
|
67452
|
+
{
|
|
67453
|
+
"name": "filter",
|
|
67454
|
+
"description": null,
|
|
67455
|
+
"type": {
|
|
67456
|
+
"kind": "INPUT_OBJECT",
|
|
67457
|
+
"name": "CASvcResultFilter",
|
|
67458
|
+
"ofType": null
|
|
67459
|
+
},
|
|
67460
|
+
"defaultValue": null,
|
|
67461
|
+
"isDeprecated": false,
|
|
67462
|
+
"deprecationReason": null
|
|
67463
|
+
},
|
|
67464
|
+
{
|
|
67465
|
+
"name": "limit",
|
|
67466
|
+
"description": null,
|
|
67467
|
+
"type": {
|
|
67468
|
+
"kind": "SCALAR",
|
|
67469
|
+
"name": "Int",
|
|
67470
|
+
"ofType": null
|
|
67471
|
+
},
|
|
67472
|
+
"defaultValue": "10",
|
|
67473
|
+
"isDeprecated": false,
|
|
67474
|
+
"deprecationReason": null
|
|
67475
|
+
},
|
|
67476
|
+
{
|
|
67477
|
+
"name": "offset",
|
|
67478
|
+
"description": null,
|
|
67479
|
+
"type": {
|
|
67480
|
+
"kind": "SCALAR",
|
|
67481
|
+
"name": "Int",
|
|
67482
|
+
"ofType": null
|
|
67483
|
+
},
|
|
67484
|
+
"defaultValue": "0",
|
|
67485
|
+
"isDeprecated": false,
|
|
67486
|
+
"deprecationReason": null
|
|
67487
|
+
}
|
|
67488
|
+
],
|
|
67489
|
+
"type": {
|
|
67490
|
+
"kind": "NON_NULL",
|
|
67491
|
+
"name": null,
|
|
67492
|
+
"ofType": {
|
|
67493
|
+
"kind": "LIST",
|
|
67494
|
+
"name": null,
|
|
67495
|
+
"ofType": {
|
|
67496
|
+
"kind": "NON_NULL",
|
|
67497
|
+
"name": null,
|
|
67498
|
+
"ofType": {
|
|
67499
|
+
"kind": "OBJECT",
|
|
67500
|
+
"name": "CASvcResult",
|
|
67501
|
+
"ofType": null
|
|
67502
|
+
}
|
|
67503
|
+
}
|
|
67504
|
+
}
|
|
67505
|
+
},
|
|
67506
|
+
"isDeprecated": false,
|
|
67507
|
+
"deprecationReason": null
|
|
67508
|
+
},
|
|
65580
67509
|
{
|
|
65581
67510
|
"name": "enrichment_queries",
|
|
65582
67511
|
"description": "fetch data from the table: \"enrichment_queries\"",
|
|
@@ -94095,6 +96024,16 @@
|
|
|
94095
96024
|
"enumValues": null,
|
|
94096
96025
|
"possibleTypes": null
|
|
94097
96026
|
},
|
|
96027
|
+
{
|
|
96028
|
+
"kind": "SCALAR",
|
|
96029
|
+
"name": "Time",
|
|
96030
|
+
"description": null,
|
|
96031
|
+
"fields": null,
|
|
96032
|
+
"inputFields": null,
|
|
96033
|
+
"interfaces": null,
|
|
96034
|
+
"enumValues": null,
|
|
96035
|
+
"possibleTypes": null
|
|
96036
|
+
},
|
|
94098
96037
|
{
|
|
94099
96038
|
"kind": "OBJECT",
|
|
94100
96039
|
"name": "TotalDivisionReferralStat",
|
|
@@ -95370,6 +97309,16 @@
|
|
|
95370
97309
|
"enumValues": null,
|
|
95371
97310
|
"possibleTypes": null
|
|
95372
97311
|
},
|
|
97312
|
+
{
|
|
97313
|
+
"kind": "SCALAR",
|
|
97314
|
+
"name": "UUID",
|
|
97315
|
+
"description": null,
|
|
97316
|
+
"fields": null,
|
|
97317
|
+
"inputFields": null,
|
|
97318
|
+
"interfaces": null,
|
|
97319
|
+
"enumValues": null,
|
|
97320
|
+
"possibleTypes": null
|
|
97321
|
+
},
|
|
95373
97322
|
{
|
|
95374
97323
|
"kind": "INPUT_OBJECT",
|
|
95375
97324
|
"name": "UnpublishPaidAdParams",
|