stigg-api-client 2.462.3 → 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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +1974 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
@@ -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",
|
@@ -23301,6 +23439,26 @@
|
|
23301
23439
|
"isDeprecated": false,
|
23302
23440
|
"deprecationReason": null
|
23303
23441
|
},
|
23442
|
+
{
|
23443
|
+
"name": "enumConfiguration",
|
23444
|
+
"description": "The configuration data for the enum feature",
|
23445
|
+
"args": [],
|
23446
|
+
"type": {
|
23447
|
+
"kind": "LIST",
|
23448
|
+
"name": null,
|
23449
|
+
"ofType": {
|
23450
|
+
"kind": "NON_NULL",
|
23451
|
+
"name": null,
|
23452
|
+
"ofType": {
|
23453
|
+
"kind": "OBJECT",
|
23454
|
+
"name": "EnumConfigurationEntity",
|
23455
|
+
"ofType": null
|
23456
|
+
}
|
23457
|
+
}
|
23458
|
+
},
|
23459
|
+
"isDeprecated": false,
|
23460
|
+
"deprecationReason": null
|
23461
|
+
},
|
23304
23462
|
{
|
23305
23463
|
"name": "featureStatus",
|
23306
23464
|
"description": "The current status of the feature.",
|
@@ -24070,6 +24228,104 @@
|
|
24070
24228
|
],
|
24071
24229
|
"possibleTypes": null
|
24072
24230
|
},
|
24231
|
+
{
|
24232
|
+
"kind": "OBJECT",
|
24233
|
+
"name": "EnumConfigurationEntity",
|
24234
|
+
"description": "Feature enum configuration entity",
|
24235
|
+
"fields": [
|
24236
|
+
{
|
24237
|
+
"name": "deletedAt",
|
24238
|
+
"description": "The deletion date for soft-deleted enum configuration entities",
|
24239
|
+
"args": [],
|
24240
|
+
"type": {
|
24241
|
+
"kind": "SCALAR",
|
24242
|
+
"name": "DateTime",
|
24243
|
+
"ofType": null
|
24244
|
+
},
|
24245
|
+
"isDeprecated": false,
|
24246
|
+
"deprecationReason": null
|
24247
|
+
},
|
24248
|
+
{
|
24249
|
+
"name": "displayName",
|
24250
|
+
"description": "The display name for the enum configuration entity",
|
24251
|
+
"args": [],
|
24252
|
+
"type": {
|
24253
|
+
"kind": "NON_NULL",
|
24254
|
+
"name": null,
|
24255
|
+
"ofType": {
|
24256
|
+
"kind": "SCALAR",
|
24257
|
+
"name": "String",
|
24258
|
+
"ofType": null
|
24259
|
+
}
|
24260
|
+
},
|
24261
|
+
"isDeprecated": false,
|
24262
|
+
"deprecationReason": null
|
24263
|
+
},
|
24264
|
+
{
|
24265
|
+
"name": "value",
|
24266
|
+
"description": "The unique value identifier for the enum configuration entity",
|
24267
|
+
"args": [],
|
24268
|
+
"type": {
|
24269
|
+
"kind": "NON_NULL",
|
24270
|
+
"name": null,
|
24271
|
+
"ofType": {
|
24272
|
+
"kind": "SCALAR",
|
24273
|
+
"name": "String",
|
24274
|
+
"ofType": null
|
24275
|
+
}
|
24276
|
+
},
|
24277
|
+
"isDeprecated": false,
|
24278
|
+
"deprecationReason": null
|
24279
|
+
}
|
24280
|
+
],
|
24281
|
+
"inputFields": null,
|
24282
|
+
"interfaces": [],
|
24283
|
+
"enumValues": null,
|
24284
|
+
"possibleTypes": null
|
24285
|
+
},
|
24286
|
+
{
|
24287
|
+
"kind": "INPUT_OBJECT",
|
24288
|
+
"name": "EnumConfigurationEntityInput",
|
24289
|
+
"description": "Feature enum configuration entity",
|
24290
|
+
"fields": null,
|
24291
|
+
"inputFields": [
|
24292
|
+
{
|
24293
|
+
"name": "displayName",
|
24294
|
+
"description": "The display name for the enum configuration entity",
|
24295
|
+
"type": {
|
24296
|
+
"kind": "NON_NULL",
|
24297
|
+
"name": null,
|
24298
|
+
"ofType": {
|
24299
|
+
"kind": "SCALAR",
|
24300
|
+
"name": "String",
|
24301
|
+
"ofType": null
|
24302
|
+
}
|
24303
|
+
},
|
24304
|
+
"defaultValue": null,
|
24305
|
+
"isDeprecated": false,
|
24306
|
+
"deprecationReason": null
|
24307
|
+
},
|
24308
|
+
{
|
24309
|
+
"name": "value",
|
24310
|
+
"description": "The unique value identifier for the enum configuration entity",
|
24311
|
+
"type": {
|
24312
|
+
"kind": "NON_NULL",
|
24313
|
+
"name": null,
|
24314
|
+
"ofType": {
|
24315
|
+
"kind": "SCALAR",
|
24316
|
+
"name": "String",
|
24317
|
+
"ofType": null
|
24318
|
+
}
|
24319
|
+
},
|
24320
|
+
"defaultValue": null,
|
24321
|
+
"isDeprecated": false,
|
24322
|
+
"deprecationReason": null
|
24323
|
+
}
|
24324
|
+
],
|
24325
|
+
"interfaces": null,
|
24326
|
+
"enumValues": null,
|
24327
|
+
"possibleTypes": null
|
24328
|
+
},
|
24073
24329
|
{
|
24074
24330
|
"kind": "OBJECT",
|
24075
24331
|
"name": "Environment",
|
@@ -25283,6 +25539,12 @@
|
|
25283
25539
|
"isDeprecated": false,
|
25284
25540
|
"deprecationReason": null
|
25285
25541
|
},
|
25542
|
+
{
|
25543
|
+
"name": "CannotArchiveFeatureGroupError",
|
25544
|
+
"description": null,
|
25545
|
+
"isDeprecated": false,
|
25546
|
+
"deprecationReason": null
|
25547
|
+
},
|
25286
25548
|
{
|
25287
25549
|
"name": "CannotChangeBillingIntegration",
|
25288
25550
|
"description": "Cannot change billing integration at current customer state",
|
@@ -25523,6 +25785,18 @@
|
|
25523
25785
|
"isDeprecated": false,
|
25524
25786
|
"deprecationReason": null
|
25525
25787
|
},
|
25788
|
+
{
|
25789
|
+
"name": "FeatureConfigurationExceededLimitError",
|
25790
|
+
"description": null,
|
25791
|
+
"isDeprecated": false,
|
25792
|
+
"deprecationReason": null
|
25793
|
+
},
|
25794
|
+
{
|
25795
|
+
"name": "FeatureGroupNotFoundError",
|
25796
|
+
"description": null,
|
25797
|
+
"isDeprecated": false,
|
25798
|
+
"deprecationReason": null
|
25799
|
+
},
|
25526
25800
|
{
|
25527
25801
|
"name": "FeatureNotFound",
|
25528
25802
|
"description": null,
|
@@ -26027,6 +26301,12 @@
|
|
26027
26301
|
"isDeprecated": false,
|
26028
26302
|
"deprecationReason": null
|
26029
26303
|
},
|
26304
|
+
{
|
26305
|
+
"name": "VersionExceedsMaxValueError",
|
26306
|
+
"description": null,
|
26307
|
+
"isDeprecated": false,
|
26308
|
+
"deprecationReason": null
|
26309
|
+
},
|
26030
26310
|
{
|
26031
26311
|
"name": "WorkflowTriggerNotFound",
|
26032
26312
|
"description": "Workflow trigger not found",
|
@@ -30201,6 +30481,26 @@
|
|
30201
30481
|
"isDeprecated": false,
|
30202
30482
|
"deprecationReason": null
|
30203
30483
|
},
|
30484
|
+
{
|
30485
|
+
"name": "enumConfiguration",
|
30486
|
+
"description": "The configuration data for the enum feature",
|
30487
|
+
"args": [],
|
30488
|
+
"type": {
|
30489
|
+
"kind": "LIST",
|
30490
|
+
"name": null,
|
30491
|
+
"ofType": {
|
30492
|
+
"kind": "NON_NULL",
|
30493
|
+
"name": null,
|
30494
|
+
"ofType": {
|
30495
|
+
"kind": "OBJECT",
|
30496
|
+
"name": "EnumConfigurationEntity",
|
30497
|
+
"ofType": null
|
30498
|
+
}
|
30499
|
+
}
|
30500
|
+
},
|
30501
|
+
"isDeprecated": false,
|
30502
|
+
"deprecationReason": null
|
30503
|
+
},
|
30204
30504
|
{
|
30205
30505
|
"name": "environment",
|
30206
30506
|
"description": null,
|
@@ -30985,6 +31285,1302 @@
|
|
30985
31285
|
"enumValues": null,
|
30986
31286
|
"possibleTypes": null
|
30987
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",
|
32152
|
+
"ofType": null
|
32153
|
+
},
|
32154
|
+
"isDeprecated": false,
|
32155
|
+
"deprecationReason": null
|
32156
|
+
},
|
32157
|
+
{
|
32158
|
+
"name": "featureGroupId",
|
32159
|
+
"description": null,
|
32160
|
+
"args": [],
|
32161
|
+
"type": {
|
32162
|
+
"kind": "SCALAR",
|
32163
|
+
"name": "String",
|
32164
|
+
"ofType": null
|
32165
|
+
},
|
32166
|
+
"isDeprecated": false,
|
32167
|
+
"deprecationReason": null
|
32168
|
+
},
|
32169
|
+
{
|
32170
|
+
"name": "id",
|
32171
|
+
"description": null,
|
32172
|
+
"args": [],
|
32173
|
+
"type": {
|
32174
|
+
"kind": "SCALAR",
|
32175
|
+
"name": "UUID",
|
32176
|
+
"ofType": null
|
32177
|
+
},
|
32178
|
+
"isDeprecated": false,
|
32179
|
+
"deprecationReason": null
|
32180
|
+
},
|
32181
|
+
{
|
32182
|
+
"name": "status",
|
32183
|
+
"description": null,
|
32184
|
+
"args": [],
|
32185
|
+
"type": {
|
32186
|
+
"kind": "ENUM",
|
32187
|
+
"name": "FeatureGroupStatus",
|
32188
|
+
"ofType": null
|
32189
|
+
},
|
32190
|
+
"isDeprecated": false,
|
32191
|
+
"deprecationReason": null
|
32192
|
+
},
|
32193
|
+
{
|
32194
|
+
"name": "updatedAt",
|
32195
|
+
"description": null,
|
32196
|
+
"args": [],
|
32197
|
+
"type": {
|
32198
|
+
"kind": "SCALAR",
|
32199
|
+
"name": "DateTime",
|
32200
|
+
"ofType": null
|
32201
|
+
},
|
32202
|
+
"isDeprecated": false,
|
32203
|
+
"deprecationReason": null
|
32204
|
+
},
|
32205
|
+
{
|
32206
|
+
"name": "versionNumber",
|
32207
|
+
"description": null,
|
32208
|
+
"args": [],
|
32209
|
+
"type": {
|
32210
|
+
"kind": "SCALAR",
|
32211
|
+
"name": "Int",
|
32212
|
+
"ofType": null
|
32213
|
+
},
|
32214
|
+
"isDeprecated": false,
|
32215
|
+
"deprecationReason": null
|
32216
|
+
}
|
32217
|
+
],
|
32218
|
+
"inputFields": null,
|
32219
|
+
"interfaces": [],
|
32220
|
+
"enumValues": null,
|
32221
|
+
"possibleTypes": null
|
32222
|
+
},
|
32223
|
+
{
|
32224
|
+
"kind": "INPUT_OBJECT",
|
32225
|
+
"name": "FeatureGroupSort",
|
32226
|
+
"description": null,
|
32227
|
+
"fields": null,
|
32228
|
+
"inputFields": [
|
32229
|
+
{
|
32230
|
+
"name": "direction",
|
32231
|
+
"description": null,
|
32232
|
+
"type": {
|
32233
|
+
"kind": "NON_NULL",
|
32234
|
+
"name": null,
|
32235
|
+
"ofType": {
|
32236
|
+
"kind": "ENUM",
|
32237
|
+
"name": "SortDirection",
|
32238
|
+
"ofType": null
|
32239
|
+
}
|
32240
|
+
},
|
32241
|
+
"defaultValue": null,
|
32242
|
+
"isDeprecated": false,
|
32243
|
+
"deprecationReason": null
|
32244
|
+
},
|
32245
|
+
{
|
32246
|
+
"name": "field",
|
32247
|
+
"description": null,
|
32248
|
+
"type": {
|
32249
|
+
"kind": "NON_NULL",
|
32250
|
+
"name": null,
|
32251
|
+
"ofType": {
|
32252
|
+
"kind": "ENUM",
|
32253
|
+
"name": "FeatureGroupSortFields",
|
32254
|
+
"ofType": null
|
32255
|
+
}
|
32256
|
+
},
|
32257
|
+
"defaultValue": null,
|
32258
|
+
"isDeprecated": false,
|
32259
|
+
"deprecationReason": null
|
32260
|
+
},
|
32261
|
+
{
|
32262
|
+
"name": "nulls",
|
32263
|
+
"description": null,
|
32264
|
+
"type": {
|
32265
|
+
"kind": "ENUM",
|
32266
|
+
"name": "SortNulls",
|
32267
|
+
"ofType": null
|
32268
|
+
},
|
32269
|
+
"defaultValue": null,
|
32270
|
+
"isDeprecated": false,
|
32271
|
+
"deprecationReason": null
|
32272
|
+
}
|
32273
|
+
],
|
32274
|
+
"interfaces": null,
|
32275
|
+
"enumValues": null,
|
32276
|
+
"possibleTypes": null
|
32277
|
+
},
|
32278
|
+
{
|
32279
|
+
"kind": "ENUM",
|
32280
|
+
"name": "FeatureGroupSortFields",
|
32281
|
+
"description": null,
|
32282
|
+
"fields": null,
|
32283
|
+
"inputFields": null,
|
32284
|
+
"interfaces": null,
|
32285
|
+
"enumValues": [
|
32286
|
+
{
|
32287
|
+
"name": "createdAt",
|
32288
|
+
"description": null,
|
32289
|
+
"isDeprecated": false,
|
32290
|
+
"deprecationReason": null
|
32291
|
+
},
|
32292
|
+
{
|
32293
|
+
"name": "displayName",
|
32294
|
+
"description": null,
|
32295
|
+
"isDeprecated": false,
|
32296
|
+
"deprecationReason": null
|
32297
|
+
},
|
32298
|
+
{
|
32299
|
+
"name": "environmentId",
|
32300
|
+
"description": null,
|
32301
|
+
"isDeprecated": false,
|
32302
|
+
"deprecationReason": null
|
32303
|
+
},
|
32304
|
+
{
|
32305
|
+
"name": "featureGroupId",
|
32306
|
+
"description": null,
|
32307
|
+
"isDeprecated": false,
|
32308
|
+
"deprecationReason": null
|
32309
|
+
},
|
32310
|
+
{
|
32311
|
+
"name": "id",
|
32312
|
+
"description": null,
|
32313
|
+
"isDeprecated": false,
|
32314
|
+
"deprecationReason": null
|
32315
|
+
},
|
32316
|
+
{
|
32317
|
+
"name": "isLatest",
|
32318
|
+
"description": null,
|
32319
|
+
"isDeprecated": false,
|
32320
|
+
"deprecationReason": null
|
32321
|
+
},
|
32322
|
+
{
|
32323
|
+
"name": "status",
|
32324
|
+
"description": null,
|
32325
|
+
"isDeprecated": false,
|
32326
|
+
"deprecationReason": null
|
32327
|
+
},
|
32328
|
+
{
|
32329
|
+
"name": "updatedAt",
|
32330
|
+
"description": null,
|
32331
|
+
"isDeprecated": false,
|
32332
|
+
"deprecationReason": null
|
32333
|
+
},
|
32334
|
+
{
|
32335
|
+
"name": "versionNumber",
|
32336
|
+
"description": null,
|
32337
|
+
"isDeprecated": false,
|
32338
|
+
"deprecationReason": null
|
32339
|
+
}
|
32340
|
+
],
|
32341
|
+
"possibleTypes": null
|
32342
|
+
},
|
32343
|
+
{
|
32344
|
+
"kind": "ENUM",
|
32345
|
+
"name": "FeatureGroupStatus",
|
32346
|
+
"description": "Feature group status",
|
32347
|
+
"fields": null,
|
32348
|
+
"inputFields": null,
|
32349
|
+
"interfaces": null,
|
32350
|
+
"enumValues": [
|
32351
|
+
{
|
32352
|
+
"name": "ARCHIVED",
|
32353
|
+
"description": "The feature group is archived",
|
32354
|
+
"isDeprecated": false,
|
32355
|
+
"deprecationReason": null
|
32356
|
+
},
|
32357
|
+
{
|
32358
|
+
"name": "PUBLISHED",
|
32359
|
+
"description": "The feature group is published",
|
32360
|
+
"isDeprecated": false,
|
32361
|
+
"deprecationReason": null
|
32362
|
+
}
|
32363
|
+
],
|
32364
|
+
"possibleTypes": null
|
32365
|
+
},
|
32366
|
+
{
|
32367
|
+
"kind": "INPUT_OBJECT",
|
32368
|
+
"name": "FeatureGroupStatusFilterComparison",
|
32369
|
+
"description": null,
|
32370
|
+
"fields": null,
|
32371
|
+
"inputFields": [
|
32372
|
+
{
|
32373
|
+
"name": "eq",
|
32374
|
+
"description": null,
|
32375
|
+
"type": {
|
32376
|
+
"kind": "ENUM",
|
32377
|
+
"name": "FeatureGroupStatus",
|
32378
|
+
"ofType": null
|
32379
|
+
},
|
32380
|
+
"defaultValue": null,
|
32381
|
+
"isDeprecated": false,
|
32382
|
+
"deprecationReason": null
|
32383
|
+
},
|
32384
|
+
{
|
32385
|
+
"name": "gt",
|
32386
|
+
"description": null,
|
32387
|
+
"type": {
|
32388
|
+
"kind": "ENUM",
|
32389
|
+
"name": "FeatureGroupStatus",
|
32390
|
+
"ofType": null
|
32391
|
+
},
|
32392
|
+
"defaultValue": null,
|
32393
|
+
"isDeprecated": false,
|
32394
|
+
"deprecationReason": null
|
32395
|
+
},
|
32396
|
+
{
|
32397
|
+
"name": "gte",
|
32398
|
+
"description": null,
|
32399
|
+
"type": {
|
32400
|
+
"kind": "ENUM",
|
32401
|
+
"name": "FeatureGroupStatus",
|
32402
|
+
"ofType": null
|
32403
|
+
},
|
32404
|
+
"defaultValue": null,
|
32405
|
+
"isDeprecated": false,
|
32406
|
+
"deprecationReason": null
|
32407
|
+
},
|
32408
|
+
{
|
32409
|
+
"name": "iLike",
|
32410
|
+
"description": null,
|
32411
|
+
"type": {
|
32412
|
+
"kind": "ENUM",
|
32413
|
+
"name": "FeatureGroupStatus",
|
32414
|
+
"ofType": null
|
32415
|
+
},
|
32416
|
+
"defaultValue": null,
|
32417
|
+
"isDeprecated": false,
|
32418
|
+
"deprecationReason": null
|
32419
|
+
},
|
32420
|
+
{
|
32421
|
+
"name": "in",
|
32422
|
+
"description": null,
|
32423
|
+
"type": {
|
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",
|
32446
|
+
"ofType": null
|
32447
|
+
},
|
32448
|
+
"defaultValue": null,
|
32449
|
+
"isDeprecated": false,
|
32450
|
+
"deprecationReason": null
|
32451
|
+
},
|
32452
|
+
{
|
32453
|
+
"name": "isNot",
|
32454
|
+
"description": null,
|
32455
|
+
"type": {
|
32456
|
+
"kind": "SCALAR",
|
32457
|
+
"name": "Boolean",
|
32458
|
+
"ofType": null
|
32459
|
+
},
|
32460
|
+
"defaultValue": null,
|
32461
|
+
"isDeprecated": false,
|
32462
|
+
"deprecationReason": null
|
32463
|
+
},
|
32464
|
+
{
|
32465
|
+
"name": "like",
|
32466
|
+
"description": null,
|
32467
|
+
"type": {
|
32468
|
+
"kind": "ENUM",
|
32469
|
+
"name": "FeatureGroupStatus",
|
32470
|
+
"ofType": null
|
32471
|
+
},
|
32472
|
+
"defaultValue": null,
|
32473
|
+
"isDeprecated": false,
|
32474
|
+
"deprecationReason": null
|
32475
|
+
},
|
32476
|
+
{
|
32477
|
+
"name": "lt",
|
32478
|
+
"description": null,
|
32479
|
+
"type": {
|
32480
|
+
"kind": "ENUM",
|
32481
|
+
"name": "FeatureGroupStatus",
|
32482
|
+
"ofType": null
|
32483
|
+
},
|
32484
|
+
"defaultValue": null,
|
32485
|
+
"isDeprecated": false,
|
32486
|
+
"deprecationReason": null
|
32487
|
+
},
|
32488
|
+
{
|
32489
|
+
"name": "lte",
|
32490
|
+
"description": null,
|
32491
|
+
"type": {
|
32492
|
+
"kind": "ENUM",
|
32493
|
+
"name": "FeatureGroupStatus",
|
32494
|
+
"ofType": null
|
32495
|
+
},
|
32496
|
+
"defaultValue": null,
|
32497
|
+
"isDeprecated": false,
|
32498
|
+
"deprecationReason": null
|
32499
|
+
},
|
32500
|
+
{
|
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",
|
32526
|
+
"description": null,
|
32527
|
+
"type": {
|
32528
|
+
"kind": "LIST",
|
32529
|
+
"name": null,
|
32530
|
+
"ofType": {
|
32531
|
+
"kind": "NON_NULL",
|
32532
|
+
"name": null,
|
32533
|
+
"ofType": {
|
32534
|
+
"kind": "ENUM",
|
32535
|
+
"name": "FeatureGroupStatus",
|
32536
|
+
"ofType": null
|
32537
|
+
}
|
32538
|
+
}
|
32539
|
+
},
|
32540
|
+
"defaultValue": null,
|
32541
|
+
"isDeprecated": false,
|
32542
|
+
"deprecationReason": null
|
32543
|
+
},
|
32544
|
+
{
|
32545
|
+
"name": "notLike",
|
32546
|
+
"description": null,
|
32547
|
+
"type": {
|
32548
|
+
"kind": "ENUM",
|
32549
|
+
"name": "FeatureGroupStatus",
|
32550
|
+
"ofType": null
|
32551
|
+
},
|
32552
|
+
"defaultValue": null,
|
32553
|
+
"isDeprecated": false,
|
32554
|
+
"deprecationReason": null
|
32555
|
+
}
|
32556
|
+
],
|
32557
|
+
"interfaces": null,
|
32558
|
+
"enumValues": null,
|
32559
|
+
"possibleTypes": null
|
32560
|
+
},
|
32561
|
+
{
|
32562
|
+
"kind": "OBJECT",
|
32563
|
+
"name": "FeatureGroupSumAggregate",
|
32564
|
+
"description": null,
|
32565
|
+
"fields": [
|
32566
|
+
{
|
32567
|
+
"name": "versionNumber",
|
32568
|
+
"description": null,
|
32569
|
+
"args": [],
|
32570
|
+
"type": {
|
32571
|
+
"kind": "SCALAR",
|
32572
|
+
"name": "Float",
|
32573
|
+
"ofType": null
|
32574
|
+
},
|
32575
|
+
"isDeprecated": false,
|
32576
|
+
"deprecationReason": null
|
32577
|
+
}
|
32578
|
+
],
|
32579
|
+
"inputFields": null,
|
32580
|
+
"interfaces": [],
|
32581
|
+
"enumValues": null,
|
32582
|
+
"possibleTypes": null
|
32583
|
+
},
|
30988
32584
|
{
|
30989
32585
|
"kind": "INPUT_OBJECT",
|
30990
32586
|
"name": "FeatureInput",
|
@@ -31031,6 +32627,26 @@
|
|
31031
32627
|
"isDeprecated": false,
|
31032
32628
|
"deprecationReason": null
|
31033
32629
|
},
|
32630
|
+
{
|
32631
|
+
"name": "enumConfiguration",
|
32632
|
+
"description": "The configuration data for the feature",
|
32633
|
+
"type": {
|
32634
|
+
"kind": "LIST",
|
32635
|
+
"name": null,
|
32636
|
+
"ofType": {
|
32637
|
+
"kind": "NON_NULL",
|
32638
|
+
"name": null,
|
32639
|
+
"ofType": {
|
32640
|
+
"kind": "INPUT_OBJECT",
|
32641
|
+
"name": "EnumConfigurationEntityInput",
|
32642
|
+
"ofType": null
|
32643
|
+
}
|
32644
|
+
}
|
32645
|
+
},
|
32646
|
+
"defaultValue": null,
|
32647
|
+
"isDeprecated": false,
|
32648
|
+
"deprecationReason": null
|
32649
|
+
},
|
31034
32650
|
{
|
31035
32651
|
"name": "environmentId",
|
31036
32652
|
"description": "The unique identifier for the environment",
|
@@ -31841,6 +33457,12 @@
|
|
31841
33457
|
"isDeprecated": false,
|
31842
33458
|
"deprecationReason": null
|
31843
33459
|
},
|
33460
|
+
{
|
33461
|
+
"name": "ENUM",
|
33462
|
+
"description": "Enum feature type",
|
33463
|
+
"isDeprecated": false,
|
33464
|
+
"deprecationReason": null
|
33465
|
+
},
|
31844
33466
|
{
|
31845
33467
|
"name": "NUMBER",
|
31846
33468
|
"description": "Numeric feature type",
|
@@ -40484,6 +42106,39 @@
|
|
40484
42106
|
"isDeprecated": false,
|
40485
42107
|
"deprecationReason": null
|
40486
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
|
+
},
|
40487
42142
|
{
|
40488
42143
|
"name": "archiveOneCoupon",
|
40489
42144
|
"description": null,
|
@@ -40880,6 +42535,39 @@
|
|
40880
42535
|
"isDeprecated": false,
|
40881
42536
|
"deprecationReason": null
|
40882
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
|
+
},
|
40883
42571
|
{
|
40884
42572
|
"name": "createManyPackageEntitlements",
|
40885
42573
|
"description": null,
|
@@ -43993,6 +45681,39 @@
|
|
43993
45681
|
"isDeprecated": false,
|
43994
45682
|
"deprecationReason": null
|
43995
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
|
+
},
|
43996
45717
|
{
|
43997
45718
|
"name": "unarchivePlan",
|
43998
45719
|
"description": "Unarchive a plan",
|
@@ -45184,6 +46905,26 @@
|
|
45184
46905
|
"isDeprecated": false,
|
45185
46906
|
"deprecationReason": null
|
45186
46907
|
},
|
46908
|
+
{
|
46909
|
+
"name": "enumValues",
|
46910
|
+
"description": "The enum values of the entitlement",
|
46911
|
+
"type": {
|
46912
|
+
"kind": "LIST",
|
46913
|
+
"name": null,
|
46914
|
+
"ofType": {
|
46915
|
+
"kind": "NON_NULL",
|
46916
|
+
"name": null,
|
46917
|
+
"ofType": {
|
46918
|
+
"kind": "SCALAR",
|
46919
|
+
"name": "String",
|
46920
|
+
"ofType": null
|
46921
|
+
}
|
46922
|
+
}
|
46923
|
+
},
|
46924
|
+
"defaultValue": null,
|
46925
|
+
"isDeprecated": false,
|
46926
|
+
"deprecationReason": null
|
46927
|
+
},
|
45187
46928
|
{
|
45188
46929
|
"name": "featureId",
|
45189
46930
|
"description": "The unique identifier of the entitlement feature",
|
@@ -46703,6 +48444,26 @@
|
|
46703
48444
|
"isDeprecated": false,
|
46704
48445
|
"deprecationReason": null
|
46705
48446
|
},
|
48447
|
+
{
|
48448
|
+
"name": "enumValues",
|
48449
|
+
"description": "The enum values of the entitlement",
|
48450
|
+
"args": [],
|
48451
|
+
"type": {
|
48452
|
+
"kind": "LIST",
|
48453
|
+
"name": null,
|
48454
|
+
"ofType": {
|
48455
|
+
"kind": "NON_NULL",
|
48456
|
+
"name": null,
|
48457
|
+
"ofType": {
|
48458
|
+
"kind": "SCALAR",
|
48459
|
+
"name": "String",
|
48460
|
+
"ofType": null
|
48461
|
+
}
|
48462
|
+
}
|
48463
|
+
},
|
48464
|
+
"isDeprecated": false,
|
48465
|
+
"deprecationReason": null
|
48466
|
+
},
|
46706
48467
|
{
|
46707
48468
|
"name": "environmentId",
|
46708
48469
|
"description": "The unique identifier for the environment",
|
@@ -47238,6 +48999,26 @@
|
|
47238
48999
|
"isDeprecated": false,
|
47239
49000
|
"deprecationReason": null
|
47240
49001
|
},
|
49002
|
+
{
|
49003
|
+
"name": "enumValues",
|
49004
|
+
"description": "The enum values of the entitlement",
|
49005
|
+
"args": [],
|
49006
|
+
"type": {
|
49007
|
+
"kind": "LIST",
|
49008
|
+
"name": null,
|
49009
|
+
"ofType": {
|
49010
|
+
"kind": "NON_NULL",
|
49011
|
+
"name": null,
|
49012
|
+
"ofType": {
|
49013
|
+
"kind": "SCALAR",
|
49014
|
+
"name": "String",
|
49015
|
+
"ofType": null
|
49016
|
+
}
|
49017
|
+
}
|
49018
|
+
},
|
49019
|
+
"isDeprecated": false,
|
49020
|
+
"deprecationReason": null
|
49021
|
+
},
|
47241
49022
|
{
|
47242
49023
|
"name": "environmentId",
|
47243
49024
|
"description": "The unique identifier for the environment",
|
@@ -48006,6 +49787,26 @@
|
|
48006
49787
|
"isDeprecated": false,
|
48007
49788
|
"deprecationReason": null
|
48008
49789
|
},
|
49790
|
+
{
|
49791
|
+
"name": "enumValues",
|
49792
|
+
"description": "The enum values of the entitlement",
|
49793
|
+
"type": {
|
49794
|
+
"kind": "LIST",
|
49795
|
+
"name": null,
|
49796
|
+
"ofType": {
|
49797
|
+
"kind": "NON_NULL",
|
49798
|
+
"name": null,
|
49799
|
+
"ofType": {
|
49800
|
+
"kind": "SCALAR",
|
49801
|
+
"name": "String",
|
49802
|
+
"ofType": null
|
49803
|
+
}
|
49804
|
+
}
|
49805
|
+
},
|
49806
|
+
"defaultValue": null,
|
49807
|
+
"isDeprecated": false,
|
49808
|
+
"deprecationReason": null
|
49809
|
+
},
|
48009
49810
|
{
|
48010
49811
|
"name": "environmentId",
|
48011
49812
|
"description": "The unique identifier for the environment",
|
@@ -48467,6 +50268,26 @@
|
|
48467
50268
|
"isDeprecated": false,
|
48468
50269
|
"deprecationReason": null
|
48469
50270
|
},
|
50271
|
+
{
|
50272
|
+
"name": "enumValues",
|
50273
|
+
"description": "The enum values of the entitlement",
|
50274
|
+
"type": {
|
50275
|
+
"kind": "LIST",
|
50276
|
+
"name": null,
|
50277
|
+
"ofType": {
|
50278
|
+
"kind": "NON_NULL",
|
50279
|
+
"name": null,
|
50280
|
+
"ofType": {
|
50281
|
+
"kind": "SCALAR",
|
50282
|
+
"name": "String",
|
50283
|
+
"ofType": null
|
50284
|
+
}
|
50285
|
+
}
|
50286
|
+
},
|
50287
|
+
"defaultValue": null,
|
50288
|
+
"isDeprecated": false,
|
50289
|
+
"deprecationReason": null
|
50290
|
+
},
|
48470
50291
|
{
|
48471
50292
|
"name": "hasSoftLimit",
|
48472
50293
|
"description": "Whether the entitlement has a soft limit",
|
@@ -65187,6 +67008,96 @@
|
|
65187
67008
|
"isDeprecated": false,
|
65188
67009
|
"deprecationReason": null
|
65189
67010
|
},
|
67011
|
+
{
|
67012
|
+
"name": "featureGroup",
|
67013
|
+
"description": null,
|
67014
|
+
"args": [
|
67015
|
+
{
|
67016
|
+
"name": "id",
|
67017
|
+
"description": "The id of the record to find.",
|
67018
|
+
"type": {
|
67019
|
+
"kind": "NON_NULL",
|
67020
|
+
"name": null,
|
67021
|
+
"ofType": {
|
67022
|
+
"kind": "SCALAR",
|
67023
|
+
"name": "UUID",
|
67024
|
+
"ofType": null
|
67025
|
+
}
|
67026
|
+
},
|
67027
|
+
"defaultValue": null,
|
67028
|
+
"isDeprecated": false,
|
67029
|
+
"deprecationReason": null
|
67030
|
+
}
|
67031
|
+
],
|
67032
|
+
"type": {
|
67033
|
+
"kind": "OBJECT",
|
67034
|
+
"name": "FeatureGroup",
|
67035
|
+
"ofType": null
|
67036
|
+
},
|
67037
|
+
"isDeprecated": false,
|
67038
|
+
"deprecationReason": null
|
67039
|
+
},
|
67040
|
+
{
|
67041
|
+
"name": "featureGroups",
|
67042
|
+
"description": null,
|
67043
|
+
"args": [
|
67044
|
+
{
|
67045
|
+
"name": "filter",
|
67046
|
+
"description": "Specify to filter the records returned.",
|
67047
|
+
"type": {
|
67048
|
+
"kind": "INPUT_OBJECT",
|
67049
|
+
"name": "FeatureGroupFilter",
|
67050
|
+
"ofType": null
|
67051
|
+
},
|
67052
|
+
"defaultValue": "{isLatest: {}, status: {eq: PUBLISHED}}",
|
67053
|
+
"isDeprecated": false,
|
67054
|
+
"deprecationReason": null
|
67055
|
+
},
|
67056
|
+
{
|
67057
|
+
"name": "paging",
|
67058
|
+
"description": "Limit or page results.",
|
67059
|
+
"type": {
|
67060
|
+
"kind": "INPUT_OBJECT",
|
67061
|
+
"name": "CursorPaging",
|
67062
|
+
"ofType": null
|
67063
|
+
},
|
67064
|
+
"defaultValue": "{first: 10}",
|
67065
|
+
"isDeprecated": false,
|
67066
|
+
"deprecationReason": null
|
67067
|
+
},
|
67068
|
+
{
|
67069
|
+
"name": "sorting",
|
67070
|
+
"description": "Specify to sort results.",
|
67071
|
+
"type": {
|
67072
|
+
"kind": "LIST",
|
67073
|
+
"name": null,
|
67074
|
+
"ofType": {
|
67075
|
+
"kind": "NON_NULL",
|
67076
|
+
"name": null,
|
67077
|
+
"ofType": {
|
67078
|
+
"kind": "INPUT_OBJECT",
|
67079
|
+
"name": "FeatureGroupSort",
|
67080
|
+
"ofType": null
|
67081
|
+
}
|
67082
|
+
}
|
67083
|
+
},
|
67084
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
67085
|
+
"isDeprecated": false,
|
67086
|
+
"deprecationReason": null
|
67087
|
+
}
|
67088
|
+
],
|
67089
|
+
"type": {
|
67090
|
+
"kind": "NON_NULL",
|
67091
|
+
"name": null,
|
67092
|
+
"ofType": {
|
67093
|
+
"kind": "OBJECT",
|
67094
|
+
"name": "FeatureGroupConnection",
|
67095
|
+
"ofType": null
|
67096
|
+
}
|
67097
|
+
},
|
67098
|
+
"isDeprecated": false,
|
67099
|
+
"deprecationReason": null
|
67100
|
+
},
|
65190
67101
|
{
|
65191
67102
|
"name": "features",
|
65192
67103
|
"description": null,
|
@@ -83190,6 +85101,49 @@
|
|
83190
85101
|
"enumValues": null,
|
83191
85102
|
"possibleTypes": null
|
83192
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
|
+
},
|
83193
85147
|
{
|
83194
85148
|
"kind": "INPUT_OBJECT",
|
83195
85149
|
"name": "UnArchiveFeatureInput",
|
@@ -84240,6 +86194,26 @@
|
|
84240
86194
|
"isDeprecated": false,
|
84241
86195
|
"deprecationReason": null
|
84242
86196
|
},
|
86197
|
+
{
|
86198
|
+
"name": "enumConfiguration",
|
86199
|
+
"description": "The configuration data for the feature",
|
86200
|
+
"type": {
|
86201
|
+
"kind": "LIST",
|
86202
|
+
"name": null,
|
86203
|
+
"ofType": {
|
86204
|
+
"kind": "NON_NULL",
|
86205
|
+
"name": null,
|
86206
|
+
"ofType": {
|
86207
|
+
"kind": "INPUT_OBJECT",
|
86208
|
+
"name": "EnumConfigurationEntityInput",
|
86209
|
+
"ofType": null
|
86210
|
+
}
|
86211
|
+
}
|
86212
|
+
},
|
86213
|
+
"defaultValue": null,
|
86214
|
+
"isDeprecated": false,
|
86215
|
+
"deprecationReason": null
|
86216
|
+
},
|
84243
86217
|
{
|
84244
86218
|
"name": "environmentId",
|
84245
86219
|
"description": "The unique identifier for the environment",
|