stigg-api-client 2.463.0 → 2.464.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.
@@ -3949,6 +3949,49 @@
3949
3949
  "enumValues": null,
3950
3950
  "possibleTypes": null
3951
3951
  },
3952
+ {
3953
+ "kind": "INPUT_OBJECT",
3954
+ "name": "ArchiveFeatureGroupInput",
3955
+ "description": "Input for archiving a feature group",
3956
+ "fields": null,
3957
+ "inputFields": [
3958
+ {
3959
+ "name": "environmentId",
3960
+ "description": "The unique identifier for the environment",
3961
+ "type": {
3962
+ "kind": "NON_NULL",
3963
+ "name": null,
3964
+ "ofType": {
3965
+ "kind": "SCALAR",
3966
+ "name": "UUID",
3967
+ "ofType": null
3968
+ }
3969
+ },
3970
+ "defaultValue": null,
3971
+ "isDeprecated": false,
3972
+ "deprecationReason": null
3973
+ },
3974
+ {
3975
+ "name": "featureGroupId",
3976
+ "description": "The feature group id",
3977
+ "type": {
3978
+ "kind": "NON_NULL",
3979
+ "name": null,
3980
+ "ofType": {
3981
+ "kind": "SCALAR",
3982
+ "name": "String",
3983
+ "ofType": null
3984
+ }
3985
+ },
3986
+ "defaultValue": null,
3987
+ "isDeprecated": false,
3988
+ "deprecationReason": null
3989
+ }
3990
+ ],
3991
+ "interfaces": null,
3992
+ "enumValues": null,
3993
+ "possibleTypes": null
3994
+ },
3952
3995
  {
3953
3996
  "kind": "INPUT_OBJECT",
3954
3997
  "name": "ArchiveFeatureInput",
@@ -10105,6 +10148,101 @@
10105
10148
  "enumValues": null,
10106
10149
  "possibleTypes": null
10107
10150
  },
10151
+ {
10152
+ "kind": "INPUT_OBJECT",
10153
+ "name": "CreateFeatureGroupInput",
10154
+ "description": "Input for creating a feature group",
10155
+ "fields": null,
10156
+ "inputFields": [
10157
+ {
10158
+ "name": "description",
10159
+ "description": "The description of the feature group",
10160
+ "type": {
10161
+ "kind": "SCALAR",
10162
+ "name": "String",
10163
+ "ofType": null
10164
+ },
10165
+ "defaultValue": null,
10166
+ "isDeprecated": false,
10167
+ "deprecationReason": null
10168
+ },
10169
+ {
10170
+ "name": "displayName",
10171
+ "description": "The display name of the feature group",
10172
+ "type": {
10173
+ "kind": "NON_NULL",
10174
+ "name": null,
10175
+ "ofType": {
10176
+ "kind": "SCALAR",
10177
+ "name": "String",
10178
+ "ofType": null
10179
+ }
10180
+ },
10181
+ "defaultValue": null,
10182
+ "isDeprecated": false,
10183
+ "deprecationReason": null
10184
+ },
10185
+ {
10186
+ "name": "environmentId",
10187
+ "description": "The unique identifier for the environment",
10188
+ "type": {
10189
+ "kind": "NON_NULL",
10190
+ "name": null,
10191
+ "ofType": {
10192
+ "kind": "SCALAR",
10193
+ "name": "UUID",
10194
+ "ofType": null
10195
+ }
10196
+ },
10197
+ "defaultValue": null,
10198
+ "isDeprecated": false,
10199
+ "deprecationReason": null
10200
+ },
10201
+ {
10202
+ "name": "featureGroupId",
10203
+ "description": "The feature group id",
10204
+ "type": {
10205
+ "kind": "NON_NULL",
10206
+ "name": null,
10207
+ "ofType": {
10208
+ "kind": "SCALAR",
10209
+ "name": "String",
10210
+ "ofType": null
10211
+ }
10212
+ },
10213
+ "defaultValue": null,
10214
+ "isDeprecated": false,
10215
+ "deprecationReason": null
10216
+ },
10217
+ {
10218
+ "name": "features",
10219
+ "description": "The features in the feature group",
10220
+ "type": {
10221
+ "kind": "NON_NULL",
10222
+ "name": null,
10223
+ "ofType": {
10224
+ "kind": "LIST",
10225
+ "name": null,
10226
+ "ofType": {
10227
+ "kind": "NON_NULL",
10228
+ "name": null,
10229
+ "ofType": {
10230
+ "kind": "SCALAR",
10231
+ "name": "String",
10232
+ "ofType": null
10233
+ }
10234
+ }
10235
+ }
10236
+ },
10237
+ "defaultValue": null,
10238
+ "isDeprecated": false,
10239
+ "deprecationReason": null
10240
+ }
10241
+ ],
10242
+ "interfaces": null,
10243
+ "enumValues": null,
10244
+ "possibleTypes": null
10245
+ },
10108
10246
  {
10109
10247
  "kind": "INPUT_OBJECT",
10110
10248
  "name": "CreateHook",
@@ -25401,6 +25539,12 @@
25401
25539
  "isDeprecated": false,
25402
25540
  "deprecationReason": null
25403
25541
  },
25542
+ {
25543
+ "name": "CannotArchiveFeatureGroupError",
25544
+ "description": null,
25545
+ "isDeprecated": false,
25546
+ "deprecationReason": null
25547
+ },
25404
25548
  {
25405
25549
  "name": "CannotChangeBillingIntegration",
25406
25550
  "description": "Cannot change billing integration at current customer state",
@@ -25647,6 +25791,12 @@
25647
25791
  "isDeprecated": false,
25648
25792
  "deprecationReason": null
25649
25793
  },
25794
+ {
25795
+ "name": "FeatureGroupNotFoundError",
25796
+ "description": null,
25797
+ "isDeprecated": false,
25798
+ "deprecationReason": null
25799
+ },
25650
25800
  {
25651
25801
  "name": "FeatureNotFound",
25652
25802
  "description": null,
@@ -26152,256 +26302,262 @@
26152
26302
  "deprecationReason": null
26153
26303
  },
26154
26304
  {
26155
- "name": "WorkflowTriggerNotFound",
26156
- "description": "Workflow trigger not found",
26157
- "isDeprecated": false,
26158
- "deprecationReason": null
26159
- }
26160
- ],
26161
- "possibleTypes": null
26162
- },
26163
- {
26164
- "kind": "INPUT_OBJECT",
26165
- "name": "EstimateSubscriptionInput",
26166
- "description": null,
26167
- "fields": null,
26168
- "inputFields": [
26169
- {
26170
- "name": "addons",
26305
+ "name": "VersionExceedsMaxValueError",
26171
26306
  "description": null,
26172
- "type": {
26173
- "kind": "LIST",
26174
- "name": null,
26175
- "ofType": {
26176
- "kind": "NON_NULL",
26177
- "name": null,
26178
- "ofType": {
26179
- "kind": "INPUT_OBJECT",
26180
- "name": "SubscriptionAddonInput",
26181
- "ofType": null
26182
- }
26183
- }
26184
- },
26185
- "defaultValue": null,
26186
26307
  "isDeprecated": false,
26187
26308
  "deprecationReason": null
26188
26309
  },
26189
26310
  {
26190
- "name": "appliedCoupon",
26191
- "description": "Coupon input",
26192
- "type": {
26193
- "kind": "INPUT_OBJECT",
26194
- "name": "SubscriptionCouponInput",
26195
- "ofType": null
26196
- },
26197
- "defaultValue": null,
26198
- "isDeprecated": false,
26199
- "deprecationReason": null
26200
- },
26201
- {
26202
- "name": "billableFeatures",
26203
- "description": null,
26204
- "type": {
26205
- "kind": "LIST",
26206
- "name": null,
26207
- "ofType": {
26208
- "kind": "NON_NULL",
26209
- "name": null,
26210
- "ofType": {
26211
- "kind": "INPUT_OBJECT",
26212
- "name": "BillableFeatureInput",
26213
- "ofType": null
26214
- }
26215
- }
26216
- },
26217
- "defaultValue": null,
26218
- "isDeprecated": false,
26219
- "deprecationReason": null
26220
- },
26221
- {
26222
- "name": "billingCountryCode",
26223
- "description": null,
26224
- "type": {
26225
- "kind": "SCALAR",
26226
- "name": "String",
26227
- "ofType": null
26228
- },
26229
- "defaultValue": null,
26230
- "isDeprecated": false,
26231
- "deprecationReason": null
26232
- },
26233
- {
26234
- "name": "billingInformation",
26235
- "description": null,
26236
- "type": {
26237
- "kind": "INPUT_OBJECT",
26238
- "name": "SubscriptionBillingInfo",
26239
- "ofType": null
26240
- },
26241
- "defaultValue": null,
26242
- "isDeprecated": false,
26243
- "deprecationReason": null
26244
- },
26245
- {
26246
- "name": "billingPeriod",
26247
- "description": null,
26248
- "type": {
26249
- "kind": "ENUM",
26250
- "name": "BillingPeriod",
26251
- "ofType": null
26252
- },
26253
- "defaultValue": null,
26254
- "isDeprecated": false,
26255
- "deprecationReason": null
26256
- },
26257
- {
26258
- "name": "customerId",
26259
- "description": null,
26260
- "type": {
26261
- "kind": "NON_NULL",
26262
- "name": null,
26263
- "ofType": {
26264
- "kind": "SCALAR",
26265
- "name": "String",
26266
- "ofType": null
26267
- }
26268
- },
26269
- "defaultValue": null,
26270
- "isDeprecated": false,
26271
- "deprecationReason": null
26272
- },
26273
- {
26274
- "name": "environmentId",
26275
- "description": null,
26276
- "type": {
26277
- "kind": "SCALAR",
26278
- "name": "UUID",
26279
- "ofType": null
26280
- },
26281
- "defaultValue": null,
26282
- "isDeprecated": false,
26283
- "deprecationReason": null
26284
- },
26285
- {
26286
- "name": "payingCustomerId",
26287
- "description": "The customer that will pay for the subscription",
26288
- "type": {
26289
- "kind": "SCALAR",
26290
- "name": "String",
26291
- "ofType": null
26292
- },
26293
- "defaultValue": null,
26294
- "isDeprecated": false,
26295
- "deprecationReason": null
26296
- },
26297
- {
26298
- "name": "planId",
26299
- "description": null,
26300
- "type": {
26301
- "kind": "NON_NULL",
26302
- "name": null,
26303
- "ofType": {
26304
- "kind": "SCALAR",
26305
- "name": "String",
26306
- "ofType": null
26307
- }
26308
- },
26309
- "defaultValue": null,
26310
- "isDeprecated": false,
26311
- "deprecationReason": null
26312
- },
26313
- {
26314
- "name": "priceUnitAmount",
26315
- "description": null,
26316
- "type": {
26317
- "kind": "SCALAR",
26318
- "name": "Float",
26319
- "ofType": null
26320
- },
26321
- "defaultValue": null,
26322
- "isDeprecated": false,
26323
- "deprecationReason": null
26324
- },
26325
- {
26326
- "name": "promotionCode",
26327
- "description": null,
26328
- "type": {
26329
- "kind": "SCALAR",
26330
- "name": "String",
26331
- "ofType": null
26332
- },
26333
- "defaultValue": null,
26334
- "isDeprecated": false,
26335
- "deprecationReason": null
26336
- },
26337
- {
26338
- "name": "resourceId",
26339
- "description": null,
26340
- "type": {
26341
- "kind": "SCALAR",
26342
- "name": "String",
26343
- "ofType": null
26344
- },
26345
- "defaultValue": null,
26346
- "isDeprecated": false,
26347
- "deprecationReason": null
26348
- },
26349
- {
26350
- "name": "skipTrial",
26351
- "description": null,
26352
- "type": {
26353
- "kind": "SCALAR",
26354
- "name": "Boolean",
26355
- "ofType": null
26356
- },
26357
- "defaultValue": "false",
26358
- "isDeprecated": false,
26359
- "deprecationReason": null
26360
- },
26361
- {
26362
- "name": "startDate",
26363
- "description": null,
26364
- "type": {
26365
- "kind": "SCALAR",
26366
- "name": "DateTime",
26367
- "ofType": null
26368
- },
26369
- "defaultValue": null,
26370
- "isDeprecated": false,
26371
- "deprecationReason": null
26372
- },
26373
- {
26374
- "name": "trialOverrideConfiguration",
26375
- "description": "trial configuration to override the default values from plan if exists",
26376
- "type": {
26377
- "kind": "INPUT_OBJECT",
26378
- "name": "TrialOverrideConfigurationInput",
26379
- "ofType": null
26380
- },
26381
- "defaultValue": null,
26382
- "isDeprecated": false,
26383
- "deprecationReason": null
26384
- },
26385
- {
26386
- "name": "unitQuantity",
26387
- "description": null,
26388
- "type": {
26389
- "kind": "SCALAR",
26390
- "name": "Float",
26391
- "ofType": null
26392
- },
26393
- "defaultValue": "-1",
26311
+ "name": "WorkflowTriggerNotFound",
26312
+ "description": "Workflow trigger not found",
26394
26313
  "isDeprecated": false,
26395
26314
  "deprecationReason": null
26396
26315
  }
26397
26316
  ],
26398
- "interfaces": null,
26399
- "enumValues": null,
26400
26317
  "possibleTypes": null
26401
26318
  },
