@promoboxx/graphql-gateway-types 1.817.0 → 1.819.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 +1826 -32
- package/index.d.ts +254 -0
- package/package.json +1 -1
- package/schema.graphql +134 -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",
|
|
@@ -42051,6 +43035,16 @@
|
|
|
42051
43035
|
"enumValues": null,
|
|
42052
43036
|
"possibleTypes": null
|
|
42053
43037
|
},
|
|
43038
|
+
{
|
|
43039
|
+
"kind": "SCALAR",
|
|
43040
|
+
"name": "JSON",
|
|
43041
|
+
"description": null,
|
|
43042
|
+
"fields": null,
|
|
43043
|
+
"inputFields": null,
|
|
43044
|
+
"interfaces": null,
|
|
43045
|
+
"enumValues": null,
|
|
43046
|
+
"possibleTypes": null
|
|
43047
|
+
},
|
|
42054
43048
|
{
|
|
42055
43049
|
"kind": "OBJECT",
|
|
42056
43050
|
"name": "JwtResponse",
|
|
@@ -46407,6 +47401,18 @@
|
|
|
46407
47401
|
"isDeprecated": false,
|
|
46408
47402
|
"deprecationReason": null
|
|
46409
47403
|
},
|
|
47404
|
+
{
|
|
47405
|
+
"name": "_empty",
|
|
47406
|
+
"description": null,
|
|
47407
|
+
"args": [],
|
|
47408
|
+
"type": {
|
|
47409
|
+
"kind": "SCALAR",
|
|
47410
|
+
"name": "String",
|
|
47411
|
+
"ofType": null
|
|
47412
|
+
},
|
|
47413
|
+
"isDeprecated": false,
|
|
47414
|
+
"deprecationReason": null
|
|
47415
|
+
},
|
|
46410
47416
|
{
|
|
46411
47417
|
"name": "acceptAccessInvitation",
|
|
46412
47418
|
"description": null,
|
|
@@ -47283,34 +48289,186 @@
|
|
|
47283
48289
|
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
47284
48290
|
},
|
|
47285
48291
|
{
|
|
47286
|
-
"name": "bulkOperateCollections",
|
|
48292
|
+
"name": "bulkOperateCollections",
|
|
48293
|
+
"description": null,
|
|
48294
|
+
"args": [
|
|
48295
|
+
{
|
|
48296
|
+
"name": "id",
|
|
48297
|
+
"description": null,
|
|
48298
|
+
"type": {
|
|
48299
|
+
"kind": "NON_NULL",
|
|
48300
|
+
"name": null,
|
|
48301
|
+
"ofType": {
|
|
48302
|
+
"kind": "SCALAR",
|
|
48303
|
+
"name": "ID",
|
|
48304
|
+
"ofType": null
|
|
48305
|
+
}
|
|
48306
|
+
},
|
|
48307
|
+
"defaultValue": null,
|
|
48308
|
+
"isDeprecated": false,
|
|
48309
|
+
"deprecationReason": null
|
|
48310
|
+
},
|
|
48311
|
+
{
|
|
48312
|
+
"name": "operation",
|
|
48313
|
+
"description": null,
|
|
48314
|
+
"type": {
|
|
48315
|
+
"kind": "NON_NULL",
|
|
48316
|
+
"name": null,
|
|
48317
|
+
"ofType": {
|
|
48318
|
+
"kind": "ENUM",
|
|
48319
|
+
"name": "BulkCollectionOperation",
|
|
48320
|
+
"ofType": null
|
|
48321
|
+
}
|
|
48322
|
+
},
|
|
48323
|
+
"defaultValue": null,
|
|
48324
|
+
"isDeprecated": false,
|
|
48325
|
+
"deprecationReason": null
|
|
48326
|
+
}
|
|
48327
|
+
],
|
|
48328
|
+
"type": {
|
|
48329
|
+
"kind": "SCALAR",
|
|
48330
|
+
"name": "ID",
|
|
48331
|
+
"ofType": null
|
|
48332
|
+
},
|
|
48333
|
+
"isDeprecated": false,
|
|
48334
|
+
"deprecationReason": null
|
|
48335
|
+
},
|
|
48336
|
+
{
|
|
48337
|
+
"name": "bulkUpdateDigitalAsset",
|
|
48338
|
+
"description": null,
|
|
48339
|
+
"args": [
|
|
48340
|
+
{
|
|
48341
|
+
"name": "params",
|
|
48342
|
+
"description": null,
|
|
48343
|
+
"type": {
|
|
48344
|
+
"kind": "NON_NULL",
|
|
48345
|
+
"name": null,
|
|
48346
|
+
"ofType": {
|
|
48347
|
+
"kind": "INPUT_OBJECT",
|
|
48348
|
+
"name": "BulkUpdateDigitalAssetParams",
|
|
48349
|
+
"ofType": null
|
|
48350
|
+
}
|
|
48351
|
+
},
|
|
48352
|
+
"defaultValue": null,
|
|
48353
|
+
"isDeprecated": false,
|
|
48354
|
+
"deprecationReason": null
|
|
48355
|
+
}
|
|
48356
|
+
],
|
|
48357
|
+
"type": {
|
|
48358
|
+
"kind": "LIST",
|
|
48359
|
+
"name": null,
|
|
48360
|
+
"ofType": {
|
|
48361
|
+
"kind": "OBJECT",
|
|
48362
|
+
"name": "DigitalAsset",
|
|
48363
|
+
"ofType": null
|
|
48364
|
+
}
|
|
48365
|
+
},
|
|
48366
|
+
"isDeprecated": false,
|
|
48367
|
+
"deprecationReason": null
|
|
48368
|
+
},
|
|
48369
|
+
{
|
|
48370
|
+
"name": "bulkUpdateRetailerData",
|
|
48371
|
+
"description": null,
|
|
48372
|
+
"args": [
|
|
48373
|
+
{
|
|
48374
|
+
"name": "brandId",
|
|
48375
|
+
"description": null,
|
|
48376
|
+
"type": {
|
|
48377
|
+
"kind": "NON_NULL",
|
|
48378
|
+
"name": null,
|
|
48379
|
+
"ofType": {
|
|
48380
|
+
"kind": "SCALAR",
|
|
48381
|
+
"name": "String",
|
|
48382
|
+
"ofType": null
|
|
48383
|
+
}
|
|
48384
|
+
},
|
|
48385
|
+
"defaultValue": null,
|
|
48386
|
+
"isDeprecated": false,
|
|
48387
|
+
"deprecationReason": null
|
|
48388
|
+
},
|
|
48389
|
+
{
|
|
48390
|
+
"name": "dryrun",
|
|
48391
|
+
"description": null,
|
|
48392
|
+
"type": {
|
|
48393
|
+
"kind": "SCALAR",
|
|
48394
|
+
"name": "Boolean",
|
|
48395
|
+
"ofType": null
|
|
48396
|
+
},
|
|
48397
|
+
"defaultValue": null,
|
|
48398
|
+
"isDeprecated": false,
|
|
48399
|
+
"deprecationReason": null
|
|
48400
|
+
},
|
|
48401
|
+
{
|
|
48402
|
+
"name": "file",
|
|
48403
|
+
"description": null,
|
|
48404
|
+
"type": {
|
|
48405
|
+
"kind": "NON_NULL",
|
|
48406
|
+
"name": null,
|
|
48407
|
+
"ofType": {
|
|
48408
|
+
"kind": "SCALAR",
|
|
48409
|
+
"name": "Upload",
|
|
48410
|
+
"ofType": null
|
|
48411
|
+
}
|
|
48412
|
+
},
|
|
48413
|
+
"defaultValue": null,
|
|
48414
|
+
"isDeprecated": false,
|
|
48415
|
+
"deprecationReason": null
|
|
48416
|
+
}
|
|
48417
|
+
],
|
|
48418
|
+
"type": {
|
|
48419
|
+
"kind": "OBJECT",
|
|
48420
|
+
"name": "UploadCsvResponse",
|
|
48421
|
+
"ofType": null
|
|
48422
|
+
},
|
|
48423
|
+
"isDeprecated": true,
|
|
48424
|
+
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
48425
|
+
},
|
|
48426
|
+
{
|
|
48427
|
+
"name": "caSvcCreatePrompt",
|
|
47287
48428
|
"description": null,
|
|
47288
48429
|
"args": [
|
|
47289
48430
|
{
|
|
47290
|
-
"name": "
|
|
48431
|
+
"name": "input",
|
|
47291
48432
|
"description": null,
|
|
47292
48433
|
"type": {
|
|
47293
48434
|
"kind": "NON_NULL",
|
|
47294
48435
|
"name": null,
|
|
47295
48436
|
"ofType": {
|
|
47296
|
-
"kind": "
|
|
47297
|
-
"name": "
|
|
48437
|
+
"kind": "INPUT_OBJECT",
|
|
48438
|
+
"name": "CASvcCreatePromptInput",
|
|
47298
48439
|
"ofType": null
|
|
47299
48440
|
}
|
|
47300
48441
|
},
|
|
47301
48442
|
"defaultValue": null,
|
|
47302
48443
|
"isDeprecated": false,
|
|
47303
48444
|
"deprecationReason": null
|
|
47304
|
-
}
|
|
48445
|
+
}
|
|
48446
|
+
],
|
|
48447
|
+
"type": {
|
|
48448
|
+
"kind": "NON_NULL",
|
|
48449
|
+
"name": null,
|
|
48450
|
+
"ofType": {
|
|
48451
|
+
"kind": "OBJECT",
|
|
48452
|
+
"name": "CASvcPrompt",
|
|
48453
|
+
"ofType": null
|
|
48454
|
+
}
|
|
48455
|
+
},
|
|
48456
|
+
"isDeprecated": false,
|
|
48457
|
+
"deprecationReason": null
|
|
48458
|
+
},
|
|
48459
|
+
{
|
|
48460
|
+
"name": "caSvcCreatePromptGroup",
|
|
48461
|
+
"description": null,
|
|
48462
|
+
"args": [
|
|
47305
48463
|
{
|
|
47306
|
-
"name": "
|
|
48464
|
+
"name": "input",
|
|
47307
48465
|
"description": null,
|
|
47308
48466
|
"type": {
|
|
47309
48467
|
"kind": "NON_NULL",
|
|
47310
48468
|
"name": null,
|
|
47311
48469
|
"ofType": {
|
|
47312
|
-
"kind": "
|
|
47313
|
-
"name": "
|
|
48470
|
+
"kind": "INPUT_OBJECT",
|
|
48471
|
+
"name": "CASvcCreatePromptGroupInput",
|
|
47314
48472
|
"ofType": null
|
|
47315
48473
|
}
|
|
47316
48474
|
},
|
|
@@ -47320,26 +48478,30 @@
|
|
|
47320
48478
|
}
|
|
47321
48479
|
],
|
|
47322
48480
|
"type": {
|
|
47323
|
-
"kind": "
|
|
47324
|
-
"name":
|
|
47325
|
-
"ofType":
|
|
48481
|
+
"kind": "NON_NULL",
|
|
48482
|
+
"name": null,
|
|
48483
|
+
"ofType": {
|
|
48484
|
+
"kind": "OBJECT",
|
|
48485
|
+
"name": "CASvcPromptGroup",
|
|
48486
|
+
"ofType": null
|
|
48487
|
+
}
|
|
47326
48488
|
},
|
|
47327
48489
|
"isDeprecated": false,
|
|
47328
48490
|
"deprecationReason": null
|
|
47329
48491
|
},
|
|
47330
48492
|
{
|
|
47331
|
-
"name": "
|
|
48493
|
+
"name": "caSvcCreatePromptGroupMember",
|
|
47332
48494
|
"description": null,
|
|
47333
48495
|
"args": [
|
|
47334
48496
|
{
|
|
47335
|
-
"name": "
|
|
48497
|
+
"name": "input",
|
|
47336
48498
|
"description": null,
|
|
47337
48499
|
"type": {
|
|
47338
48500
|
"kind": "NON_NULL",
|
|
47339
48501
|
"name": null,
|
|
47340
48502
|
"ofType": {
|
|
47341
48503
|
"kind": "INPUT_OBJECT",
|
|
47342
|
-
"name": "
|
|
48504
|
+
"name": "CASvcCreatePromptGroupMemberInput",
|
|
47343
48505
|
"ofType": null
|
|
47344
48506
|
}
|
|
47345
48507
|
},
|
|
@@ -47349,11 +48511,11 @@
|
|
|
47349
48511
|
}
|
|
47350
48512
|
],
|
|
47351
48513
|
"type": {
|
|
47352
|
-
"kind": "
|
|
48514
|
+
"kind": "NON_NULL",
|
|
47353
48515
|
"name": null,
|
|
47354
48516
|
"ofType": {
|
|
47355
48517
|
"kind": "OBJECT",
|
|
47356
|
-
"name": "
|
|
48518
|
+
"name": "CASvcPromptGroupMember",
|
|
47357
48519
|
"ofType": null
|
|
47358
48520
|
}
|
|
47359
48521
|
},
|
|
@@ -47361,46 +48523,117 @@
|
|
|
47361
48523
|
"deprecationReason": null
|
|
47362
48524
|
},
|
|
47363
48525
|
{
|
|
47364
|
-
"name": "
|
|
48526
|
+
"name": "caSvcCreateResult",
|
|
47365
48527
|
"description": null,
|
|
47366
48528
|
"args": [
|
|
47367
48529
|
{
|
|
47368
|
-
"name": "
|
|
48530
|
+
"name": "input",
|
|
48531
|
+
"description": null,
|
|
48532
|
+
"type": {
|
|
48533
|
+
"kind": "NON_NULL",
|
|
48534
|
+
"name": null,
|
|
48535
|
+
"ofType": {
|
|
48536
|
+
"kind": "INPUT_OBJECT",
|
|
48537
|
+
"name": "CASvcCreateResultInput",
|
|
48538
|
+
"ofType": null
|
|
48539
|
+
}
|
|
48540
|
+
},
|
|
48541
|
+
"defaultValue": null,
|
|
48542
|
+
"isDeprecated": false,
|
|
48543
|
+
"deprecationReason": null
|
|
48544
|
+
}
|
|
48545
|
+
],
|
|
48546
|
+
"type": {
|
|
48547
|
+
"kind": "NON_NULL",
|
|
48548
|
+
"name": null,
|
|
48549
|
+
"ofType": {
|
|
48550
|
+
"kind": "OBJECT",
|
|
48551
|
+
"name": "CASvcResult",
|
|
48552
|
+
"ofType": null
|
|
48553
|
+
}
|
|
48554
|
+
},
|
|
48555
|
+
"isDeprecated": false,
|
|
48556
|
+
"deprecationReason": null
|
|
48557
|
+
},
|
|
48558
|
+
{
|
|
48559
|
+
"name": "caSvcDeletePrompt",
|
|
48560
|
+
"description": null,
|
|
48561
|
+
"args": [
|
|
48562
|
+
{
|
|
48563
|
+
"name": "id",
|
|
47369
48564
|
"description": null,
|
|
47370
48565
|
"type": {
|
|
47371
48566
|
"kind": "NON_NULL",
|
|
47372
48567
|
"name": null,
|
|
47373
48568
|
"ofType": {
|
|
47374
48569
|
"kind": "SCALAR",
|
|
47375
|
-
"name": "
|
|
48570
|
+
"name": "UUID",
|
|
47376
48571
|
"ofType": null
|
|
47377
48572
|
}
|
|
47378
48573
|
},
|
|
47379
48574
|
"defaultValue": null,
|
|
47380
48575
|
"isDeprecated": false,
|
|
47381
48576
|
"deprecationReason": null
|
|
47382
|
-
}
|
|
48577
|
+
}
|
|
48578
|
+
],
|
|
48579
|
+
"type": {
|
|
48580
|
+
"kind": "NON_NULL",
|
|
48581
|
+
"name": null,
|
|
48582
|
+
"ofType": {
|
|
48583
|
+
"kind": "SCALAR",
|
|
48584
|
+
"name": "Boolean",
|
|
48585
|
+
"ofType": null
|
|
48586
|
+
}
|
|
48587
|
+
},
|
|
48588
|
+
"isDeprecated": false,
|
|
48589
|
+
"deprecationReason": null
|
|
48590
|
+
},
|
|
48591
|
+
{
|
|
48592
|
+
"name": "caSvcDeletePromptGroup",
|
|
48593
|
+
"description": null,
|
|
48594
|
+
"args": [
|
|
47383
48595
|
{
|
|
47384
|
-
"name": "
|
|
48596
|
+
"name": "id",
|
|
47385
48597
|
"description": null,
|
|
47386
48598
|
"type": {
|
|
47387
|
-
"kind": "
|
|
47388
|
-
"name":
|
|
47389
|
-
"ofType":
|
|
48599
|
+
"kind": "NON_NULL",
|
|
48600
|
+
"name": null,
|
|
48601
|
+
"ofType": {
|
|
48602
|
+
"kind": "SCALAR",
|
|
48603
|
+
"name": "UUID",
|
|
48604
|
+
"ofType": null
|
|
48605
|
+
}
|
|
47390
48606
|
},
|
|
47391
48607
|
"defaultValue": null,
|
|
47392
48608
|
"isDeprecated": false,
|
|
47393
48609
|
"deprecationReason": null
|
|
47394
|
-
}
|
|
48610
|
+
}
|
|
48611
|
+
],
|
|
48612
|
+
"type": {
|
|
48613
|
+
"kind": "NON_NULL",
|
|
48614
|
+
"name": null,
|
|
48615
|
+
"ofType": {
|
|
48616
|
+
"kind": "SCALAR",
|
|
48617
|
+
"name": "Boolean",
|
|
48618
|
+
"ofType": null
|
|
48619
|
+
}
|
|
48620
|
+
},
|
|
48621
|
+
"isDeprecated": false,
|
|
48622
|
+
"deprecationReason": null
|
|
48623
|
+
},
|
|
48624
|
+
{
|
|
48625
|
+
"name": "caSvcDeletePromptGroupMember",
|
|
48626
|
+
"description": null,
|
|
48627
|
+
"args": [
|
|
47395
48628
|
{
|
|
47396
|
-
"name": "
|
|
48629
|
+
"name": "id",
|
|
47397
48630
|
"description": null,
|
|
47398
48631
|
"type": {
|
|
47399
48632
|
"kind": "NON_NULL",
|
|
47400
48633
|
"name": null,
|
|
47401
48634
|
"ofType": {
|
|
47402
48635
|
"kind": "SCALAR",
|
|
47403
|
-
"name": "
|
|
48636
|
+
"name": "UUID",
|
|
47404
48637
|
"ofType": null
|
|
47405
48638
|
}
|
|
47406
48639
|
},
|
|
@@ -47410,12 +48643,181 @@
|
|
|
47410
48643
|
}
|
|
47411
48644
|
],
|
|
47412
48645
|
"type": {
|
|
47413
|
-
"kind": "
|
|
47414
|
-
"name":
|
|
47415
|
-
"ofType":
|
|
48646
|
+
"kind": "NON_NULL",
|
|
48647
|
+
"name": null,
|
|
48648
|
+
"ofType": {
|
|
48649
|
+
"kind": "SCALAR",
|
|
48650
|
+
"name": "Boolean",
|
|
48651
|
+
"ofType": null
|
|
48652
|
+
}
|
|
47416
48653
|
},
|
|
47417
|
-
"isDeprecated":
|
|
47418
|
-
"deprecationReason":
|
|
48654
|
+
"isDeprecated": false,
|
|
48655
|
+
"deprecationReason": null
|
|
48656
|
+
},
|
|
48657
|
+
{
|
|
48658
|
+
"name": "caSvcDeleteResult",
|
|
48659
|
+
"description": null,
|
|
48660
|
+
"args": [
|
|
48661
|
+
{
|
|
48662
|
+
"name": "id",
|
|
48663
|
+
"description": null,
|
|
48664
|
+
"type": {
|
|
48665
|
+
"kind": "NON_NULL",
|
|
48666
|
+
"name": null,
|
|
48667
|
+
"ofType": {
|
|
48668
|
+
"kind": "SCALAR",
|
|
48669
|
+
"name": "UUID",
|
|
48670
|
+
"ofType": null
|
|
48671
|
+
}
|
|
48672
|
+
},
|
|
48673
|
+
"defaultValue": null,
|
|
48674
|
+
"isDeprecated": false,
|
|
48675
|
+
"deprecationReason": null
|
|
48676
|
+
}
|
|
48677
|
+
],
|
|
48678
|
+
"type": {
|
|
48679
|
+
"kind": "NON_NULL",
|
|
48680
|
+
"name": null,
|
|
48681
|
+
"ofType": {
|
|
48682
|
+
"kind": "SCALAR",
|
|
48683
|
+
"name": "Boolean",
|
|
48684
|
+
"ofType": null
|
|
48685
|
+
}
|
|
48686
|
+
},
|
|
48687
|
+
"isDeprecated": false,
|
|
48688
|
+
"deprecationReason": null
|
|
48689
|
+
},
|
|
48690
|
+
{
|
|
48691
|
+
"name": "caSvcUpdatePrompt",
|
|
48692
|
+
"description": null,
|
|
48693
|
+
"args": [
|
|
48694
|
+
{
|
|
48695
|
+
"name": "input",
|
|
48696
|
+
"description": null,
|
|
48697
|
+
"type": {
|
|
48698
|
+
"kind": "NON_NULL",
|
|
48699
|
+
"name": null,
|
|
48700
|
+
"ofType": {
|
|
48701
|
+
"kind": "INPUT_OBJECT",
|
|
48702
|
+
"name": "CASvcUpdatePromptInput",
|
|
48703
|
+
"ofType": null
|
|
48704
|
+
}
|
|
48705
|
+
},
|
|
48706
|
+
"defaultValue": null,
|
|
48707
|
+
"isDeprecated": false,
|
|
48708
|
+
"deprecationReason": null
|
|
48709
|
+
}
|
|
48710
|
+
],
|
|
48711
|
+
"type": {
|
|
48712
|
+
"kind": "NON_NULL",
|
|
48713
|
+
"name": null,
|
|
48714
|
+
"ofType": {
|
|
48715
|
+
"kind": "OBJECT",
|
|
48716
|
+
"name": "CASvcPrompt",
|
|
48717
|
+
"ofType": null
|
|
48718
|
+
}
|
|
48719
|
+
},
|
|
48720
|
+
"isDeprecated": false,
|
|
48721
|
+
"deprecationReason": null
|
|
48722
|
+
},
|
|
48723
|
+
{
|
|
48724
|
+
"name": "caSvcUpdatePromptGroup",
|
|
48725
|
+
"description": null,
|
|
48726
|
+
"args": [
|
|
48727
|
+
{
|
|
48728
|
+
"name": "input",
|
|
48729
|
+
"description": null,
|
|
48730
|
+
"type": {
|
|
48731
|
+
"kind": "NON_NULL",
|
|
48732
|
+
"name": null,
|
|
48733
|
+
"ofType": {
|
|
48734
|
+
"kind": "INPUT_OBJECT",
|
|
48735
|
+
"name": "CASvcUpdatePromptGroupInput",
|
|
48736
|
+
"ofType": null
|
|
48737
|
+
}
|
|
48738
|
+
},
|
|
48739
|
+
"defaultValue": null,
|
|
48740
|
+
"isDeprecated": false,
|
|
48741
|
+
"deprecationReason": null
|
|
48742
|
+
}
|
|
48743
|
+
],
|
|
48744
|
+
"type": {
|
|
48745
|
+
"kind": "NON_NULL",
|
|
48746
|
+
"name": null,
|
|
48747
|
+
"ofType": {
|
|
48748
|
+
"kind": "OBJECT",
|
|
48749
|
+
"name": "CASvcPromptGroup",
|
|
48750
|
+
"ofType": null
|
|
48751
|
+
}
|
|
48752
|
+
},
|
|
48753
|
+
"isDeprecated": false,
|
|
48754
|
+
"deprecationReason": null
|
|
48755
|
+
},
|
|
48756
|
+
{
|
|
48757
|
+
"name": "caSvcUpdatePromptGroupMember",
|
|
48758
|
+
"description": null,
|
|
48759
|
+
"args": [
|
|
48760
|
+
{
|
|
48761
|
+
"name": "input",
|
|
48762
|
+
"description": null,
|
|
48763
|
+
"type": {
|
|
48764
|
+
"kind": "NON_NULL",
|
|
48765
|
+
"name": null,
|
|
48766
|
+
"ofType": {
|
|
48767
|
+
"kind": "INPUT_OBJECT",
|
|
48768
|
+
"name": "CASvcUpdatePromptGroupMemberInput",
|
|
48769
|
+
"ofType": null
|
|
48770
|
+
}
|
|
48771
|
+
},
|
|
48772
|
+
"defaultValue": null,
|
|
48773
|
+
"isDeprecated": false,
|
|
48774
|
+
"deprecationReason": null
|
|
48775
|
+
}
|
|
48776
|
+
],
|
|
48777
|
+
"type": {
|
|
48778
|
+
"kind": "NON_NULL",
|
|
48779
|
+
"name": null,
|
|
48780
|
+
"ofType": {
|
|
48781
|
+
"kind": "OBJECT",
|
|
48782
|
+
"name": "CASvcPromptGroupMember",
|
|
48783
|
+
"ofType": null
|
|
48784
|
+
}
|
|
48785
|
+
},
|
|
48786
|
+
"isDeprecated": false,
|
|
48787
|
+
"deprecationReason": null
|
|
48788
|
+
},
|
|
48789
|
+
{
|
|
48790
|
+
"name": "caSvcUpdateResult",
|
|
48791
|
+
"description": null,
|
|
48792
|
+
"args": [
|
|
48793
|
+
{
|
|
48794
|
+
"name": "input",
|
|
48795
|
+
"description": null,
|
|
48796
|
+
"type": {
|
|
48797
|
+
"kind": "NON_NULL",
|
|
48798
|
+
"name": null,
|
|
48799
|
+
"ofType": {
|
|
48800
|
+
"kind": "INPUT_OBJECT",
|
|
48801
|
+
"name": "CASvcUpdateResultInput",
|
|
48802
|
+
"ofType": null
|
|
48803
|
+
}
|
|
48804
|
+
},
|
|
48805
|
+
"defaultValue": null,
|
|
48806
|
+
"isDeprecated": false,
|
|
48807
|
+
"deprecationReason": null
|
|
48808
|
+
}
|
|
48809
|
+
],
|
|
48810
|
+
"type": {
|
|
48811
|
+
"kind": "NON_NULL",
|
|
48812
|
+
"name": null,
|
|
48813
|
+
"ofType": {
|
|
48814
|
+
"kind": "OBJECT",
|
|
48815
|
+
"name": "CASvcResult",
|
|
48816
|
+
"ofType": null
|
|
48817
|
+
}
|
|
48818
|
+
},
|
|
48819
|
+
"isDeprecated": false,
|
|
48820
|
+
"deprecationReason": null
|
|
47419
48821
|
},
|
|
47420
48822
|
{
|
|
47421
48823
|
"name": "cancelContract",
|
|
@@ -64469,6 +65871,18 @@
|
|
|
64469
65871
|
"name": "Query",
|
|
64470
65872
|
"description": null,
|
|
64471
65873
|
"fields": [
|
|
65874
|
+
{
|
|
65875
|
+
"name": "_empty",
|
|
65876
|
+
"description": null,
|
|
65877
|
+
"args": [],
|
|
65878
|
+
"type": {
|
|
65879
|
+
"kind": "SCALAR",
|
|
65880
|
+
"name": "String",
|
|
65881
|
+
"ofType": null
|
|
65882
|
+
},
|
|
65883
|
+
"isDeprecated": false,
|
|
65884
|
+
"deprecationReason": null
|
|
65885
|
+
},
|
|
64472
65886
|
{
|
|
64473
65887
|
"name": "address_verification_run_results",
|
|
64474
65888
|
"description": "An array relationship",
|
|
@@ -65577,6 +66991,366 @@
|
|
|
65577
66991
|
"isDeprecated": false,
|
|
65578
66992
|
"deprecationReason": null
|
|
65579
66993
|
},
|
|
66994
|
+
{
|
|
66995
|
+
"name": "caSvcPrompt",
|
|
66996
|
+
"description": null,
|
|
66997
|
+
"args": [
|
|
66998
|
+
{
|
|
66999
|
+
"name": "id",
|
|
67000
|
+
"description": null,
|
|
67001
|
+
"type": {
|
|
67002
|
+
"kind": "NON_NULL",
|
|
67003
|
+
"name": null,
|
|
67004
|
+
"ofType": {
|
|
67005
|
+
"kind": "SCALAR",
|
|
67006
|
+
"name": "UUID",
|
|
67007
|
+
"ofType": null
|
|
67008
|
+
}
|
|
67009
|
+
},
|
|
67010
|
+
"defaultValue": null,
|
|
67011
|
+
"isDeprecated": false,
|
|
67012
|
+
"deprecationReason": null
|
|
67013
|
+
}
|
|
67014
|
+
],
|
|
67015
|
+
"type": {
|
|
67016
|
+
"kind": "OBJECT",
|
|
67017
|
+
"name": "CASvcPrompt",
|
|
67018
|
+
"ofType": null
|
|
67019
|
+
},
|
|
67020
|
+
"isDeprecated": false,
|
|
67021
|
+
"deprecationReason": null
|
|
67022
|
+
},
|
|
67023
|
+
{
|
|
67024
|
+
"name": "caSvcPromptGroup",
|
|
67025
|
+
"description": null,
|
|
67026
|
+
"args": [
|
|
67027
|
+
{
|
|
67028
|
+
"name": "id",
|
|
67029
|
+
"description": null,
|
|
67030
|
+
"type": {
|
|
67031
|
+
"kind": "NON_NULL",
|
|
67032
|
+
"name": null,
|
|
67033
|
+
"ofType": {
|
|
67034
|
+
"kind": "SCALAR",
|
|
67035
|
+
"name": "UUID",
|
|
67036
|
+
"ofType": null
|
|
67037
|
+
}
|
|
67038
|
+
},
|
|
67039
|
+
"defaultValue": null,
|
|
67040
|
+
"isDeprecated": false,
|
|
67041
|
+
"deprecationReason": null
|
|
67042
|
+
}
|
|
67043
|
+
],
|
|
67044
|
+
"type": {
|
|
67045
|
+
"kind": "OBJECT",
|
|
67046
|
+
"name": "CASvcPromptGroup",
|
|
67047
|
+
"ofType": null
|
|
67048
|
+
},
|
|
67049
|
+
"isDeprecated": false,
|
|
67050
|
+
"deprecationReason": null
|
|
67051
|
+
},
|
|
67052
|
+
{
|
|
67053
|
+
"name": "caSvcPromptGroupMember",
|
|
67054
|
+
"description": null,
|
|
67055
|
+
"args": [
|
|
67056
|
+
{
|
|
67057
|
+
"name": "id",
|
|
67058
|
+
"description": null,
|
|
67059
|
+
"type": {
|
|
67060
|
+
"kind": "NON_NULL",
|
|
67061
|
+
"name": null,
|
|
67062
|
+
"ofType": {
|
|
67063
|
+
"kind": "SCALAR",
|
|
67064
|
+
"name": "UUID",
|
|
67065
|
+
"ofType": null
|
|
67066
|
+
}
|
|
67067
|
+
},
|
|
67068
|
+
"defaultValue": null,
|
|
67069
|
+
"isDeprecated": false,
|
|
67070
|
+
"deprecationReason": null
|
|
67071
|
+
}
|
|
67072
|
+
],
|
|
67073
|
+
"type": {
|
|
67074
|
+
"kind": "OBJECT",
|
|
67075
|
+
"name": "CASvcPromptGroupMember",
|
|
67076
|
+
"ofType": null
|
|
67077
|
+
},
|
|
67078
|
+
"isDeprecated": false,
|
|
67079
|
+
"deprecationReason": null
|
|
67080
|
+
},
|
|
67081
|
+
{
|
|
67082
|
+
"name": "caSvcPromptGroupMembers",
|
|
67083
|
+
"description": null,
|
|
67084
|
+
"args": [
|
|
67085
|
+
{
|
|
67086
|
+
"name": "filter",
|
|
67087
|
+
"description": null,
|
|
67088
|
+
"type": {
|
|
67089
|
+
"kind": "INPUT_OBJECT",
|
|
67090
|
+
"name": "CASvcPromptGroupMemberFilter",
|
|
67091
|
+
"ofType": null
|
|
67092
|
+
},
|
|
67093
|
+
"defaultValue": null,
|
|
67094
|
+
"isDeprecated": false,
|
|
67095
|
+
"deprecationReason": null
|
|
67096
|
+
},
|
|
67097
|
+
{
|
|
67098
|
+
"name": "limit",
|
|
67099
|
+
"description": null,
|
|
67100
|
+
"type": {
|
|
67101
|
+
"kind": "SCALAR",
|
|
67102
|
+
"name": "Int",
|
|
67103
|
+
"ofType": null
|
|
67104
|
+
},
|
|
67105
|
+
"defaultValue": "10",
|
|
67106
|
+
"isDeprecated": false,
|
|
67107
|
+
"deprecationReason": null
|
|
67108
|
+
},
|
|
67109
|
+
{
|
|
67110
|
+
"name": "offset",
|
|
67111
|
+
"description": null,
|
|
67112
|
+
"type": {
|
|
67113
|
+
"kind": "SCALAR",
|
|
67114
|
+
"name": "Int",
|
|
67115
|
+
"ofType": null
|
|
67116
|
+
},
|
|
67117
|
+
"defaultValue": "0",
|
|
67118
|
+
"isDeprecated": false,
|
|
67119
|
+
"deprecationReason": null
|
|
67120
|
+
}
|
|
67121
|
+
],
|
|
67122
|
+
"type": {
|
|
67123
|
+
"kind": "NON_NULL",
|
|
67124
|
+
"name": null,
|
|
67125
|
+
"ofType": {
|
|
67126
|
+
"kind": "LIST",
|
|
67127
|
+
"name": null,
|
|
67128
|
+
"ofType": {
|
|
67129
|
+
"kind": "NON_NULL",
|
|
67130
|
+
"name": null,
|
|
67131
|
+
"ofType": {
|
|
67132
|
+
"kind": "OBJECT",
|
|
67133
|
+
"name": "CASvcPromptGroupMember",
|
|
67134
|
+
"ofType": null
|
|
67135
|
+
}
|
|
67136
|
+
}
|
|
67137
|
+
}
|
|
67138
|
+
},
|
|
67139
|
+
"isDeprecated": false,
|
|
67140
|
+
"deprecationReason": null
|
|
67141
|
+
},
|
|
67142
|
+
{
|
|
67143
|
+
"name": "caSvcPromptGroups",
|
|
67144
|
+
"description": null,
|
|
67145
|
+
"args": [
|
|
67146
|
+
{
|
|
67147
|
+
"name": "filter",
|
|
67148
|
+
"description": null,
|
|
67149
|
+
"type": {
|
|
67150
|
+
"kind": "INPUT_OBJECT",
|
|
67151
|
+
"name": "CASvcPromptGroupFilter",
|
|
67152
|
+
"ofType": null
|
|
67153
|
+
},
|
|
67154
|
+
"defaultValue": null,
|
|
67155
|
+
"isDeprecated": false,
|
|
67156
|
+
"deprecationReason": null
|
|
67157
|
+
},
|
|
67158
|
+
{
|
|
67159
|
+
"name": "limit",
|
|
67160
|
+
"description": null,
|
|
67161
|
+
"type": {
|
|
67162
|
+
"kind": "SCALAR",
|
|
67163
|
+
"name": "Int",
|
|
67164
|
+
"ofType": null
|
|
67165
|
+
},
|
|
67166
|
+
"defaultValue": "10",
|
|
67167
|
+
"isDeprecated": false,
|
|
67168
|
+
"deprecationReason": null
|
|
67169
|
+
},
|
|
67170
|
+
{
|
|
67171
|
+
"name": "offset",
|
|
67172
|
+
"description": null,
|
|
67173
|
+
"type": {
|
|
67174
|
+
"kind": "SCALAR",
|
|
67175
|
+
"name": "Int",
|
|
67176
|
+
"ofType": null
|
|
67177
|
+
},
|
|
67178
|
+
"defaultValue": "0",
|
|
67179
|
+
"isDeprecated": false,
|
|
67180
|
+
"deprecationReason": null
|
|
67181
|
+
}
|
|
67182
|
+
],
|
|
67183
|
+
"type": {
|
|
67184
|
+
"kind": "NON_NULL",
|
|
67185
|
+
"name": null,
|
|
67186
|
+
"ofType": {
|
|
67187
|
+
"kind": "LIST",
|
|
67188
|
+
"name": null,
|
|
67189
|
+
"ofType": {
|
|
67190
|
+
"kind": "NON_NULL",
|
|
67191
|
+
"name": null,
|
|
67192
|
+
"ofType": {
|
|
67193
|
+
"kind": "OBJECT",
|
|
67194
|
+
"name": "CASvcPromptGroup",
|
|
67195
|
+
"ofType": null
|
|
67196
|
+
}
|
|
67197
|
+
}
|
|
67198
|
+
}
|
|
67199
|
+
},
|
|
67200
|
+
"isDeprecated": false,
|
|
67201
|
+
"deprecationReason": null
|
|
67202
|
+
},
|
|
67203
|
+
{
|
|
67204
|
+
"name": "caSvcPrompts",
|
|
67205
|
+
"description": null,
|
|
67206
|
+
"args": [
|
|
67207
|
+
{
|
|
67208
|
+
"name": "filter",
|
|
67209
|
+
"description": null,
|
|
67210
|
+
"type": {
|
|
67211
|
+
"kind": "INPUT_OBJECT",
|
|
67212
|
+
"name": "CASvcPromptFilter",
|
|
67213
|
+
"ofType": null
|
|
67214
|
+
},
|
|
67215
|
+
"defaultValue": null,
|
|
67216
|
+
"isDeprecated": false,
|
|
67217
|
+
"deprecationReason": null
|
|
67218
|
+
},
|
|
67219
|
+
{
|
|
67220
|
+
"name": "limit",
|
|
67221
|
+
"description": null,
|
|
67222
|
+
"type": {
|
|
67223
|
+
"kind": "SCALAR",
|
|
67224
|
+
"name": "Int",
|
|
67225
|
+
"ofType": null
|
|
67226
|
+
},
|
|
67227
|
+
"defaultValue": "10",
|
|
67228
|
+
"isDeprecated": false,
|
|
67229
|
+
"deprecationReason": null
|
|
67230
|
+
},
|
|
67231
|
+
{
|
|
67232
|
+
"name": "offset",
|
|
67233
|
+
"description": null,
|
|
67234
|
+
"type": {
|
|
67235
|
+
"kind": "SCALAR",
|
|
67236
|
+
"name": "Int",
|
|
67237
|
+
"ofType": null
|
|
67238
|
+
},
|
|
67239
|
+
"defaultValue": "0",
|
|
67240
|
+
"isDeprecated": false,
|
|
67241
|
+
"deprecationReason": null
|
|
67242
|
+
}
|
|
67243
|
+
],
|
|
67244
|
+
"type": {
|
|
67245
|
+
"kind": "NON_NULL",
|
|
67246
|
+
"name": null,
|
|
67247
|
+
"ofType": {
|
|
67248
|
+
"kind": "LIST",
|
|
67249
|
+
"name": null,
|
|
67250
|
+
"ofType": {
|
|
67251
|
+
"kind": "NON_NULL",
|
|
67252
|
+
"name": null,
|
|
67253
|
+
"ofType": {
|
|
67254
|
+
"kind": "OBJECT",
|
|
67255
|
+
"name": "CASvcPrompt",
|
|
67256
|
+
"ofType": null
|
|
67257
|
+
}
|
|
67258
|
+
}
|
|
67259
|
+
}
|
|
67260
|
+
},
|
|
67261
|
+
"isDeprecated": false,
|
|
67262
|
+
"deprecationReason": null
|
|
67263
|
+
},
|
|
67264
|
+
{
|
|
67265
|
+
"name": "caSvcResult",
|
|
67266
|
+
"description": null,
|
|
67267
|
+
"args": [
|
|
67268
|
+
{
|
|
67269
|
+
"name": "id",
|
|
67270
|
+
"description": null,
|
|
67271
|
+
"type": {
|
|
67272
|
+
"kind": "NON_NULL",
|
|
67273
|
+
"name": null,
|
|
67274
|
+
"ofType": {
|
|
67275
|
+
"kind": "SCALAR",
|
|
67276
|
+
"name": "UUID",
|
|
67277
|
+
"ofType": null
|
|
67278
|
+
}
|
|
67279
|
+
},
|
|
67280
|
+
"defaultValue": null,
|
|
67281
|
+
"isDeprecated": false,
|
|
67282
|
+
"deprecationReason": null
|
|
67283
|
+
}
|
|
67284
|
+
],
|
|
67285
|
+
"type": {
|
|
67286
|
+
"kind": "OBJECT",
|
|
67287
|
+
"name": "CASvcResult",
|
|
67288
|
+
"ofType": null
|
|
67289
|
+
},
|
|
67290
|
+
"isDeprecated": false,
|
|
67291
|
+
"deprecationReason": null
|
|
67292
|
+
},
|
|
67293
|
+
{
|
|
67294
|
+
"name": "caSvcResults",
|
|
67295
|
+
"description": null,
|
|
67296
|
+
"args": [
|
|
67297
|
+
{
|
|
67298
|
+
"name": "filter",
|
|
67299
|
+
"description": null,
|
|
67300
|
+
"type": {
|
|
67301
|
+
"kind": "INPUT_OBJECT",
|
|
67302
|
+
"name": "CASvcResultFilter",
|
|
67303
|
+
"ofType": null
|
|
67304
|
+
},
|
|
67305
|
+
"defaultValue": null,
|
|
67306
|
+
"isDeprecated": false,
|
|
67307
|
+
"deprecationReason": null
|
|
67308
|
+
},
|
|
67309
|
+
{
|
|
67310
|
+
"name": "limit",
|
|
67311
|
+
"description": null,
|
|
67312
|
+
"type": {
|
|
67313
|
+
"kind": "SCALAR",
|
|
67314
|
+
"name": "Int",
|
|
67315
|
+
"ofType": null
|
|
67316
|
+
},
|
|
67317
|
+
"defaultValue": "10",
|
|
67318
|
+
"isDeprecated": false,
|
|
67319
|
+
"deprecationReason": null
|
|
67320
|
+
},
|
|
67321
|
+
{
|
|
67322
|
+
"name": "offset",
|
|
67323
|
+
"description": null,
|
|
67324
|
+
"type": {
|
|
67325
|
+
"kind": "SCALAR",
|
|
67326
|
+
"name": "Int",
|
|
67327
|
+
"ofType": null
|
|
67328
|
+
},
|
|
67329
|
+
"defaultValue": "0",
|
|
67330
|
+
"isDeprecated": false,
|
|
67331
|
+
"deprecationReason": null
|
|
67332
|
+
}
|
|
67333
|
+
],
|
|
67334
|
+
"type": {
|
|
67335
|
+
"kind": "NON_NULL",
|
|
67336
|
+
"name": null,
|
|
67337
|
+
"ofType": {
|
|
67338
|
+
"kind": "LIST",
|
|
67339
|
+
"name": null,
|
|
67340
|
+
"ofType": {
|
|
67341
|
+
"kind": "NON_NULL",
|
|
67342
|
+
"name": null,
|
|
67343
|
+
"ofType": {
|
|
67344
|
+
"kind": "OBJECT",
|
|
67345
|
+
"name": "CASvcResult",
|
|
67346
|
+
"ofType": null
|
|
67347
|
+
}
|
|
67348
|
+
}
|
|
67349
|
+
}
|
|
67350
|
+
},
|
|
67351
|
+
"isDeprecated": false,
|
|
67352
|
+
"deprecationReason": null
|
|
67353
|
+
},
|
|
65580
67354
|
{
|
|
65581
67355
|
"name": "enrichment_queries",
|
|
65582
67356
|
"description": "fetch data from the table: \"enrichment_queries\"",
|
|
@@ -94095,6 +95869,16 @@
|
|
|
94095
95869
|
"enumValues": null,
|
|
94096
95870
|
"possibleTypes": null
|
|
94097
95871
|
},
|
|
95872
|
+
{
|
|
95873
|
+
"kind": "SCALAR",
|
|
95874
|
+
"name": "Time",
|
|
95875
|
+
"description": null,
|
|
95876
|
+
"fields": null,
|
|
95877
|
+
"inputFields": null,
|
|
95878
|
+
"interfaces": null,
|
|
95879
|
+
"enumValues": null,
|
|
95880
|
+
"possibleTypes": null
|
|
95881
|
+
},
|
|
94098
95882
|
{
|
|
94099
95883
|
"kind": "OBJECT",
|
|
94100
95884
|
"name": "TotalDivisionReferralStat",
|
|
@@ -95370,6 +97154,16 @@
|
|
|
95370
97154
|
"enumValues": null,
|
|
95371
97155
|
"possibleTypes": null
|
|
95372
97156
|
},
|
|
97157
|
+
{
|
|
97158
|
+
"kind": "SCALAR",
|
|
97159
|
+
"name": "UUID",
|
|
97160
|
+
"description": null,
|
|
97161
|
+
"fields": null,
|
|
97162
|
+
"inputFields": null,
|
|
97163
|
+
"interfaces": null,
|
|
97164
|
+
"enumValues": null,
|
|
97165
|
+
"possibleTypes": null
|
|
97166
|
+
},
|
|
95373
97167
|
{
|
|
95374
97168
|
"kind": "INPUT_OBJECT",
|
|
95375
97169
|
"name": "UnpublishPaidAdParams",
|