26402
26319
  {
26403
26320
  "kind": "INPUT_OBJECT",
26404
- "name": "EstimateSubscriptionUpdateInput",
26321
+ "name": "EstimateSubscriptionInput",
26322
+ "description": null,
26323
+ "fields": null,
26324
+ "inputFields": [
26325
+ {
26326
+ "name": "addons",
26327
+ "description": null,
26328
+ "type": {
26329
+ "kind": "LIST",
26330
+ "name": null,
26331
+ "ofType": {
26332
+ "kind": "NON_NULL",
26333
+ "name": null,
26334
+ "ofType": {
26335
+ "kind": "INPUT_OBJECT",
26336
+ "name": "SubscriptionAddonInput",
26337
+ "ofType": null
26338
+ }
26339
+ }
26340
+ },
26341
+ "defaultValue": null,
26342
+ "isDeprecated": false,
26343
+ "deprecationReason": null
26344
+ },
26345
+ {
26346
+ "name": "appliedCoupon",
26347
+ "description": "Coupon input",
26348
+ "type": {
26349
+ "kind": "INPUT_OBJECT",
26350
+ "name": "SubscriptionCouponInput",
26351
+ "ofType": null
26352
+ },
26353
+ "defaultValue": null,
26354
+ "isDeprecated": false,
26355
+ "deprecationReason": null
26356
+ },
26357
+ {
26358
+ "name": "billableFeatures",
26359
+ "description": null,
26360
+ "type": {
26361
+ "kind": "LIST",
26362
+ "name": null,
26363
+ "ofType": {
26364
+ "kind": "NON_NULL",
26365
+ "name": null,
26366
+ "ofType": {
26367
+ "kind": "INPUT_OBJECT",
26368
+ "name": "BillableFeatureInput",
26369
+ "ofType": null
26370
+ }
26371
+ }
26372
+ },
26373
+ "defaultValue": null,
26374
+ "isDeprecated": false,
26375
+ "deprecationReason": null
26376
+ },
26377
+ {
26378
+ "name": "billingCountryCode",
26379
+ "description": null,
26380
+ "type": {
26381
+ "kind": "SCALAR",
26382
+ "name": "String",
26383
+ "ofType": null
26384
+ },
26385
+ "defaultValue": null,
26386
+ "isDeprecated": false,
26387
+ "deprecationReason": null
26388
+ },
26389
+ {
26390
+ "name": "billingInformation",
26391
+ "description": null,
26392
+ "type": {
26393
+ "kind": "INPUT_OBJECT",
26394
+ "name": "SubscriptionBillingInfo",
26395
+ "ofType": null
26396
+ },
26397
+ "defaultValue": null,
26398
+ "isDeprecated": false,
26399
+ "deprecationReason": null
26400
+ },
26401
+ {
26402
+ "name": "billingPeriod",
26403
+ "description": null,
26404
+ "type": {
26405
+ "kind": "ENUM",
26406
+ "name": "BillingPeriod",
26407
+ "ofType": null
26408
+ },
26409
+ "defaultValue": null,
26410
+ "isDeprecated": false,
26411
+ "deprecationReason": null
26412
+ },
26413
+ {
26414
+ "name": "customerId",
26415
+ "description": null,
26416
+ "type": {
26417
+ "kind": "NON_NULL",
26418
+ "name": null,
26419
+ "ofType": {
26420
+ "kind": "SCALAR",
26421
+ "name": "String",
26422
+ "ofType": null
26423
+ }
26424
+ },
26425
+ "defaultValue": null,
26426
+ "isDeprecated": false,
26427
+ "deprecationReason": null
26428
+ },
26429
+ {
26430
+ "name": "environmentId",
26431
+ "description": null,
26432
+ "type": {
26433
+ "kind": "SCALAR",
26434
+ "name": "UUID",
26435
+ "ofType": null
26436
+ },
26437
+ "defaultValue": null,
26438
+ "isDeprecated": false,
26439
+ "deprecationReason": null
26440
+ },
26441
+ {
26442
+ "name": "payingCustomerId",
26443
+ "description": "The customer that will pay for the subscription",
26444
+ "type": {
26445
+ "kind": "SCALAR",
26446
+ "name": "String",
26447
+ "ofType": null
26448
+ },
26449
+ "defaultValue": null,
26450
+ "isDeprecated": false,
26451
+ "deprecationReason": null
26452
+ },
26453
+ {
26454
+ "name": "planId",
26455
+ "description": null,
26456
+ "type": {
26457
+ "kind": "NON_NULL",
26458
+ "name": null,
26459
+ "ofType": {
26460
+ "kind": "SCALAR",
26461
+ "name": "String",
26462
+ "ofType": null
26463
+ }
26464
+ },
26465
+ "defaultValue": null,
26466
+ "isDeprecated": false,
26467
+ "deprecationReason": null
26468
+ },
26469
+ {
26470
+ "name": "priceUnitAmount",
26471
+ "description": null,
26472
+ "type": {
26473
+ "kind": "SCALAR",
26474
+ "name": "Float",
26475
+ "ofType": null
26476
+ },
26477
+ "defaultValue": null,
26478
+ "isDeprecated": false,
26479
+ "deprecationReason": null
26480
+ },
26481
+ {
26482
+ "name": "promotionCode",
26483
+ "description": null,
26484
+ "type": {
26485
+ "kind": "SCALAR",
26486
+ "name": "String",
26487
+ "ofType": null
26488
+ },
26489
+ "defaultValue": null,
26490
+ "isDeprecated": false,
26491
+ "deprecationReason": null
26492
+ },
26493
+ {
26494
+ "name": "resourceId",
26495
+ "description": null,
26496
+ "type": {
26497
+ "kind": "SCALAR",
26498
+ "name": "String",
26499
+ "ofType": null
26500
+ },
26501
+ "defaultValue": null,
26502
+ "isDeprecated": false,
26503
+ "deprecationReason": null
26504
+ },
26505
+ {
26506
+ "name": "skipTrial",
26507
+ "description": null,
26508
+ "type": {
26509
+ "kind": "SCALAR",
26510
+ "name": "Boolean",
26511
+ "ofType": null
26512
+ },
26513
+ "defaultValue": "false",
26514
+ "isDeprecated": false,
26515
+ "deprecationReason": null
26516
+ },
26517
+ {
26518
+ "name": "startDate",
26519
+ "description": null,
26520
+ "type": {
26521
+ "kind": "SCALAR",
26522
+ "name": "DateTime",
26523
+ "ofType": null
26524
+ },
26525
+ "defaultValue": null,
26526
+ "isDeprecated": false,
26527
+ "deprecationReason": null
26528
+ },
26529
+ {
26530
+ "name": "trialOverrideConfiguration",
26531
+ "description": "trial configuration to override the default values from plan if exists",
26532
+ "type": {
26533
+ "kind": "INPUT_OBJECT",
26534
+ "name": "TrialOverrideConfigurationInput",
26535
+ "ofType": null
26536
+ },
26537
+ "defaultValue": null,
26538
+ "isDeprecated": false,
26539
+ "deprecationReason": null
26540
+ },
26541
+ {
26542
+ "name": "unitQuantity",
26543
+ "description": null,
26544
+ "type": {
26545
+ "kind": "SCALAR",
26546
+ "name": "Float",
26547
+ "ofType": null
26548
+ },
26549
+ "defaultValue": "-1",
26550
+ "isDeprecated": false,
26551
+ "deprecationReason": null
26552
+ }
26553
+ ],
26554
+ "interfaces": null,
26555
+ "enumValues": null,
26556
+ "possibleTypes": null
26557
+ },
26558
+ {
26559
+ "kind": "INPUT_OBJECT",
26560
+ "name": "EstimateSubscriptionUpdateInput",
26405
26561
  "description": null,
26406
26562
  "fields": null,
26407
26563
  "inputFields": [
@@ -30590,31 +30746,1421 @@
30590
30746
  "args": [],
30591
30747
  "type": {
30592
30748
  "kind": "SCALAR",
30593
- "name": "String",
30594
- "ofType": null
30595
- },
30596
- "isDeprecated": false,
30597
- "deprecationReason": null
30598
- },
30599
- {
30600
- "name": "featureStatus",
30601
- "description": null,
30602
- "args": [],
30603
- "type": {
30604
- "kind": "ENUM",
30605
- "name": "FeatureStatus",
30749
+ "name": "String",
30750
+ "ofType": null
30751
+ },
30752
+ "isDeprecated": false,
30753
+ "deprecationReason": null
30754
+ },
30755
+ {
30756
+ "name": "featureStatus",
30757
+ "description": null,
30758
+ "args": [],
30759
+ "type": {
30760
+ "kind": "ENUM",
30761
+ "name": "FeatureStatus",
30762
+ "ofType": null
30763
+ },
30764
+ "isDeprecated": false,
30765
+ "deprecationReason": null
30766
+ },
30767
+ {
30768
+ "name": "featureType",
30769
+ "description": null,
30770
+ "args": [],
30771
+ "type": {
30772
+ "kind": "ENUM",
30773
+ "name": "FeatureType",
30774
+ "ofType": null
30775
+ },
30776
+ "isDeprecated": false,
30777
+ "deprecationReason": null
30778
+ },
30779
+ {
30780
+ "name": "id",
30781
+ "description": null,
30782
+ "args": [],
30783
+ "type": {
30784
+ "kind": "SCALAR",
30785
+ "name": "String",
30786
+ "ofType": null
30787
+ },
30788
+ "isDeprecated": false,
30789
+ "deprecationReason": null
30790
+ },
30791
+ {
30792
+ "name": "meterType",
30793
+ "description": null,
30794
+ "args": [],
30795
+ "type": {
30796
+ "kind": "ENUM",
30797
+ "name": "MeterType",
30798
+ "ofType": null
30799
+ },
30800
+ "isDeprecated": false,
30801
+ "deprecationReason": null
30802
+ },
30803
+ {
30804
+ "name": "refId",
30805
+ "description": null,
30806
+ "args": [],
30807
+ "type": {
30808
+ "kind": "SCALAR",
30809
+ "name": "String",
30810
+ "ofType": null
30811
+ },
30812
+ "isDeprecated": false,
30813
+ "deprecationReason": null
30814
+ },
30815
+ {
30816
+ "name": "updatedAt",
30817
+ "description": null,
30818
+ "args": [],
30819
+ "type": {
30820
+ "kind": "SCALAR",
30821
+ "name": "DateTime",
30822
+ "ofType": null
30823
+ },
30824
+ "isDeprecated": false,
30825
+ "deprecationReason": null
30826
+ }
30827
+ ],
30828
+ "inputFields": null,
30829
+ "interfaces": [],
30830
+ "enumValues": null,
30831
+ "possibleTypes": null
30832
+ },
30833
+ {
30834
+ "kind": "INPUT_OBJECT",
30835
+ "name": "FeatureAssociatedLatestPackages",
30836
+ "description": "Input for getting the associated latest packages for a feature",
30837
+ "fields": null,
30838
+ "inputFields": [
30839
+ {
30840
+ "name": "environmentId",
30841
+ "description": "The unique identifier for the environment",
30842
+ "type": {
30843
+ "kind": "NON_NULL",
30844
+ "name": null,
30845
+ "ofType": {
30846
+ "kind": "SCALAR",
30847
+ "name": "String",
30848
+ "ofType": null
30849
+ }
30850
+ },
30851
+ "defaultValue": null,
30852
+ "isDeprecated": false,
30853
+ "deprecationReason": null
30854
+ },
30855
+ {
30856
+ "name": "featureId",
30857
+ "description": "The ID of the feature",
30858
+ "type": {
30859
+ "kind": "NON_NULL",
30860
+ "name": null,
30861
+ "ofType": {
30862
+ "kind": "SCALAR",
30863
+ "name": "String",
30864
+ "ofType": null
30865
+ }
30866
+ },
30867
+ "defaultValue": null,
30868
+ "isDeprecated": false,
30869
+ "deprecationReason": null
30870
+ }
30871
+ ],
30872
+ "interfaces": null,
30873
+ "enumValues": null,
30874
+ "possibleTypes": null
30875
+ },
30876
+ {
30877
+ "kind": "OBJECT",
30878
+ "name": "FeatureConnection",
30879
+ "description": null,
30880
+ "fields": [
30881
+ {
30882
+ "name": "edges",
30883
+ "description": "Array of edges.",
30884
+ "args": [],
30885
+ "type": {
30886
+ "kind": "NON_NULL",
30887
+ "name": null,
30888
+ "ofType": {
30889
+ "kind": "LIST",
30890
+ "name": null,
30891
+ "ofType": {
30892
+ "kind": "NON_NULL",
30893
+ "name": null,
30894
+ "ofType": {
30895
+ "kind": "OBJECT",
30896
+ "name": "FeatureEdge",
30897
+ "ofType": null
30898
+ }
30899
+ }
30900
+ }
30901
+ },
30902
+ "isDeprecated": false,
30903
+ "deprecationReason": null
30904
+ },
30905
+ {
30906
+ "name": "pageInfo",
30907
+ "description": "Paging information",
30908
+ "args": [],
30909
+ "type": {
30910
+ "kind": "NON_NULL",
30911
+ "name": null,
30912
+ "ofType": {
30913
+ "kind": "OBJECT",
30914
+ "name": "PageInfo",
30915
+ "ofType": null
30916
+ }
30917
+ },
30918
+ "isDeprecated": false,
30919
+ "deprecationReason": null
30920
+ },
30921
+ {
30922
+ "name": "totalCount",
30923
+ "description": "Fetch total count of records",
30924
+ "args": [],
30925
+ "type": {
30926
+ "kind": "NON_NULL",
30927
+ "name": null,
30928
+ "ofType": {
30929
+ "kind": "SCALAR",
30930
+ "name": "Int",
30931
+ "ofType": null
30932
+ }
30933
+ },
30934
+ "isDeprecated": false,
30935
+ "deprecationReason": null
30936
+ }
30937
+ ],
30938
+ "inputFields": null,
30939
+ "interfaces": [],
30940
+ "enumValues": null,
30941
+ "possibleTypes": null
30942
+ },
30943
+ {
30944
+ "kind": "OBJECT",
30945
+ "name": "FeatureCountAggregate",
30946
+ "description": null,
30947
+ "fields": [
30948
+ {
30949
+ "name": "createdAt",
30950
+ "description": null,
30951
+ "args": [],
30952
+ "type": {
30953
+ "kind": "SCALAR",
30954
+ "name": "Int",
30955
+ "ofType": null
30956
+ },
30957
+ "isDeprecated": false,
30958
+ "deprecationReason": null
30959
+ },
30960
+ {
30961
+ "name": "description",
30962
+ "description": null,
30963
+ "args": [],
30964
+ "type": {
30965
+ "kind": "SCALAR",
30966
+ "name": "Int",
30967
+ "ofType": null
30968
+ },
30969
+ "isDeprecated": false,
30970
+ "deprecationReason": null
30971
+ },
30972
+ {
30973
+ "name": "displayName",
30974
+ "description": null,
30975
+ "args": [],
30976
+ "type": {
30977
+ "kind": "SCALAR",
30978
+ "name": "Int",
30979
+ "ofType": null
30980
+ },
30981
+ "isDeprecated": false,
30982
+ "deprecationReason": null
30983
+ },
30984
+ {
30985
+ "name": "environmentId",
30986
+ "description": null,
30987
+ "args": [],
30988
+ "type": {
30989
+ "kind": "SCALAR",
30990
+ "name": "Int",
30991
+ "ofType": null
30992
+ },
30993
+ "isDeprecated": false,
30994
+ "deprecationReason": null
30995
+ },
30996
+ {
30997
+ "name": "featureStatus",
30998
+ "description": null,
30999
+ "args": [],
31000
+ "type": {
31001
+ "kind": "SCALAR",
31002
+ "name": "Int",
31003
+ "ofType": null
31004
+ },
31005
+ "isDeprecated": false,
31006
+ "deprecationReason": null
31007
+ },
31008
+ {
31009
+ "name": "featureType",
31010
+ "description": null,
31011
+ "args": [],
31012
+ "type": {
31013
+ "kind": "SCALAR",
31014
+ "name": "Int",
31015
+ "ofType": null
31016
+ },
31017
+ "isDeprecated": false,
31018
+ "deprecationReason": null
31019
+ },
31020
+ {
31021
+ "name": "id",
31022
+ "description": null,
31023
+ "args": [],
31024
+ "type": {
31025
+ "kind": "SCALAR",
31026
+ "name": "Int",
31027
+ "ofType": null
31028
+ },
31029
+ "isDeprecated": false,
31030
+ "deprecationReason": null
31031
+ },
31032
+ {
31033
+ "name": "meterType",
31034
+ "description": null,
31035
+ "args": [],
31036
+ "type": {
31037
+ "kind": "SCALAR",
31038
+ "name": "Int",
31039
+ "ofType": null
31040
+ },
31041
+ "isDeprecated": false,
31042
+ "deprecationReason": null
31043
+ },
31044
+ {
31045
+ "name": "refId",
31046
+ "description": null,
31047
+ "args": [],
31048
+ "type": {
31049
+ "kind": "SCALAR",
31050
+ "name": "Int",
31051
+ "ofType": null
31052
+ },
31053
+ "isDeprecated": false,
31054
+ "deprecationReason": null
31055
+ },
31056
+ {
31057
+ "name": "updatedAt",
31058
+ "description": null,
31059
+ "args": [],
31060
+ "type": {
31061
+ "kind": "SCALAR",
31062
+ "name": "Int",
31063
+ "ofType": null
31064
+ },
31065
+ "isDeprecated": false,
31066
+ "deprecationReason": null
31067
+ }
31068
+ ],
31069
+ "inputFields": null,
31070
+ "interfaces": [],
31071
+ "enumValues": null,
31072
+ "possibleTypes": null
31073
+ },
31074
+ {
31075
+ "kind": "OBJECT",
31076
+ "name": "FeatureEdge",
31077
+ "description": null,
31078
+ "fields": [
31079
+ {
31080
+ "name": "cursor",
31081
+ "description": "Cursor for this node.",
31082
+ "args": [],
31083
+ "type": {
31084
+ "kind": "NON_NULL",
31085
+ "name": null,
31086
+ "ofType": {
31087
+ "kind": "SCALAR",
31088
+ "name": "ConnectionCursor",
31089
+ "ofType": null
31090
+ }
31091
+ },
31092
+ "isDeprecated": false,
31093
+ "deprecationReason": null
31094
+ },
31095
+ {
31096
+ "name": "node",
31097
+ "description": "The node containing the Feature",
31098
+ "args": [],
31099
+ "type": {
31100
+ "kind": "NON_NULL",
31101
+ "name": null,
31102
+ "ofType": {
31103
+ "kind": "OBJECT",
31104
+ "name": "Feature",
31105
+ "ofType": null
31106
+ }
31107
+ },
31108
+ "isDeprecated": false,
31109
+ "deprecationReason": null
31110
+ }
31111
+ ],
31112
+ "inputFields": null,
31113
+ "interfaces": [],
31114
+ "enumValues": null,
31115
+ "possibleTypes": null
31116
+ },
31117
+ {
31118
+ "kind": "INPUT_OBJECT",
31119
+ "name": "FeatureFilter",
31120
+ "description": null,
31121
+ "fields": null,
31122
+ "inputFields": [
31123
+ {
31124
+ "name": "and",
31125
+ "description": null,
31126
+ "type": {
31127
+ "kind": "LIST",
31128
+ "name": null,
31129
+ "ofType": {
31130
+ "kind": "NON_NULL",
31131
+ "name": null,
31132
+ "ofType": {
31133
+ "kind": "INPUT_OBJECT",
31134
+ "name": "FeatureFilter",
31135
+ "ofType": null
31136
+ }
31137
+ }
31138
+ },
31139
+ "defaultValue": null,
31140
+ "isDeprecated": false,
31141
+ "deprecationReason": null
31142
+ },
31143
+ {
31144
+ "name": "createdAt",
31145
+ "description": null,
31146
+ "type": {
31147
+ "kind": "INPUT_OBJECT",
31148
+ "name": "DateFieldComparison",
31149
+ "ofType": null
31150
+ },
31151
+ "defaultValue": null,
31152
+ "isDeprecated": false,
31153
+ "deprecationReason": null
31154
+ },
31155
+ {
31156
+ "name": "description",
31157
+ "description": null,
31158
+ "type": {
31159
+ "kind": "INPUT_OBJECT",
31160
+ "name": "StringFieldComparison",
31161
+ "ofType": null
31162
+ },
31163
+ "defaultValue": null,
31164
+ "isDeprecated": false,
31165
+ "deprecationReason": null
31166
+ },
31167
+ {
31168
+ "name": "displayName",
31169
+ "description": null,
31170
+ "type": {
31171
+ "kind": "INPUT_OBJECT",
31172
+ "name": "StringFieldComparison",
31173
+ "ofType": null
31174
+ },
31175
+ "defaultValue": null,
31176
+ "isDeprecated": false,
31177
+ "deprecationReason": null
31178
+ },
31179
+ {
31180
+ "name": "environmentId",
31181
+ "description": null,
31182
+ "type": {
31183
+ "kind": "INPUT_OBJECT",
31184
+ "name": "StringFieldComparison",
31185
+ "ofType": null
31186
+ },
31187
+ "defaultValue": null,
31188
+ "isDeprecated": false,
31189
+ "deprecationReason": null
31190
+ },
31191
+ {
31192
+ "name": "featureStatus",
31193
+ "description": null,
31194
+ "type": {
31195
+ "kind": "INPUT_OBJECT",
31196
+ "name": "FeatureStatusFilterComparison",
31197
+ "ofType": null
31198
+ },
31199
+ "defaultValue": null,
31200
+ "isDeprecated": false,
31201
+ "deprecationReason": null
31202
+ },
31203
+ {
31204
+ "name": "featureType",
31205
+ "description": null,
31206
+ "type": {
31207
+ "kind": "INPUT_OBJECT",
31208
+ "name": "FeatureTypeFilterComparison",
31209
+ "ofType": null
31210
+ },
31211
+ "defaultValue": null,
31212
+ "isDeprecated": false,
31213
+ "deprecationReason": null
31214
+ },
31215
+ {
31216
+ "name": "id",
31217
+ "description": null,
31218
+ "type": {
31219
+ "kind": "INPUT_OBJECT",
31220
+ "name": "StringFieldComparison",
31221
+ "ofType": null
31222
+ },
31223
+ "defaultValue": null,
31224
+ "isDeprecated": false,
31225
+ "deprecationReason": null
31226
+ },
31227
+ {
31228
+ "name": "meterType",
31229
+ "description": null,
31230
+ "type": {
31231
+ "kind": "INPUT_OBJECT",
31232
+ "name": "MeterTypeFilterComparison",
31233
+ "ofType": null
31234
+ },
31235
+ "defaultValue": null,
31236
+ "isDeprecated": false,
31237
+ "deprecationReason": null
31238
+ },
31239
+ {
31240
+ "name": "or",
31241
+ "description": null,
31242
+ "type": {
31243
+ "kind": "LIST",
31244
+ "name": null,
31245
+ "ofType": {
31246
+ "kind": "NON_NULL",
31247
+ "name": null,
31248
+ "ofType": {
31249
+ "kind": "INPUT_OBJECT",
31250
+ "name": "FeatureFilter",
31251
+ "ofType": null
31252
+ }
31253
+ }
31254
+ },
31255
+ "defaultValue": null,
31256
+ "isDeprecated": false,
31257
+ "deprecationReason": null
31258
+ },
31259
+ {
31260
+ "name": "refId",
31261
+ "description": null,
31262
+ "type": {
31263
+ "kind": "INPUT_OBJECT",
31264
+ "name": "StringFieldComparison",
31265
+ "ofType": null
31266
+ },
31267
+ "defaultValue": null,
31268
+ "isDeprecated": false,
31269
+ "deprecationReason": null
31270
+ },
31271
+ {
31272
+ "name": "updatedAt",
31273
+ "description": null,
31274
+ "type": {
31275
+ "kind": "INPUT_OBJECT",
31276
+ "name": "DateFieldComparison",
31277
+ "ofType": null
31278
+ },
31279
+ "defaultValue": null,
31280
+ "isDeprecated": false,
31281
+ "deprecationReason": null
31282
+ }
31283
+ ],
31284
+ "interfaces": null,
31285
+ "enumValues": null,
31286
+ "possibleTypes": null
31287
+ },
31288
+ {
31289
+ "kind": "OBJECT",
31290
+ "name": "FeatureGroup",
31291
+ "description": "A set of features grouped together",
31292
+ "fields": [
31293
+ {
31294
+ "name": "createdAt",
31295
+ "description": "Timestamp of when the record was created",
31296
+ "args": [],
31297
+ "type": {
31298
+ "kind": "NON_NULL",
31299
+ "name": null,
31300
+ "ofType": {
31301
+ "kind": "SCALAR",
31302
+ "name": "DateTime",
31303
+ "ofType": null
31304
+ }
31305
+ },
31306
+ "isDeprecated": false,
31307
+ "deprecationReason": null
31308
+ },
31309
+ {
31310
+ "name": "description",
31311
+ "description": "The description of the feature group",
31312
+ "args": [],
31313
+ "type": {
31314
+ "kind": "SCALAR",
31315
+ "name": "String",
31316
+ "ofType": null
31317
+ },
31318
+ "isDeprecated": false,
31319
+ "deprecationReason": null
31320
+ },
31321
+ {
31322
+ "name": "displayName",
31323
+ "description": "The display name of the feature group",
31324
+ "args": [],
31325
+ "type": {
31326
+ "kind": "NON_NULL",
31327
+ "name": null,
31328
+ "ofType": {
31329
+ "kind": "SCALAR",
31330
+ "name": "String",
31331
+ "ofType": null
31332
+ }
31333
+ },
31334
+ "isDeprecated": false,
31335
+ "deprecationReason": null
31336
+ },
31337
+ {
31338
+ "name": "environmentId",
31339
+ "description": "The unique identifier for the environment",
31340
+ "args": [],
31341
+ "type": {
31342
+ "kind": "NON_NULL",
31343
+ "name": null,
31344
+ "ofType": {
31345
+ "kind": "SCALAR",
31346
+ "name": "UUID",
31347
+ "ofType": null
31348
+ }
31349
+ },
31350
+ "isDeprecated": false,
31351
+ "deprecationReason": null
31352
+ },
31353
+ {
31354
+ "name": "featureGroupId",
31355
+ "description": "The feature group id",
31356
+ "args": [],
31357
+ "type": {
31358
+ "kind": "NON_NULL",
31359
+ "name": null,
31360
+ "ofType": {
31361
+ "kind": "SCALAR",
31362
+ "name": "String",
31363
+ "ofType": null
31364
+ }
31365
+ },
31366
+ "isDeprecated": false,
31367
+ "deprecationReason": null
31368
+ },
31369
+ {
31370
+ "name": "features",
31371
+ "description": "The features in the feature group",
31372
+ "args": [],
31373
+ "type": {
31374
+ "kind": "NON_NULL",
31375
+ "name": null,
31376
+ "ofType": {
31377
+ "kind": "LIST",
31378
+ "name": null,
31379
+ "ofType": {
31380
+ "kind": "NON_NULL",
31381
+ "name": null,
31382
+ "ofType": {
31383
+ "kind": "OBJECT",
31384
+ "name": "Feature",
31385
+ "ofType": null
31386
+ }
31387
+ }
31388
+ }
31389
+ },
31390
+ "isDeprecated": false,
31391
+ "deprecationReason": null
31392
+ },
31393
+ {
31394
+ "name": "id",
31395
+ "description": "The internal id of the feature group",
31396
+ "args": [],
31397
+ "type": {
31398
+ "kind": "NON_NULL",
31399
+ "name": null,
31400
+ "ofType": {
31401
+ "kind": "SCALAR",
31402
+ "name": "UUID",
31403
+ "ofType": null
31404
+ }
31405
+ },
31406
+ "isDeprecated": false,
31407
+ "deprecationReason": null
31408
+ },
31409
+ {
31410
+ "name": "isLatest",
31411
+ "description": "Indicates if this is the latest version of the feature group",
31412
+ "args": [],
31413
+ "type": {
31414
+ "kind": "NON_NULL",
31415
+ "name": null,
31416
+ "ofType": {
31417
+ "kind": "SCALAR",
31418
+ "name": "Boolean",
31419
+ "ofType": null
31420
+ }
31421
+ },
31422
+ "isDeprecated": false,
31423
+ "deprecationReason": null
31424
+ },
31425
+ {
31426
+ "name": "status",
31427
+ "description": "The status of the feature group (published, archived)",
31428
+ "args": [],
31429
+ "type": {
31430
+ "kind": "NON_NULL",
31431
+ "name": null,
31432
+ "ofType": {
31433
+ "kind": "ENUM",
31434
+ "name": "FeatureGroupStatus",
31435
+ "ofType": null
31436
+ }
31437
+ },
31438
+ "isDeprecated": false,
31439
+ "deprecationReason": null
31440
+ },
31441
+ {
31442
+ "name": "updatedAt",
31443
+ "description": "Timestamp of when the record was last updated",
31444
+ "args": [],
31445
+ "type": {
31446
+ "kind": "NON_NULL",
31447
+ "name": null,
31448
+ "ofType": {
31449
+ "kind": "SCALAR",
31450
+ "name": "DateTime",
31451
+ "ofType": null
31452
+ }
31453
+ },
31454
+ "isDeprecated": false,
31455
+ "deprecationReason": null
31456
+ },
31457
+ {
31458
+ "name": "versionNumber",
31459
+ "description": "The version number of the feature group",
31460
+ "args": [],
31461
+ "type": {
31462
+ "kind": "NON_NULL",
31463
+ "name": null,
31464
+ "ofType": {
31465
+ "kind": "SCALAR",
31466
+ "name": "Int",
31467
+ "ofType": null
31468
+ }
31469
+ },
31470
+ "isDeprecated": false,
31471
+ "deprecationReason": null
31472
+ }
31473
+ ],
31474
+ "inputFields": null,
31475
+ "interfaces": [],
31476
+ "enumValues": null,
31477
+ "possibleTypes": null
31478
+ },
31479
+ {
31480
+ "kind": "OBJECT",
31481
+ "name": "FeatureGroupAggregateGroupBy",
31482
+ "description": null,
31483
+ "fields": [
31484
+ {
31485
+ "name": "createdAt",
31486
+ "description": null,
31487
+ "args": [],
31488
+ "type": {
31489
+ "kind": "SCALAR",
31490
+ "name": "DateTime",
31491
+ "ofType": null
31492
+ },
31493
+ "isDeprecated": false,
31494
+ "deprecationReason": null
31495
+ },
31496
+ {
31497
+ "name": "displayName",
31498
+ "description": null,
31499
+ "args": [],
31500
+ "type": {
31501
+ "kind": "SCALAR",
31502
+ "name": "String",
31503
+ "ofType": null
31504
+ },
31505
+ "isDeprecated": false,
31506
+ "deprecationReason": null
31507
+ },
31508
+ {
31509
+ "name": "environmentId",
31510
+ "description": null,
31511
+ "args": [],
31512
+ "type": {
31513
+ "kind": "SCALAR",
31514
+ "name": "UUID",
31515
+ "ofType": null
31516
+ },
31517
+ "isDeprecated": false,
31518
+ "deprecationReason": null
31519
+ },
31520
+ {
31521
+ "name": "featureGroupId",
31522
+ "description": null,
31523
+ "args": [],
31524
+ "type": {
31525
+ "kind": "SCALAR",
31526
+ "name": "String",
31527
+ "ofType": null
31528
+ },
31529
+ "isDeprecated": false,
31530
+ "deprecationReason": null
31531
+ },
31532
+ {
31533
+ "name": "id",
31534
+ "description": null,
31535
+ "args": [],
31536
+ "type": {
31537
+ "kind": "SCALAR",
31538
+ "name": "UUID",
31539
+ "ofType": null
31540
+ },
31541
+ "isDeprecated": false,
31542
+ "deprecationReason": null
31543
+ },
31544
+ {
31545
+ "name": "isLatest",
31546
+ "description": null,
31547
+ "args": [],
31548
+ "type": {
31549
+ "kind": "SCALAR",
31550
+ "name": "Boolean",
31551
+ "ofType": null
31552
+ },
31553
+ "isDeprecated": false,
31554
+ "deprecationReason": null
31555
+ },
31556
+ {
31557
+ "name": "status",
31558
+ "description": null,
31559
+ "args": [],
31560
+ "type": {
31561
+ "kind": "ENUM",
31562
+ "name": "FeatureGroupStatus",
31563
+ "ofType": null
31564
+ },
31565
+ "isDeprecated": false,
31566
+ "deprecationReason": null
31567
+ },
31568
+ {
31569
+ "name": "updatedAt",
31570
+ "description": null,
31571
+ "args": [],
31572
+ "type": {
31573
+ "kind": "SCALAR",
31574
+ "name": "DateTime",
31575
+ "ofType": null
31576
+ },
31577
+ "isDeprecated": false,
31578
+ "deprecationReason": null
31579
+ },
31580
+ {
31581
+ "name": "versionNumber",
31582
+ "description": null,
31583
+ "args": [],
31584
+ "type": {
31585
+ "kind": "SCALAR",
31586
+ "name": "Int",
31587
+ "ofType": null
31588
+ },
31589
+ "isDeprecated": false,
31590
+ "deprecationReason": null
31591
+ }
31592
+ ],
31593
+ "inputFields": null,
31594
+ "interfaces": [],
31595
+ "enumValues": null,
31596
+ "possibleTypes": null
31597
+ },
31598
+ {
31599
+ "kind": "OBJECT",
31600
+ "name": "FeatureGroupAvgAggregate",
31601
+ "description": null,
31602
+ "fields": [
31603
+ {
31604
+ "name": "versionNumber",
31605
+ "description": null,
31606
+ "args": [],
31607
+ "type": {
31608
+ "kind": "SCALAR",
31609
+ "name": "Float",
31610
+ "ofType": null
31611
+ },
31612
+ "isDeprecated": false,
31613
+ "deprecationReason": null
31614
+ }
31615
+ ],
31616
+ "inputFields": null,
31617
+ "interfaces": [],
31618
+ "enumValues": null,
31619
+ "possibleTypes": null
31620
+ },
31621
+ {
31622
+ "kind": "OBJECT",
31623
+ "name": "FeatureGroupConnection",
31624
+ "description": null,
31625
+ "fields": [
31626
+ {
31627
+ "name": "edges",
31628
+ "description": "Array of edges.",
31629
+ "args": [],
31630
+ "type": {
31631
+ "kind": "NON_NULL",
31632
+ "name": null,
31633
+ "ofType": {
31634
+ "kind": "LIST",
31635
+ "name": null,
31636
+ "ofType": {
31637
+ "kind": "NON_NULL",
31638
+ "name": null,
31639
+ "ofType": {
31640
+ "kind": "OBJECT",
31641
+ "name": "FeatureGroupEdge",
31642
+ "ofType": null
31643
+ }
31644
+ }
31645
+ }
31646
+ },
31647
+ "isDeprecated": false,
31648
+ "deprecationReason": null
31649
+ },
31650
+ {
31651
+ "name": "pageInfo",
31652
+ "description": "Paging information",
31653
+ "args": [],
31654
+ "type": {
31655
+ "kind": "NON_NULL",
31656
+ "name": null,
31657
+ "ofType": {
31658
+ "kind": "OBJECT",
31659
+ "name": "PageInfo",
31660
+ "ofType": null
31661
+ }
31662
+ },
31663
+ "isDeprecated": false,
31664
+ "deprecationReason": null
31665
+ },
31666
+ {
31667
+ "name": "totalCount",
31668
+ "description": "Fetch total count of records",
31669
+ "args": [],
31670
+ "type": {
31671
+ "kind": "NON_NULL",
31672
+ "name": null,
31673
+ "ofType": {
31674
+ "kind": "SCALAR",
31675
+ "name": "Int",
31676
+ "ofType": null
31677
+ }
31678
+ },
31679
+ "isDeprecated": false,
31680
+ "deprecationReason": null
31681
+ }
31682
+ ],
31683
+ "inputFields": null,
31684
+ "interfaces": [],
31685
+ "enumValues": null,
31686
+ "possibleTypes": null
31687
+ },
31688
+ {
31689
+ "kind": "OBJECT",
31690
+ "name": "FeatureGroupCountAggregate",
31691
+ "description": null,
31692
+ "fields": [
31693
+ {
31694
+ "name": "createdAt",
31695
+ "description": null,
31696
+ "args": [],
31697
+ "type": {
31698
+ "kind": "SCALAR",
31699
+ "name": "Int",
31700
+ "ofType": null
31701
+ },
31702
+ "isDeprecated": false,
31703
+ "deprecationReason": null
31704
+ },
31705
+ {
31706
+ "name": "displayName",
31707
+ "description": null,
31708
+ "args": [],
31709
+ "type": {
31710
+ "kind": "SCALAR",
31711
+ "name": "Int",
31712
+ "ofType": null
31713
+ },
31714
+ "isDeprecated": false,
31715
+ "deprecationReason": null
31716
+ },
31717
+ {
31718
+ "name": "environmentId",
31719
+ "description": null,
31720
+ "args": [],
31721
+ "type": {
31722
+ "kind": "SCALAR",
31723
+ "name": "Int",
31724
+ "ofType": null
31725
+ },
31726
+ "isDeprecated": false,
31727
+ "deprecationReason": null
31728
+ },
31729
+ {
31730
+ "name": "featureGroupId",
31731
+ "description": null,
31732
+ "args": [],
31733
+ "type": {
31734
+ "kind": "SCALAR",
31735
+ "name": "Int",
31736
+ "ofType": null
31737
+ },
31738
+ "isDeprecated": false,
31739
+ "deprecationReason": null
31740
+ },
31741
+ {
31742
+ "name": "id",
31743
+ "description": null,
31744
+ "args": [],
31745
+ "type": {
31746
+ "kind": "SCALAR",
31747
+ "name": "Int",
31748
+ "ofType": null
31749
+ },
31750
+ "isDeprecated": false,
31751
+ "deprecationReason": null
31752
+ },
31753
+ {
31754
+ "name": "isLatest",
31755
+ "description": null,
31756
+ "args": [],
31757
+ "type": {
31758
+ "kind": "SCALAR",
31759
+ "name": "Int",
31760
+ "ofType": null
31761
+ },
31762
+ "isDeprecated": false,
31763
+ "deprecationReason": null
31764
+ },
31765
+ {
31766
+ "name": "status",
31767
+ "description": null,
31768
+ "args": [],
31769
+ "type": {
31770
+ "kind": "SCALAR",
31771
+ "name": "Int",
31772
+ "ofType": null
31773
+ },
31774
+ "isDeprecated": false,
31775
+ "deprecationReason": null
31776
+ },
31777
+ {
31778
+ "name": "updatedAt",
31779
+ "description": null,
31780
+ "args": [],
31781
+ "type": {
31782
+ "kind": "SCALAR",
31783
+ "name": "Int",
31784
+ "ofType": null
31785
+ },
31786
+ "isDeprecated": false,
31787
+ "deprecationReason": null
31788
+ },
31789
+ {
31790
+ "name": "versionNumber",
31791
+ "description": null,
31792
+ "args": [],
31793
+ "type": {
31794
+ "kind": "SCALAR",
31795
+ "name": "Int",
31796
+ "ofType": null
31797
+ },
31798
+ "isDeprecated": false,
31799
+ "deprecationReason": null
31800
+ }
31801
+ ],
31802
+ "inputFields": null,
31803
+ "interfaces": [],
31804
+ "enumValues": null,
31805
+ "possibleTypes": null
31806
+ },
31807
+ {
31808
+ "kind": "OBJECT",
31809
+ "name": "FeatureGroupEdge",
31810
+ "description": null,
31811
+ "fields": [
31812
+ {
31813
+ "name": "cursor",
31814
+ "description": "Cursor for this node.",
31815
+ "args": [],
31816
+ "type": {
31817
+ "kind": "NON_NULL",
31818
+ "name": null,
31819
+ "ofType": {
31820
+ "kind": "SCALAR",
31821
+ "name": "ConnectionCursor",
31822
+ "ofType": null
31823
+ }
31824
+ },
31825
+ "isDeprecated": false,
31826
+ "deprecationReason": null
31827
+ },
31828
+ {
31829
+ "name": "node",
31830
+ "description": "The node containing the FeatureGroup",
31831
+ "args": [],
31832
+ "type": {
31833
+ "kind": "NON_NULL",
31834
+ "name": null,
31835
+ "ofType": {
31836
+ "kind": "OBJECT",
31837
+ "name": "FeatureGroup",
31838
+ "ofType": null
31839
+ }
31840
+ },
31841
+ "isDeprecated": false,
31842
+ "deprecationReason": null
31843
+ }
31844
+ ],
31845
+ "inputFields": null,
31846
+ "interfaces": [],
31847
+ "enumValues": null,
31848
+ "possibleTypes": null
31849
+ },
31850
+ {
31851
+ "kind": "INPUT_OBJECT",
31852
+ "name": "FeatureGroupFilter",
31853
+ "description": null,
31854
+ "fields": null,
31855
+ "inputFields": [
31856
+ {
31857
+ "name": "and",
31858
+ "description": null,
31859
+ "type": {
31860
+ "kind": "LIST",
31861
+ "name": null,
31862
+ "ofType": {
31863
+ "kind": "NON_NULL",
31864
+ "name": null,
31865
+ "ofType": {
31866
+ "kind": "INPUT_OBJECT",
31867
+ "name": "FeatureGroupFilter",
31868
+ "ofType": null
31869
+ }
31870
+ }
31871
+ },
31872
+ "defaultValue": null,
31873
+ "isDeprecated": false,
31874
+ "deprecationReason": null
31875
+ },
31876
+ {
31877
+ "name": "createdAt",
31878
+ "description": null,
31879
+ "type": {
31880
+ "kind": "INPUT_OBJECT",
31881
+ "name": "DateFieldComparison",
31882
+ "ofType": null
31883
+ },
31884
+ "defaultValue": null,
31885
+ "isDeprecated": false,
31886
+ "deprecationReason": null
31887
+ },
31888
+ {
31889
+ "name": "displayName",
31890
+ "description": null,
31891
+ "type": {
31892
+ "kind": "INPUT_OBJECT",
31893
+ "name": "StringFieldComparison",
31894
+ "ofType": null
31895
+ },
31896
+ "defaultValue": null,
31897
+ "isDeprecated": false,
31898
+ "deprecationReason": null
31899
+ },
31900
+ {
31901
+ "name": "environmentId",
31902
+ "description": null,
31903
+ "type": {
31904
+ "kind": "INPUT_OBJECT",
31905
+ "name": "UUIDFilterComparison",
31906
+ "ofType": null
31907
+ },
31908
+ "defaultValue": null,
31909
+ "isDeprecated": false,
31910
+ "deprecationReason": null
31911
+ },
31912
+ {
31913
+ "name": "featureGroupId",
31914
+ "description": null,
31915
+ "type": {
31916
+ "kind": "INPUT_OBJECT",
31917
+ "name": "StringFieldComparison",
31918
+ "ofType": null
31919
+ },
31920
+ "defaultValue": null,
31921
+ "isDeprecated": false,
31922
+ "deprecationReason": null
31923
+ },
31924
+ {
31925
+ "name": "id",
31926
+ "description": null,
31927
+ "type": {
31928
+ "kind": "INPUT_OBJECT",
31929
+ "name": "UUIDFilterComparison",
31930
+ "ofType": null
31931
+ },
31932
+ "defaultValue": null,
31933
+ "isDeprecated": false,
31934
+ "deprecationReason": null
31935
+ },
31936
+ {
31937
+ "name": "isLatest",
31938
+ "description": null,
31939
+ "type": {
31940
+ "kind": "INPUT_OBJECT",
31941
+ "name": "BooleanFieldComparison",
31942
+ "ofType": null
31943
+ },
31944
+ "defaultValue": null,
31945
+ "isDeprecated": false,
31946
+ "deprecationReason": null
31947
+ },
31948
+ {
31949
+ "name": "or",
31950
+ "description": null,
31951
+ "type": {
31952
+ "kind": "LIST",
31953
+ "name": null,
31954
+ "ofType": {
31955
+ "kind": "NON_NULL",
31956
+ "name": null,
31957
+ "ofType": {
31958
+ "kind": "INPUT_OBJECT",
31959
+ "name": "FeatureGroupFilter",
31960
+ "ofType": null
31961
+ }
31962
+ }
31963
+ },
31964
+ "defaultValue": null,
31965
+ "isDeprecated": false,
31966
+ "deprecationReason": null
31967
+ },
31968
+ {
31969
+ "name": "status",
31970
+ "description": null,
31971
+ "type": {
31972
+ "kind": "INPUT_OBJECT",
31973
+ "name": "FeatureGroupStatusFilterComparison",
31974
+ "ofType": null
31975
+ },
31976
+ "defaultValue": null,
31977
+ "isDeprecated": false,
31978
+ "deprecationReason": null
31979
+ },
31980
+ {
31981
+ "name": "updatedAt",
31982
+ "description": null,
31983
+ "type": {
31984
+ "kind": "INPUT_OBJECT",
31985
+ "name": "DateFieldComparison",
31986
+ "ofType": null
31987
+ },
31988
+ "defaultValue": null,
31989
+ "isDeprecated": false,
31990
+ "deprecationReason": null
31991
+ },
31992
+ {
31993
+ "name": "versionNumber",
31994
+ "description": null,
31995
+ "type": {
31996
+ "kind": "INPUT_OBJECT",
31997
+ "name": "IntFieldComparison",
31998
+ "ofType": null
31999
+ },
32000
+ "defaultValue": null,
32001
+ "isDeprecated": false,
32002
+ "deprecationReason": null
32003
+ }
32004
+ ],
32005
+ "interfaces": null,
32006
+ "enumValues": null,
32007
+ "possibleTypes": null
32008
+ },
32009
+ {
32010
+ "kind": "OBJECT",
32011
+ "name": "FeatureGroupMaxAggregate",
32012
+ "description": null,
32013
+ "fields": [
32014
+ {
32015
+ "name": "createdAt",
32016
+ "description": null,
32017
+ "args": [],
32018
+ "type": {
32019
+ "kind": "SCALAR",
32020
+ "name": "DateTime",
32021
+ "ofType": null
32022
+ },
32023
+ "isDeprecated": false,
32024
+ "deprecationReason": null
32025
+ },
32026
+ {
32027
+ "name": "displayName",
32028
+ "description": null,
32029
+ "args": [],
32030
+ "type": {
32031
+ "kind": "SCALAR",
32032
+ "name": "String",
32033
+ "ofType": null
32034
+ },
32035
+ "isDeprecated": false,
32036
+ "deprecationReason": null
32037
+ },
32038
+ {
32039
+ "name": "environmentId",
32040
+ "description": null,
32041
+ "args": [],
32042
+ "type": {
32043
+ "kind": "SCALAR",
32044
+ "name": "UUID",
32045
+ "ofType": null
32046
+ },
32047
+ "isDeprecated": false,
32048
+ "deprecationReason": null
32049
+ },
32050
+ {
32051
+ "name": "featureGroupId",
32052
+ "description": null,
32053
+ "args": [],
32054
+ "type": {
32055
+ "kind": "SCALAR",
32056
+ "name": "String",
32057
+ "ofType": null
32058
+ },
32059
+ "isDeprecated": false,
32060
+ "deprecationReason": null
32061
+ },
32062
+ {
32063
+ "name": "id",
32064
+ "description": null,
32065
+ "args": [],
32066
+ "type": {
32067
+ "kind": "SCALAR",
32068
+ "name": "UUID",
32069
+ "ofType": null
32070
+ },
32071
+ "isDeprecated": false,
32072
+ "deprecationReason": null
32073
+ },
32074
+ {
32075
+ "name": "status",
32076
+ "description": null,
32077
+ "args": [],
32078
+ "type": {
32079
+ "kind": "ENUM",
32080
+ "name": "FeatureGroupStatus",
32081
+ "ofType": null
32082
+ },
32083
+ "isDeprecated": false,
32084
+ "deprecationReason": null
32085
+ },
32086
+ {
32087
+ "name": "updatedAt",
32088
+ "description": null,
32089
+ "args": [],
32090
+ "type": {
32091
+ "kind": "SCALAR",
32092
+ "name": "DateTime",
32093
+ "ofType": null
32094
+ },
32095
+ "isDeprecated": false,
32096
+ "deprecationReason": null
32097
+ },
32098
+ {
32099
+ "name": "versionNumber",
32100
+ "description": null,
32101
+ "args": [],
32102
+ "type": {
32103
+ "kind": "SCALAR",
32104
+ "name": "Int",
32105
+ "ofType": null
32106
+ },
32107
+ "isDeprecated": false,
32108
+ "deprecationReason": null
32109
+ }
32110
+ ],
32111
+ "inputFields": null,
32112
+ "interfaces": [],
32113
+ "enumValues": null,
32114
+ "possibleTypes": null
32115
+ },
32116
+ {
32117
+ "kind": "OBJECT",
32118
+ "name": "FeatureGroupMinAggregate",
32119
+ "description": null,
32120
+ "fields": [
32121
+ {
32122
+ "name": "createdAt",
32123
+ "description": null,
32124
+ "args": [],
32125
+ "type": {
32126
+ "kind": "SCALAR",
32127
+ "name": "DateTime",
32128
+ "ofType": null
32129
+ },
32130
+ "isDeprecated": false,
32131
+ "deprecationReason": null
32132
+ },
32133
+ {
32134
+ "name": "displayName",
32135
+ "description": null,
32136
+ "args": [],
32137
+ "type": {
32138
+ "kind": "SCALAR",
32139
+ "name": "String",
32140
+ "ofType": null
32141
+ },
32142
+ "isDeprecated": false,
32143
+ "deprecationReason": null
32144
+ },
32145
+ {
32146
+ "name": "environmentId",
32147
+ "description": null,
32148
+ "args": [],
32149
+ "type": {
32150
+ "kind": "SCALAR",
32151
+ "name": "UUID",
30606
32152
  "ofType": null
30607
32153
  },
30608
32154
  "isDeprecated": false,
30609
32155
  "deprecationReason": null
30610
32156
  },
30611
32157
  {
30612
- "name": "featureType",
32158
+ "name": "featureGroupId",
30613
32159
  "description": null,
30614
32160
  "args": [],
30615
32161
  "type": {
30616
- "kind": "ENUM",
30617
- "name": "FeatureType",
32162
+ "kind": "SCALAR",
32163
+ "name": "String",
30618
32164
  "ofType": null
30619
32165
  },
30620
32166
  "isDeprecated": false,
@@ -30626,43 +32172,43 @@
30626
32172
  "args": [],
30627
32173
  "type": {
30628
32174
  "kind": "SCALAR",
30629
- "name": "String",
32175
+ "name": "UUID",
30630
32176
  "ofType": null
30631
32177
  },
30632
32178
  "isDeprecated": false,
30633
32179
  "deprecationReason": null
30634
32180
  },
30635
32181
  {
30636
- "name": "meterType",
32182
+ "name": "status",
30637
32183
  "description": null,
30638
32184
  "args": [],
30639
32185
  "type": {
30640
32186
  "kind": "ENUM",
30641
- "name": "MeterType",
32187
+ "name": "FeatureGroupStatus",
30642
32188
  "ofType": null
30643
32189
  },
30644
32190
  "isDeprecated": false,
30645
32191
  "deprecationReason": null
30646
32192
  },
30647
32193
  {
30648
- "name": "refId",
32194
+ "name": "updatedAt",
30649
32195
  "description": null,
30650
32196
  "args": [],
30651
32197
  "type": {
30652
32198
  "kind": "SCALAR",
30653
- "name": "String",
32199
+ "name": "DateTime",
30654
32200
  "ofType": null
30655
32201
  },
30656
32202
  "isDeprecated": false,
30657
32203
  "deprecationReason": null
30658
32204
  },
30659
32205
  {
30660
- "name": "updatedAt",
32206
+ "name": "versionNumber",
30661
32207
  "description": null,
30662
32208
  "args": [],
30663
32209
  "type": {
30664
32210
  "kind": "SCALAR",
30665
- "name": "DateTime",
32211
+ "name": "Int",
30666
32212
  "ofType": null
30667
32213
  },
30668
32214
  "isDeprecated": false,
@@ -30676,19 +32222,19 @@
30676
32222
  },
30677
32223
  {
30678
32224
  "kind": "INPUT_OBJECT",
30679
- "name": "FeatureAssociatedLatestPackages",
30680
- "description": "Input for getting the associated latest packages for a feature",
32225
+ "name": "FeatureGroupSort",
32226
+ "description": null,
30681
32227
  "fields": null,
30682
32228
  "inputFields": [
30683
32229
  {
30684
- "name": "environmentId",
30685
- "description": "The unique identifier for the environment",
32230
+ "name": "direction",
32231
+ "description": null,
30686
32232
  "type": {
30687
32233
  "kind": "NON_NULL",
30688
32234
  "name": null,
30689
32235
  "ofType": {
30690
- "kind": "SCALAR",
30691
- "name": "String",
32236
+ "kind": "ENUM",
32237
+ "name": "SortDirection",
30692
32238
  "ofType": null
30693
32239
  }
30694
32240
  },
@@ -30697,299 +32243,150 @@
30697
32243
  "deprecationReason": null
30698
32244
  },
30699
32245
  {
30700
- "name": "featureId",
30701
- "description": "The ID of the feature",
32246
+ "name": "field",
32247
+ "description": null,
30702
32248
  "type": {
30703
32249
  "kind": "NON_NULL",
30704
32250
  "name": null,
30705
32251
  "ofType": {
30706
- "kind": "SCALAR",
30707
- "name": "String",
32252
+ "kind": "ENUM",
32253
+ "name": "FeatureGroupSortFields",
30708
32254
  "ofType": null
30709
32255
  }
30710
32256
  },
30711
32257
  "defaultValue": null,
30712
32258
  "isDeprecated": false,
30713
32259
  "deprecationReason": null
30714
- }
30715
- ],
30716
- "interfaces": null,
30717
- "enumValues": null,
30718
- "possibleTypes": null
30719
- },
30720
- {
30721
- "kind": "OBJECT",
30722
- "name": "FeatureConnection",
30723
- "description": null,
30724
- "fields": [
30725
- {
30726
- "name": "edges",
30727
- "description": "Array of edges.",
30728
- "args": [],
30729
- "type": {
30730
- "kind": "NON_NULL",
30731
- "name": null,
30732
- "ofType": {
30733
- "kind": "LIST",
30734
- "name": null,
30735
- "ofType": {
30736
- "kind": "NON_NULL",
30737
- "name": null,
30738
- "ofType": {
30739
- "kind": "OBJECT",
30740
- "name": "FeatureEdge",
30741
- "ofType": null
30742
- }
30743
- }
30744
- }
30745
- },
30746
- "isDeprecated": false,
30747
- "deprecationReason": null
30748
32260
  },
30749
32261
  {
30750
- "name": "pageInfo",
30751
- "description": "Paging information",
30752
- "args": [],
30753
- "type": {
30754
- "kind": "NON_NULL",
30755
- "name": null,
30756
- "ofType": {
30757
- "kind": "OBJECT",
30758
- "name": "PageInfo",
30759
- "ofType": null
30760
- }
30761
- },
30762
- "isDeprecated": false,
30763
- "deprecationReason": null
30764
- },
30765
- {
30766
- "name": "totalCount",
30767
- "description": "Fetch total count of records",
30768
- "args": [],
32262
+ "name": "nulls",
32263
+ "description": null,
30769
32264
  "type": {
30770
- "kind": "NON_NULL",
30771
- "name": null,
30772
- "ofType": {
30773
- "kind": "SCALAR",
30774
- "name": "Int",
30775
- "ofType": null
30776
- }
32265
+ "kind": "ENUM",
32266
+ "name": "SortNulls",
32267
+ "ofType": null
30777
32268
  },
32269
+ "defaultValue": null,
30778
32270
  "isDeprecated": false,
30779
32271
  "deprecationReason": null
30780
32272
  }
30781
32273
  ],
30782
- "inputFields": null,
30783
- "interfaces": [],
32274
+ "interfaces": null,
30784
32275
  "enumValues": null,
30785
32276
  "possibleTypes": null
30786
32277
  },
30787
32278
  {
30788
- "kind": "OBJECT",
30789
- "name": "FeatureCountAggregate",
32279
+ "kind": "ENUM",
32280
+ "name": "FeatureGroupSortFields",
30790
32281
  "description": null,
30791
- "fields": [
32282
+ "fields": null,
32283
+ "inputFields": null,
32284
+ "interfaces": null,
32285
+ "enumValues": [
30792
32286
  {
30793
32287
  "name": "createdAt",
30794
32288
  "description": null,
30795
- "args": [],
30796
- "type": {
30797
- "kind": "SCALAR",
30798
- "name": "Int",
30799
- "ofType": null
30800
- },
30801
- "isDeprecated": false,
30802
- "deprecationReason": null
30803
- },
30804
- {
30805
- "name": "description",
30806
- "description": null,
30807
- "args": [],
30808
- "type": {
30809
- "kind": "SCALAR",
30810
- "name": "Int",
30811
- "ofType": null
30812
- },
30813
32289
  "isDeprecated": false,
30814
32290
  "deprecationReason": null
30815
32291
  },
30816
32292
  {
30817
32293
  "name": "displayName",
30818
32294
  "description": null,
30819
- "args": [],
30820
- "type": {
30821
- "kind": "SCALAR",
30822
- "name": "Int",
30823
- "ofType": null
30824
- },
30825
32295
  "isDeprecated": false,
30826
32296
  "deprecationReason": null
30827
32297
  },
30828
32298
  {
30829
32299
  "name": "environmentId",
30830
32300
  "description": null,
30831
- "args": [],
30832
- "type": {
30833
- "kind": "SCALAR",
30834
- "name": "Int",
30835
- "ofType": null
30836
- },
30837
32301
  "isDeprecated": false,
30838
32302
  "deprecationReason": null
30839
32303
  },
30840
32304
  {
30841
- "name": "featureStatus",
32305
+ "name": "featureGroupId",
30842
32306
  "description": null,
30843
- "args": [],
30844
- "type": {
30845
- "kind": "SCALAR",
30846
- "name": "Int",
30847
- "ofType": null
30848
- },
30849
32307
  "isDeprecated": false,
30850
32308
  "deprecationReason": null
30851
32309
  },
30852
32310
  {
30853
- "name": "featureType",
32311
+ "name": "id",
30854
32312
  "description": null,
30855
- "args": [],
30856
- "type": {
30857
- "kind": "SCALAR",
30858
- "name": "Int",
30859
- "ofType": null
30860
- },
30861
32313
  "isDeprecated": false,
30862
32314
  "deprecationReason": null
30863
32315
  },
30864
32316
  {
30865
- "name": "id",
32317
+ "name": "isLatest",
30866
32318
  "description": null,
30867
- "args": [],
30868
- "type": {
30869
- "kind": "SCALAR",
30870
- "name": "Int",
30871
- "ofType": null
30872
- },
30873
32319
  "isDeprecated": false,
30874
32320
  "deprecationReason": null
30875
32321
  },
30876
32322
  {
30877
- "name": "meterType",
32323
+ "name": "status",
30878
32324
  "description": null,
30879
- "args": [],
30880
- "type": {
30881
- "kind": "SCALAR",
30882
- "name": "Int",
30883
- "ofType": null
30884
- },
30885
32325
  "isDeprecated": false,
30886
32326
  "deprecationReason": null
30887
32327
  },
30888
32328
  {
30889
- "name": "refId",
32329
+ "name": "updatedAt",
30890
32330
  "description": null,
30891
- "args": [],
30892
- "type": {
30893
- "kind": "SCALAR",
30894
- "name": "Int",
30895
- "ofType": null
30896
- },
30897
32331
  "isDeprecated": false,
30898
32332
  "deprecationReason": null
30899
32333
  },
30900
32334
  {
30901
- "name": "updatedAt",
32335
+ "name": "versionNumber",
30902
32336
  "description": null,
30903
- "args": [],
30904
- "type": {
30905
- "kind": "SCALAR",
30906
- "name": "Int",
30907
- "ofType": null
30908
- },
30909
32337
  "isDeprecated": false,
30910
32338
  "deprecationReason": null
30911
32339
  }
30912
32340
  ],
30913
- "inputFields": null,
30914
- "interfaces": [],
30915
- "enumValues": null,
30916
32341
  "possibleTypes": null
30917
32342
  },
30918
32343
  {
30919
- "kind": "OBJECT",
30920
- "name": "FeatureEdge",
30921
- "description": null,
30922
- "fields": [
32344
+ "kind": "ENUM",
32345
+ "name": "FeatureGroupStatus",
32346
+ "description": "Feature group status",
32347
+ "fields": null,
32348
+ "inputFields": null,
32349
+ "interfaces": null,
32350
+ "enumValues": [
30923
32351
  {
30924
- "name": "cursor",
30925
- "description": "Cursor for this node.",
30926
- "args": [],
30927
- "type": {
30928
- "kind": "NON_NULL",
30929
- "name": null,
30930
- "ofType": {
30931
- "kind": "SCALAR",
30932
- "name": "ConnectionCursor",
30933
- "ofType": null
30934
- }
30935
- },
32352
+ "name": "ARCHIVED",
32353
+ "description": "The feature group is archived",
30936
32354
  "isDeprecated": false,
30937
32355
  "deprecationReason": null
30938
32356
  },
30939
32357
  {
30940
- "name": "node",
30941
- "description": "The node containing the Feature",
30942
- "args": [],
30943
- "type": {
30944
- "kind": "NON_NULL",
30945
- "name": null,
30946
- "ofType": {
30947
- "kind": "OBJECT",
30948
- "name": "Feature",
30949
- "ofType": null
30950
- }
30951
- },
32358
+ "name": "PUBLISHED",
32359
+ "description": "The feature group is published",
30952
32360
  "isDeprecated": false,
30953
32361
  "deprecationReason": null
30954
32362
  }
30955
32363
  ],
30956
- "inputFields": null,
30957
- "interfaces": [],
30958
- "enumValues": null,
30959
32364
  "possibleTypes": null
30960
32365
  },
30961
32366
  {
30962
32367
  "kind": "INPUT_OBJECT",
30963
- "name": "FeatureFilter",
32368
+ "name": "FeatureGroupStatusFilterComparison",
30964
32369
  "description": null,
30965
32370
  "fields": null,
30966
32371
  "inputFields": [
30967
32372
  {
30968
- "name": "and",
32373
+ "name": "eq",
30969
32374
  "description": null,
30970
32375
  "type": {
30971
- "kind": "LIST",
30972
- "name": null,
30973
- "ofType": {
30974
- "kind": "NON_NULL",
30975
- "name": null,
30976
- "ofType": {
30977
- "kind": "INPUT_OBJECT",
30978
- "name": "FeatureFilter",
30979
- "ofType": null
30980
- }
30981
- }
32376
+ "kind": "ENUM",
32377
+ "name": "FeatureGroupStatus",
32378
+ "ofType": null
30982
32379
  },
30983
32380
  "defaultValue": null,
30984
32381
  "isDeprecated": false,
30985
32382
  "deprecationReason": null
30986
32383
  },
30987
32384
  {
30988
- "name": "createdAt",
32385
+ "name": "gt",
30989
32386
  "description": null,
30990
32387
  "type": {
30991
- "kind": "INPUT_OBJECT",
30992
- "name": "DateFieldComparison",
32388
+ "kind": "ENUM",
32389
+ "name": "FeatureGroupStatus",
30993
32390
  "ofType": null
30994
32391
  },
30995
32392
  "defaultValue": null,
@@ -30997,11 +32394,11 @@
30997
32394
  "deprecationReason": null
30998
32395
  },
30999
32396
  {
31000
- "name": "description",
32397
+ "name": "gte",
31001
32398
  "description": null,
31002
32399
  "type": {
31003
- "kind": "INPUT_OBJECT",
31004
- "name": "StringFieldComparison",
32400
+ "kind": "ENUM",
32401
+ "name": "FeatureGroupStatus",
31005
32402
  "ofType": null
31006
32403
  },
31007
32404
  "defaultValue": null,
@@ -31009,11 +32406,11 @@
31009
32406
  "deprecationReason": null
31010
32407
  },
31011
32408
  {
31012
- "name": "displayName",
32409
+ "name": "iLike",
31013
32410
  "description": null,
31014
32411
  "type": {
31015
- "kind": "INPUT_OBJECT",
31016
- "name": "StringFieldComparison",
32412
+ "kind": "ENUM",
32413
+ "name": "FeatureGroupStatus",
31017
32414
  "ofType": null
31018
32415
  },
31019
32416
  "defaultValue": null,
@@ -31021,11 +32418,31 @@
31021
32418
  "deprecationReason": null
31022
32419
  },
31023
32420
  {
31024
- "name": "environmentId",
32421
+ "name": "in",
31025
32422
  "description": null,
31026
32423
  "type": {
31027
- "kind": "INPUT_OBJECT",
31028
- "name": "StringFieldComparison",
32424
+ "kind": "LIST",
32425
+ "name": null,
32426
+ "ofType": {
32427
+ "kind": "NON_NULL",
32428
+ "name": null,
32429
+ "ofType": {
32430
+ "kind": "ENUM",
32431
+ "name": "FeatureGroupStatus",
32432
+ "ofType": null
32433
+ }
32434
+ }
32435
+ },
32436
+ "defaultValue": null,
32437
+ "isDeprecated": false,
32438
+ "deprecationReason": null
32439
+ },
32440
+ {
32441
+ "name": "is",
32442
+ "description": null,
32443
+ "type": {
32444
+ "kind": "SCALAR",
32445
+ "name": "Boolean",
31029
32446
  "ofType": null
31030
32447
  },
31031
32448
  "defaultValue": null,
@@ -31033,11 +32450,11 @@
31033
32450
  "deprecationReason": null
31034
32451
  },
31035
32452
  {
31036
- "name": "featureStatus",
32453
+ "name": "isNot",
31037
32454
  "description": null,
31038
32455
  "type": {
31039
- "kind": "INPUT_OBJECT",
31040
- "name": "FeatureStatusFilterComparison",
32456
+ "kind": "SCALAR",
32457
+ "name": "Boolean",
31041
32458
  "ofType": null
31042
32459
  },
31043
32460
  "defaultValue": null,
@@ -31045,11 +32462,11 @@
31045
32462
  "deprecationReason": null
31046
32463
  },
31047
32464
  {
31048
- "name": "featureType",
32465
+ "name": "like",
31049
32466
  "description": null,
31050
32467
  "type": {
31051
- "kind": "INPUT_OBJECT",
31052
- "name": "FeatureTypeFilterComparison",
32468
+ "kind": "ENUM",
32469
+ "name": "FeatureGroupStatus",
31053
32470
  "ofType": null
31054
32471
  },
31055
32472
  "defaultValue": null,
@@ -31057,11 +32474,11 @@
31057
32474
  "deprecationReason": null
31058
32475
  },
31059
32476
  {
31060
- "name": "id",
32477
+ "name": "lt",
31061
32478
  "description": null,
31062
32479
  "type": {
31063
- "kind": "INPUT_OBJECT",
31064
- "name": "StringFieldComparison",
32480
+ "kind": "ENUM",
32481
+ "name": "FeatureGroupStatus",
31065
32482
  "ofType": null
31066
32483
  },
31067
32484
  "defaultValue": null,
@@ -31069,11 +32486,11 @@
31069
32486
  "deprecationReason": null
31070
32487
  },
31071
32488
  {
31072
- "name": "meterType",
32489
+ "name": "lte",
31073
32490
  "description": null,
31074
32491
  "type": {
31075
- "kind": "INPUT_OBJECT",
31076
- "name": "MeterTypeFilterComparison",
32492
+ "kind": "ENUM",
32493
+ "name": "FeatureGroupStatus",
31077
32494
  "ofType": null
31078
32495
  },
31079
32496
  "defaultValue": null,
@@ -31081,7 +32498,31 @@
31081
32498
  "deprecationReason": null
31082
32499
  },
31083
32500
  {
31084
- "name": "or",
32501
+ "name": "neq",
32502
+ "description": null,
32503
+ "type": {
32504
+ "kind": "ENUM",
32505
+ "name": "FeatureGroupStatus",
32506
+ "ofType": null
32507
+ },
32508
+ "defaultValue": null,
32509
+ "isDeprecated": false,
32510
+ "deprecationReason": null
32511
+ },
32512
+ {
32513
+ "name": "notILike",
32514
+ "description": null,
32515
+ "type": {
32516
+ "kind": "ENUM",
32517
+ "name": "FeatureGroupStatus",
32518
+ "ofType": null
32519
+ },
32520
+ "defaultValue": null,
32521
+ "isDeprecated": false,
32522
+ "deprecationReason": null
32523
+ },
32524
+ {
32525
+ "name": "notIn",
31085
32526
  "description": null,
31086
32527
  "type": {
31087
32528
  "kind": "LIST",
@@ -31090,8 +32531,8 @@
31090
32531
  "kind": "NON_NULL",
31091
32532
  "name": null,
31092
32533
  "ofType": {
31093
- "kind": "INPUT_OBJECT",
31094
- "name": "FeatureFilter",
32534
+ "kind": "ENUM",
32535
+ "name": "FeatureGroupStatus",
31095
32536
  "ofType": null
31096
32537
  }
31097
32538
  }
@@ -31101,31 +32542,42 @@
31101
32542
  "deprecationReason": null
31102
32543
  },
31103
32544
  {
31104
- "name": "refId",
32545
+ "name": "notLike",
31105
32546
  "description": null,
31106
32547
  "type": {
31107
- "kind": "INPUT_OBJECT",
31108
- "name": "StringFieldComparison",
32548
+ "kind": "ENUM",
32549
+ "name": "FeatureGroupStatus",
31109
32550
  "ofType": null
31110
32551
  },
31111
32552
  "defaultValue": null,
31112
32553
  "isDeprecated": false,
31113
32554
  "deprecationReason": null
31114
- },
32555
+ }
32556
+ ],
32557
+ "interfaces": null,
32558
+ "enumValues": null,
32559
+ "possibleTypes": null
32560
+ },
32561
+ {
32562
+ "kind": "OBJECT",
32563
+ "name": "FeatureGroupSumAggregate",
32564
+ "description": null,
32565
+ "fields": [
31115
32566
  {
31116
- "name": "updatedAt",
32567
+ "name": "versionNumber",
31117
32568
  "description": null,
32569
+ "args": [],
31118
32570
  "type": {
31119
- "kind": "INPUT_OBJECT",
31120
- "name": "DateFieldComparison",
32571
+ "kind": "SCALAR",
32572
+ "name": "Float",
31121
32573
  "ofType": null
31122
32574
  },
31123
- "defaultValue": null,
31124
32575
  "isDeprecated": false,
31125
32576
  "deprecationReason": null
31126
32577
  }
31127
32578
  ],
31128
- "interfaces": null,
32579
+ "inputFields": null,
32580
+ "interfaces": [],
31129
32581
  "enumValues": null,
31130
32582
  "possibleTypes": null
31131
32583
  },
@@ -40654,6 +42106,39 @@
40654
42106
  "isDeprecated": false,
40655
42107
  "deprecationReason": null
40656
42108
  },
42109
+ {
42110
+ "name": "archiveFeatureGroup",
42111
+ "description": "Archive a feature group",
42112
+ "args": [
42113
+ {
42114
+ "name": "input",
42115
+ "description": null,
42116
+ "type": {
42117
+ "kind": "NON_NULL",
42118
+ "name": null,
42119
+ "ofType": {
42120
+ "kind": "INPUT_OBJECT",
42121
+ "name": "ArchiveFeatureGroupInput",
42122
+ "ofType": null
42123
+ }
42124
+ },
42125
+ "defaultValue": null,
42126
+ "isDeprecated": false,
42127
+ "deprecationReason": null
42128
+ }
42129
+ ],
42130
+ "type": {
42131
+ "kind": "NON_NULL",
42132
+ "name": null,
42133
+ "ofType": {
42134
+ "kind": "OBJECT",
42135
+ "name": "FeatureGroup",
42136
+ "ofType": null
42137
+ }
42138
+ },
42139
+ "isDeprecated": false,
42140
+ "deprecationReason": null
42141
+ },
40657
42142
  {
40658
42143
  "name": "archiveOneCoupon",
40659
42144
  "description": null,
@@ -41050,6 +42535,39 @@
41050
42535
  "isDeprecated": false,
41051
42536
  "deprecationReason": null
41052
42537
  },
42538
+ {
42539
+ "name": "createFeatureGroup",
42540
+ "description": "Create a new version of a feature group",
42541
+ "args": [
42542
+ {
42543
+ "name": "input",
42544
+ "description": null,
42545
+ "type": {
42546
+ "kind": "NON_NULL",
42547
+ "name": null,
42548
+ "ofType": {
42549
+ "kind": "INPUT_OBJECT",
42550
+ "name": "CreateFeatureGroupInput",
42551
+ "ofType": null
42552
+ }
42553
+ },
42554
+ "defaultValue": null,
42555
+ "isDeprecated": false,
42556
+ "deprecationReason": null
42557
+ }
42558
+ ],
42559
+ "type": {
42560
+ "kind": "NON_NULL",
42561
+ "name": null,
42562
+ "ofType": {
42563
+ "kind": "OBJECT",
42564
+ "name": "FeatureGroup",
42565
+ "ofType": null
42566
+ }
42567
+ },
42568
+ "isDeprecated": false,
42569
+ "deprecationReason": null
42570
+ },
41053
42571
  {
41054
42572
  "name": "createManyPackageEntitlements",
41055
42573
  "description": null,
@@ -44163,6 +45681,39 @@
44163
45681
  "isDeprecated": false,
44164
45682
  "deprecationReason": null
44165
45683
  },
45684
+ {
45685
+ "name": "unarchiveFeatureGroup",
45686
+ "description": "Unarchive a feature group",
45687
+ "args": [
45688
+ {
45689
+ "name": "input",
45690
+ "description": null,
45691
+ "type": {
45692
+ "kind": "NON_NULL",
45693
+ "name": null,
45694
+ "ofType": {
45695
+ "kind": "INPUT_OBJECT",
45696
+ "name": "UnArchiveFeatureGroupInput",
45697
+ "ofType": null
45698
+ }
45699
+ },
45700
+ "defaultValue": null,
45701
+ "isDeprecated": false,
45702
+ "deprecationReason": null
45703
+ }
45704
+ ],
45705
+ "type": {
45706
+ "kind": "NON_NULL",
45707
+ "name": null,
45708
+ "ofType": {
45709
+ "kind": "OBJECT",
45710
+ "name": "FeatureGroup",
45711
+ "ofType": null
45712
+ }
45713
+ },
45714
+ "isDeprecated": false,
45715
+ "deprecationReason": null
45716
+ },
44166
45717
  {
44167
45718
  "name": "unarchivePlan",
44168
45719
  "description": "Unarchive a plan",
@@ -64972,7 +66523,241 @@
64972
66523
  "name": null,
64973
66524
  "ofType": {
64974
66525
  "kind": "INPUT_OBJECT",
64975
- "name": "CustomerSort",
66526
+ "name": "CustomerSort",
66527
+ "ofType": null
66528
+ }
66529
+ }
66530
+ },
66531
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
66532
+ "isDeprecated": false,
66533
+ "deprecationReason": null
66534
+ }
66535
+ ],
66536
+ "type": {
66537
+ "kind": "NON_NULL",
66538
+ "name": null,
66539
+ "ofType": {
66540
+ "kind": "OBJECT",
66541
+ "name": "CustomerConnection",
66542
+ "ofType": null
66543
+ }
66544
+ },
66545
+ "isDeprecated": false,
66546
+ "deprecationReason": null
66547
+ },
66548
+ {
66549
+ "name": "doesFeatureExist",
66550
+ "description": "Check if a feature exists",
66551
+ "args": [
66552
+ {
66553
+ "name": "input",
66554
+ "description": null,
66555
+ "type": {
66556
+ "kind": "NON_NULL",
66557
+ "name": null,
66558
+ "ofType": {
66559
+ "kind": "INPUT_OBJECT",
66560
+ "name": "DoesFeatureExist",
66561
+ "ofType": null
66562
+ }
66563
+ },
66564
+ "defaultValue": null,
66565
+ "isDeprecated": false,
66566
+ "deprecationReason": null
66567
+ }
66568
+ ],
66569
+ "type": {
66570
+ "kind": "NON_NULL",
66571
+ "name": null,
66572
+ "ofType": {
66573
+ "kind": "SCALAR",
66574
+ "name": "Boolean",
66575
+ "ofType": null
66576
+ }
66577
+ },
66578
+ "isDeprecated": false,
66579
+ "deprecationReason": null
66580
+ },
66581
+ {
66582
+ "name": "dumpEnvironmentForMergeComparison",
66583
+ "description": "Dump environment for merge comparison",
66584
+ "args": [
66585
+ {
66586
+ "name": "input",
66587
+ "description": null,
66588
+ "type": {
66589
+ "kind": "NON_NULL",
66590
+ "name": null,
66591
+ "ofType": {
66592
+ "kind": "INPUT_OBJECT",
66593
+ "name": "DumpEnvironmentForForMergeComparisonInput",
66594
+ "ofType": null
66595
+ }
66596
+ },
66597
+ "defaultValue": null,
66598
+ "isDeprecated": false,
66599
+ "deprecationReason": null
66600
+ }
66601
+ ],
66602
+ "type": {
66603
+ "kind": "NON_NULL",
66604
+ "name": null,
66605
+ "ofType": {
66606
+ "kind": "OBJECT",
66607
+ "name": "DumpEnvironmentForMergeComparison",
66608
+ "ofType": null
66609
+ }
66610
+ },
66611
+ "isDeprecated": false,
66612
+ "deprecationReason": null
66613
+ },
66614
+ {
66615
+ "name": "dumpEnvironmentProductCatalog",
66616
+ "description": "Dump environment product catalog",
66617
+ "args": [
66618
+ {
66619
+ "name": "input",
66620
+ "description": null,
66621
+ "type": {
66622
+ "kind": "NON_NULL",
66623
+ "name": null,
66624
+ "ofType": {
66625
+ "kind": "INPUT_OBJECT",
66626
+ "name": "DumpEnvironmentProductCatalogInput",
66627
+ "ofType": null
66628
+ }
66629
+ },
66630
+ "defaultValue": null,
66631
+ "isDeprecated": false,
66632
+ "deprecationReason": null
66633
+ }
66634
+ ],
66635
+ "type": {
66636
+ "kind": "NON_NULL",
66637
+ "name": null,
66638
+ "ofType": {
66639
+ "kind": "OBJECT",
66640
+ "name": "ProductCatalogDump",
66641
+ "ofType": null
66642
+ }
66643
+ },
66644
+ "isDeprecated": false,
66645
+ "deprecationReason": null
66646
+ },
66647
+ {
66648
+ "name": "entitlement",
66649
+ "description": "Fetch a specific entitlement for a given feature and customer.",
66650
+ "args": [
66651
+ {
66652
+ "name": "query",
66653
+ "description": "Query for fetching a single entitlement for a specific feature and customer.",
66654
+ "type": {
66655
+ "kind": "NON_NULL",
66656
+ "name": null,
66657
+ "ofType": {
66658
+ "kind": "INPUT_OBJECT",
66659
+ "name": "FetchEntitlementQuery",
66660
+ "ofType": null
66661
+ }
66662
+ },
66663
+ "defaultValue": null,
66664
+ "isDeprecated": false,
66665
+ "deprecationReason": null
66666
+ }
66667
+ ],
66668
+ "type": {
66669
+ "kind": "NON_NULL",
66670
+ "name": null,
66671
+ "ofType": {
66672
+ "kind": "OBJECT",
66673
+ "name": "Entitlement",
66674
+ "ofType": null
66675
+ }
66676
+ },
66677
+ "isDeprecated": false,
66678
+ "deprecationReason": null
66679
+ },
66680
+ {
66681
+ "name": "entitlements",
66682
+ "description": "Get the full list of entitlements for a customer in a specific environment.",
66683
+ "args": [
66684
+ {
66685
+ "name": "query",
66686
+ "description": "Query for retrieving all entitlements for a customer in a specific environment.",
66687
+ "type": {
66688
+ "kind": "NON_NULL",
66689
+ "name": null,
66690
+ "ofType": {
66691
+ "kind": "INPUT_OBJECT",
66692
+ "name": "FetchEntitlementsQuery",
66693
+ "ofType": null
66694
+ }
66695
+ },
66696
+ "defaultValue": null,
66697
+ "isDeprecated": false,
66698
+ "deprecationReason": null
66699
+ }
66700
+ ],
66701
+ "type": {
66702
+ "kind": "NON_NULL",
66703
+ "name": null,
66704
+ "ofType": {
66705
+ "kind": "LIST",
66706
+ "name": null,
66707
+ "ofType": {
66708
+ "kind": "NON_NULL",
66709
+ "name": null,
66710
+ "ofType": {
66711
+ "kind": "OBJECT",
66712
+ "name": "EntitlementWithSummary",
66713
+ "ofType": null
66714
+ }
66715
+ }
66716
+ }
66717
+ },
66718
+ "isDeprecated": false,
66719
+ "deprecationReason": null
66720
+ },
66721
+ {
66722
+ "name": "environments",
66723
+ "description": null,
66724
+ "args": [
66725
+ {
66726
+ "name": "filter",
66727
+ "description": "Specify to filter the records returned.",
66728
+ "type": {
66729
+ "kind": "INPUT_OBJECT",
66730
+ "name": "EnvironmentFilter",
66731
+ "ofType": null
66732
+ },
66733
+ "defaultValue": "{}",
66734
+ "isDeprecated": false,
66735
+ "deprecationReason": null
66736
+ },
66737
+ {
66738
+ "name": "paging",
66739
+ "description": "Limit or page results.",
66740
+ "type": {
66741
+ "kind": "INPUT_OBJECT",
66742
+ "name": "CursorPaging",
66743
+ "ofType": null
66744
+ },
66745
+ "defaultValue": "{first: 10}",
66746
+ "isDeprecated": false,
66747
+ "deprecationReason": null
66748
+ },
66749
+ {
66750
+ "name": "sorting",
66751
+ "description": "Specify to sort results.",
66752
+ "type": {
66753
+ "kind": "LIST",
66754
+ "name": null,
66755
+ "ofType": {
66756
+ "kind": "NON_NULL",
66757
+ "name": null,
66758
+ "ofType": {
66759
+ "kind": "INPUT_OBJECT",
66760
+ "name": "EnvironmentSort",
64976
66761
  "ofType": null
64977
66762
  }
64978
66763
  }
@@ -64987,7 +66772,7 @@
64987
66772
  "name": null,
64988
66773
  "ofType": {
64989
66774
  "kind": "OBJECT",
64990
- "name": "CustomerConnection",
66775
+ "name": "EnvironmentConnection",
64991
66776
  "ofType": null
64992
66777
  }
64993
66778
  },
@@ -64995,88 +66780,54 @@
64995
66780
  "deprecationReason": null
64996
66781
  },
64997
66782
  {
64998
- "name": "doesFeatureExist",
64999
- "description": "Check if a feature exists",
66783
+ "name": "eventLogs",
66784
+ "description": null,
65000
66785
  "args": [
65001
66786
  {
65002
- "name": "input",
65003
- "description": null,
66787
+ "name": "filter",
66788
+ "description": "Specify to filter the records returned.",
65004
66789
  "type": {
65005
66790
  "kind": "NON_NULL",
65006
66791
  "name": null,
65007
66792
  "ofType": {
65008
66793
  "kind": "INPUT_OBJECT",
65009
- "name": "DoesFeatureExist",
66794
+ "name": "EventLogFilter",
65010
66795
  "ofType": null
65011
66796
  }
65012
66797
  },
65013
66798
  "defaultValue": null,
65014
66799
  "isDeprecated": false,
65015
66800
  "deprecationReason": null
65016
- }
65017
- ],
65018
- "type": {
65019
- "kind": "NON_NULL",
65020
- "name": null,
65021
- "ofType": {
65022
- "kind": "SCALAR",
65023
- "name": "Boolean",
65024
- "ofType": null
65025
- }
65026
- },
65027
- "isDeprecated": false,
65028
- "deprecationReason": null
65029
- },
65030
- {
65031
- "name": "dumpEnvironmentForMergeComparison",
65032
- "description": "Dump environment for merge comparison",
65033
- "args": [
66801
+ },
65034
66802
  {
65035
- "name": "input",
65036
- "description": null,
66803
+ "name": "paging",
66804
+ "description": "Limit or page results.",
65037
66805
  "type": {
65038
- "kind": "NON_NULL",
65039
- "name": null,
65040
- "ofType": {
65041
- "kind": "INPUT_OBJECT",
65042
- "name": "DumpEnvironmentForForMergeComparisonInput",
65043
- "ofType": null
65044
- }
66806
+ "kind": "INPUT_OBJECT",
66807
+ "name": "CursorPaging",
66808
+ "ofType": null
65045
66809
  },
65046
- "defaultValue": null,
66810
+ "defaultValue": "{first: 10}",
65047
66811
  "isDeprecated": false,
65048
66812
  "deprecationReason": null
65049
- }
65050
- ],
65051
- "type": {
65052
- "kind": "NON_NULL",
65053
- "name": null,
65054
- "ofType": {
65055
- "kind": "OBJECT",
65056
- "name": "DumpEnvironmentForMergeComparison",
65057
- "ofType": null
65058
- }
65059
- },
65060
- "isDeprecated": false,
65061
- "deprecationReason": null
65062
- },
65063
- {
65064
- "name": "dumpEnvironmentProductCatalog",
65065
- "description": "Dump environment product catalog",
65066
- "args": [
66813
+ },
65067
66814
  {
65068
- "name": "input",
65069
- "description": null,
66815
+ "name": "sorting",
66816
+ "description": "Specify to sort results.",
65070
66817
  "type": {
65071
- "kind": "NON_NULL",
66818
+ "kind": "LIST",
65072
66819
  "name": null,
65073
66820
  "ofType": {
65074
- "kind": "INPUT_OBJECT",
65075
- "name": "DumpEnvironmentProductCatalogInput",
65076
- "ofType": null
66821
+ "kind": "NON_NULL",
66822
+ "name": null,
66823
+ "ofType": {
66824
+ "kind": "INPUT_OBJECT",
66825
+ "name": "EventLogSort",
66826
+ "ofType": null
66827
+ }
65077
66828
  }
65078
66829
  },
65079
- "defaultValue": null,
66830
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65080
66831
  "isDeprecated": false,
65081
66832
  "deprecationReason": null
65082
66833
  }
@@ -65086,7 +66837,7 @@
65086
66837
  "name": null,
65087
66838
  "ofType": {
65088
66839
  "kind": "OBJECT",
65089
- "name": "ProductCatalogDump",
66840
+ "name": "EventLogConnection",
65090
66841
  "ofType": null
65091
66842
  }
65092
66843
  },
@@ -65094,18 +66845,18 @@
65094
66845
  "deprecationReason": null
65095
66846
  },
65096
66847
  {
65097
- "name": "entitlement",
65098
- "description": "Fetch a specific entitlement for a given feature and customer.",
66848
+ "name": "eventsFields",
66849
+ "description": "Events fields",
65099
66850
  "args": [
65100
66851
  {
65101
- "name": "query",
65102
- "description": "Query for fetching a single entitlement for a specific feature and customer.",
66852
+ "name": "input",
66853
+ "description": "Input parameters for retrieving events fields",
65103
66854
  "type": {
65104
66855
  "kind": "NON_NULL",
65105
66856
  "name": null,
65106
66857
  "ofType": {
65107
66858
  "kind": "INPUT_OBJECT",
65108
- "name": "FetchEntitlementQuery",
66859
+ "name": "EventsFieldsInput",
65109
66860
  "ofType": null
65110
66861
  }
65111
66862
  },
@@ -65119,7 +66870,7 @@
65119
66870
  "name": null,
65120
66871
  "ofType": {
65121
66872
  "kind": "OBJECT",
65122
- "name": "Entitlement",
66873
+ "name": "EventsFields",
65123
66874
  "ofType": null
65124
66875
  }
65125
66876
  },
@@ -65127,18 +66878,18 @@
65127
66878
  "deprecationReason": null
65128
66879
  },
65129
66880
  {
65130
- "name": "entitlements",
65131
- "description": "Get the full list of entitlements for a customer in a specific environment.",
66881
+ "name": "experiment",
66882
+ "description": null,
65132
66883
  "args": [
65133
66884
  {
65134
- "name": "query",
65135
- "description": "Query for retrieving all entitlements for a customer in a specific environment.",
66885
+ "name": "id",
66886
+ "description": "The id of the record to find.",
65136
66887
  "type": {
65137
66888
  "kind": "NON_NULL",
65138
66889
  "name": null,
65139
66890
  "ofType": {
65140
- "kind": "INPUT_OBJECT",
65141
- "name": "FetchEntitlementsQuery",
66891
+ "kind": "SCALAR",
66892
+ "name": "String",
65142
66893
  "ofType": null
65143
66894
  }
65144
66895
  },
@@ -65148,27 +66899,15 @@
65148
66899
  }
65149
66900
  ],
65150
66901
  "type": {
65151
- "kind": "NON_NULL",
65152
- "name": null,
65153
- "ofType": {
65154
- "kind": "LIST",
65155
- "name": null,
65156
- "ofType": {
65157
- "kind": "NON_NULL",
65158
- "name": null,
65159
- "ofType": {
65160
- "kind": "OBJECT",
65161
- "name": "EntitlementWithSummary",
65162
- "ofType": null
65163
- }
65164
- }
65165
- }
66902
+ "kind": "OBJECT",
66903
+ "name": "Experiment",
66904
+ "ofType": null
65166
66905
  },
65167
66906
  "isDeprecated": false,
65168
66907
  "deprecationReason": null
65169
66908
  },
65170
66909
  {
65171
- "name": "environments",
66910
+ "name": "experiments",
65172
66911
  "description": null,
65173
66912
  "args": [
65174
66913
  {
@@ -65176,7 +66915,7 @@
65176
66915
  "description": "Specify to filter the records returned.",
65177
66916
  "type": {
65178
66917
  "kind": "INPUT_OBJECT",
65179
- "name": "EnvironmentFilter",
66918
+ "name": "ExperimentFilter",
65180
66919
  "ofType": null
65181
66920
  },
65182
66921
  "defaultValue": "{}",
@@ -65206,7 +66945,7 @@
65206
66945
  "name": null,
65207
66946
  "ofType": {
65208
66947
  "kind": "INPUT_OBJECT",
65209
- "name": "EnvironmentSort",
66948
+ "name": "ExperimentSort",
65210
66949
  "ofType": null
65211
66950
  }
65212
66951
  }
@@ -65221,7 +66960,7 @@
65221
66960
  "name": null,
65222
66961
  "ofType": {
65223
66962
  "kind": "OBJECT",
65224
- "name": "EnvironmentConnection",
66963
+ "name": "ExperimentConnection",
65225
66964
  "ofType": null
65226
66965
  }
65227
66966
  },
@@ -65229,105 +66968,48 @@
65229
66968
  "deprecationReason": null
65230
66969
  },
65231
66970
  {
65232
- "name": "eventLogs",
65233
- "description": null,
66971
+ "name": "featureAssociatedLatestPackages",
66972
+ "description": "Get the associated latest packages for a feature",
65234
66973
  "args": [
65235
66974
  {
65236
- "name": "filter",
65237
- "description": "Specify to filter the records returned.",
66975
+ "name": "input",
66976
+ "description": null,
65238
66977
  "type": {
65239
66978
  "kind": "NON_NULL",
65240
66979
  "name": null,
65241
66980
  "ofType": {
65242
66981
  "kind": "INPUT_OBJECT",
65243
- "name": "EventLogFilter",
66982
+ "name": "FeatureAssociatedLatestPackages",
65244
66983
  "ofType": null
65245
66984
  }
65246
66985
  },
65247
66986
  "defaultValue": null,
65248
66987
  "isDeprecated": false,
65249
66988
  "deprecationReason": null
65250
- },
65251
- {
65252
- "name": "paging",
65253
- "description": "Limit or page results.",
65254
- "type": {
65255
- "kind": "INPUT_OBJECT",
65256
- "name": "CursorPaging",
65257
- "ofType": null
65258
- },
65259
- "defaultValue": "{first: 10}",
65260
- "isDeprecated": false,
65261
- "deprecationReason": null
65262
- },
65263
- {
65264
- "name": "sorting",
65265
- "description": "Specify to sort results.",
65266
- "type": {
65267
- "kind": "LIST",
65268
- "name": null,
65269
- "ofType": {
65270
- "kind": "NON_NULL",
65271
- "name": null,
65272
- "ofType": {
65273
- "kind": "INPUT_OBJECT",
65274
- "name": "EventLogSort",
65275
- "ofType": null
65276
- }
65277
- }
65278
- },
65279
- "defaultValue": "[{direction: DESC, field: createdAt}]",
65280
- "isDeprecated": false,
65281
- "deprecationReason": null
65282
66989
  }
65283
66990
  ],
65284
66991
  "type": {
65285
66992
  "kind": "NON_NULL",
65286
66993
  "name": null,
65287
66994
  "ofType": {
65288
- "kind": "OBJECT",
65289
- "name": "EventLogConnection",
65290
- "ofType": null
65291
- }
65292
- },
65293
- "isDeprecated": false,
65294
- "deprecationReason": null
65295
- },
65296
- {
65297
- "name": "eventsFields",
65298
- "description": "Events fields",
65299
- "args": [
65300
- {
65301
- "name": "input",
65302
- "description": "Input parameters for retrieving events fields",
65303
- "type": {
66995
+ "kind": "LIST",
66996
+ "name": null,
66997
+ "ofType": {
65304
66998
  "kind": "NON_NULL",
65305
66999
  "name": null,
65306
67000
  "ofType": {
65307
- "kind": "INPUT_OBJECT",
65308
- "name": "EventsFieldsInput",
67001
+ "kind": "OBJECT",
67002
+ "name": "PackageDTO",
65309
67003
  "ofType": null
65310
67004
  }
65311
- },
65312
- "defaultValue": null,
65313
- "isDeprecated": false,
65314
- "deprecationReason": null
65315
- }
65316
- ],
65317
- "type": {
65318
- "kind": "NON_NULL",
65319
- "name": null,
65320
- "ofType": {
65321
- "kind": "OBJECT",
65322
- "name": "EventsFields",
65323
- "ofType": null
67005
+ }
65324
67006
  }
65325
67007
  },
65326
67008
  "isDeprecated": false,
65327
67009
  "deprecationReason": null
65328
67010
  },
65329
67011
  {
65330
- "name": "experiment",
67012
+ "name": "featureGroup",
65331
67013
  "description": null,
65332
67014
  "args": [
65333
67015
  {
@@ -65338,7 +67020,7 @@
65338
67020
  "name": null,
65339
67021
  "ofType": {
65340
67022
  "kind": "SCALAR",
65341
- "name": "String",
67023
+ "name": "UUID",
65342
67024
  "ofType": null
65343
67025
  }
65344
67026
  },
@@ -65349,14 +67031,14 @@
65349
67031
  ],
65350
67032
  "type": {
65351
67033
  "kind": "OBJECT",
65352
- "name": "Experiment",
67034
+ "name": "FeatureGroup",
65353
67035
  "ofType": null
65354
67036
  },
65355
67037
  "isDeprecated": false,
65356
67038
  "deprecationReason": null
65357
67039
  },
65358
67040
  {
65359
- "name": "experiments",
67041
+ "name": "featureGroups",
65360
67042
  "description": null,
65361
67043
  "args": [
65362
67044
  {
@@ -65364,10 +67046,10 @@
65364
67046
  "description": "Specify to filter the records returned.",
65365
67047
  "type": {
65366
67048
  "kind": "INPUT_OBJECT",
65367
- "name": "ExperimentFilter",
67049
+ "name": "FeatureGroupFilter",
65368
67050
  "ofType": null
65369
67051
  },
65370
- "defaultValue": "{}",
67052
+ "defaultValue": "{isLatest: {}, status: {eq: PUBLISHED}}",
65371
67053
  "isDeprecated": false,
65372
67054
  "deprecationReason": null
65373
67055
  },
@@ -65394,7 +67076,7 @@
65394
67076
  "name": null,
65395
67077
  "ofType": {
65396
67078
  "kind": "INPUT_OBJECT",
65397
- "name": "ExperimentSort",
67079
+ "name": "FeatureGroupSort",
65398
67080
  "ofType": null
65399
67081
  }
65400
67082
  }
@@ -65409,54 +67091,13 @@
65409
67091
  "name": null,
65410
67092
  "ofType": {
65411
67093
  "kind": "OBJECT",
65412
- "name": "ExperimentConnection",
67094
+ "name": "FeatureGroupConnection",
65413
67095
  "ofType": null
65414
67096
  }
65415
67097
  },
65416
67098
  "isDeprecated": false,
65417
67099
  "deprecationReason": null
65418
67100
  },
65419
- {
65420
- "name": "featureAssociatedLatestPackages",
65421
- "description": "Get the associated latest packages for a feature",
65422
- "args": [
65423
- {
65424
- "name": "input",
65425
- "description": null,
65426
- "type": {
65427
- "kind": "NON_NULL",
65428
- "name": null,
65429
- "ofType": {
65430
- "kind": "INPUT_OBJECT",
65431
- "name": "FeatureAssociatedLatestPackages",
65432
- "ofType": null
65433
- }
65434
- },
65435
- "defaultValue": null,
65436
- "isDeprecated": false,
65437
- "deprecationReason": null
65438
- }
65439
- ],
65440
- "type": {
65441
- "kind": "NON_NULL",
65442
- "name": null,
65443
- "ofType": {
65444
- "kind": "LIST",
65445
- "name": null,
65446
- "ofType": {
65447
- "kind": "NON_NULL",
65448
- "name": null,
65449
- "ofType": {
65450
- "kind": "OBJECT",
65451
- "name": "PackageDTO",
65452
- "ofType": null
65453
- }
65454
- }
65455
- }
65456
- },
65457
- "isDeprecated": false,
65458
- "deprecationReason": null
65459
- },
65460
67101
  {
65461
67102
  "name": "features",
65462
67103
  "description": null,
@@ -83460,6 +85101,49 @@
83460
85101
  "enumValues": null,
83461
85102
  "possibleTypes": null
83462
85103
  },
85104
+ {
85105
+ "kind": "INPUT_OBJECT",
85106
+ "name": "UnArchiveFeatureGroupInput",
85107
+ "description": "Input for unarchiving a feature group",
85108
+ "fields": null,
85109
+ "inputFields": [
85110
+ {
85111
+ "name": "environmentId",
85112
+ "description": "The unique identifier for the environment",
85113
+ "type": {
85114
+ "kind": "NON_NULL",
85115
+ "name": null,
85116
+ "ofType": {
85117
+ "kind": "SCALAR",
85118
+ "name": "UUID",
85119
+ "ofType": null
85120
+ }
85121
+ },
85122
+ "defaultValue": null,
85123
+ "isDeprecated": false,
85124
+ "deprecationReason": null
85125
+ },
85126
+ {
85127
+ "name": "featureGroupId",
85128
+ "description": "The feature group id",
85129
+ "type": {
85130
+ "kind": "NON_NULL",
85131
+ "name": null,
85132
+ "ofType": {
85133
+ "kind": "SCALAR",
85134
+ "name": "String",
85135
+ "ofType": null
85136
+ }
85137
+ },
85138
+ "defaultValue": null,
85139
+ "isDeprecated": false,
85140
+ "deprecationReason": null
85141
+ }
85142
+ ],
85143
+ "interfaces": null,
85144
+ "enumValues": null,
85145
+ "possibleTypes": null
85146
+ },
83463
85147
  {
83464
85148
  "kind": "INPUT_OBJECT",
83465
85149
  "name": "UnArchiveFeatureInput",