stigg-api-client 2.463.0 → 2.467.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 +2423 -699
- 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",
|
@@ -22765,6 +22903,26 @@
|
|
22765
22903
|
"isDeprecated": false,
|
22766
22904
|
"deprecationReason": null
|
22767
22905
|
},
|
22906
|
+
{
|
22907
|
+
"name": "enumValues",
|
22908
|
+
"description": "List of enum values applicable to this entitlement, if it is an enum feature.",
|
22909
|
+
"args": [],
|
22910
|
+
"type": {
|
22911
|
+
"kind": "LIST",
|
22912
|
+
"name": null,
|
22913
|
+
"ofType": {
|
22914
|
+
"kind": "NON_NULL",
|
22915
|
+
"name": null,
|
22916
|
+
"ofType": {
|
22917
|
+
"kind": "SCALAR",
|
22918
|
+
"name": "String",
|
22919
|
+
"ofType": null
|
22920
|
+
}
|
22921
|
+
}
|
22922
|
+
},
|
22923
|
+
"isDeprecated": false,
|
22924
|
+
"deprecationReason": null
|
22925
|
+
},
|
22768
22926
|
{
|
22769
22927
|
"name": "feature",
|
22770
22928
|
"description": "The feature this entitlement corresponds to.",
|
@@ -23738,6 +23896,26 @@
|
|
23738
23896
|
"isDeprecated": false,
|
23739
23897
|
"deprecationReason": null
|
23740
23898
|
},
|
23899
|
+
{
|
23900
|
+
"name": "enumValues",
|
23901
|
+
"description": "List of enum values applicable to this entitlement, if it is an enum feature.",
|
23902
|
+
"args": [],
|
23903
|
+
"type": {
|
23904
|
+
"kind": "LIST",
|
23905
|
+
"name": null,
|
23906
|
+
"ofType": {
|
23907
|
+
"kind": "NON_NULL",
|
23908
|
+
"name": null,
|
23909
|
+
"ofType": {
|
23910
|
+
"kind": "SCALAR",
|
23911
|
+
"name": "String",
|
23912
|
+
"ofType": null
|
23913
|
+
}
|
23914
|
+
}
|
23915
|
+
},
|
23916
|
+
"isDeprecated": false,
|
23917
|
+
"deprecationReason": null
|
23918
|
+
},
|
23741
23919
|
{
|
23742
23920
|
"name": "feature",
|
23743
23921
|
"description": "The feature this entitlement corresponds to.",
|
@@ -25401,6 +25579,12 @@
|
|
25401
25579
|
"isDeprecated": false,
|
25402
25580
|
"deprecationReason": null
|
25403
25581
|
},
|
25582
|
+
{
|
25583
|
+
"name": "CannotArchiveFeatureGroupError",
|
25584
|
+
"description": null,
|
25585
|
+
"isDeprecated": false,
|
25586
|
+
"deprecationReason": null
|
25587
|
+
},
|
25404
25588
|
{
|
25405
25589
|
"name": "CannotChangeBillingIntegration",
|
25406
25590
|
"description": "Cannot change billing integration at current customer state",
|
@@ -25647,6 +25831,12 @@
|
|
25647
25831
|
"isDeprecated": false,
|
25648
25832
|
"deprecationReason": null
|
25649
25833
|
},
|
25834
|
+
{
|
25835
|
+
"name": "FeatureGroupNotFoundError",
|
25836
|
+
"description": null,
|
25837
|
+
"isDeprecated": false,
|
25838
|
+
"deprecationReason": null
|
25839
|
+
},
|
25650
25840
|
{
|
25651
25841
|
"name": "FeatureNotFound",
|
25652
25842
|
"description": null,
|
@@ -26152,256 +26342,262 @@
|
|
26152
26342
|
"deprecationReason": null
|
26153
26343
|
},
|
26154
26344
|
{
|
26155
|
-
"name": "
|
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",
|
26345
|
+
"name": "VersionExceedsMaxValueError",
|
26171
26346
|
"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
26347
|
"isDeprecated": false,
|
26187
26348
|
"deprecationReason": null
|
26188
26349
|
},
|
26189
26350
|
{
|
26190
|
-
"name": "
|
26191
|
-
"description": "
|
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",
|
26351
|
+
"name": "WorkflowTriggerNotFound",
|
26352
|
+
"description": "Workflow trigger not found",
|
26394
26353
|
"isDeprecated": false,
|
26395
26354
|
"deprecationReason": null
|
26396
26355
|
}
|
26397
26356
|
],
|
26398
|
-
"interfaces": null,
|
26399
|
-
"enumValues": null,
|
26400
26357
|
"possibleTypes": null
|
26401
26358
|
},
|
26402
26359
|
{
|
26403
26360
|
"kind": "INPUT_OBJECT",
|
26404
|
-
"name": "
|
26361
|
+
"name": "EstimateSubscriptionInput",
|
26362
|
+
"description": null,
|
26363
|
+
"fields": null,
|
26364
|
+
"inputFields": [
|
26365
|
+
{
|
26366
|
+
"name": "addons",
|
26367
|
+
"description": null,
|
26368
|
+
"type": {
|
26369
|
+
"kind": "LIST",
|
26370
|
+
"name": null,
|
26371
|
+
"ofType": {
|
26372
|
+
"kind": "NON_NULL",
|
26373
|
+
"name": null,
|
26374
|
+
"ofType": {
|
26375
|
+
"kind": "INPUT_OBJECT",
|
26376
|
+
"name": "SubscriptionAddonInput",
|
26377
|
+
"ofType": null
|
26378
|
+
}
|
26379
|
+
}
|
26380
|
+
},
|
26381
|
+
"defaultValue": null,
|
26382
|
+
"isDeprecated": false,
|
26383
|
+
"deprecationReason": null
|
26384
|
+
},
|
26385
|
+
{
|
26386
|
+
"name": "appliedCoupon",
|
26387
|
+
"description": "Coupon input",
|
26388
|
+
"type": {
|
26389
|
+
"kind": "INPUT_OBJECT",
|
26390
|
+
"name": "SubscriptionCouponInput",
|
26391
|
+
"ofType": null
|
26392
|
+
},
|
26393
|
+
"defaultValue": null,
|
26394
|
+
"isDeprecated": false,
|
26395
|
+
"deprecationReason": null
|
26396
|
+
},
|
26397
|
+
{
|
26398
|
+
"name": "billableFeatures",
|
26399
|
+
"description": null,
|
26400
|
+
"type": {
|
26401
|
+
"kind": "LIST",
|
26402
|
+
"name": null,
|
26403
|
+
"ofType": {
|
26404
|
+
"kind": "NON_NULL",
|
26405
|
+
"name": null,
|
26406
|
+
"ofType": {
|
26407
|
+
"kind": "INPUT_OBJECT",
|
26408
|
+
"name": "BillableFeatureInput",
|
26409
|
+
"ofType": null
|
26410
|
+
}
|
26411
|
+
}
|
26412
|
+
},
|
26413
|
+
"defaultValue": null,
|
26414
|
+
"isDeprecated": false,
|
26415
|
+
"deprecationReason": null
|
26416
|
+
},
|
26417
|
+
{
|
26418
|
+
"name": "billingCountryCode",
|
26419
|
+
"description": null,
|
26420
|
+
"type": {
|
26421
|
+
"kind": "SCALAR",
|
26422
|
+
"name": "String",
|
26423
|
+
"ofType": null
|
26424
|
+
},
|
26425
|
+
"defaultValue": null,
|
26426
|
+
"isDeprecated": false,
|
26427
|
+
"deprecationReason": null
|
26428
|
+
},
|
26429
|
+
{
|
26430
|
+
"name": "billingInformation",
|
26431
|
+
"description": null,
|
26432
|
+
"type": {
|
26433
|
+
"kind": "INPUT_OBJECT",
|
26434
|
+
"name": "SubscriptionBillingInfo",
|
26435
|
+
"ofType": null
|
26436
|
+
},
|
26437
|
+
"defaultValue": null,
|
26438
|
+
"isDeprecated": false,
|
26439
|
+
"deprecationReason": null
|
26440
|
+
},
|
26441
|
+
{
|
26442
|
+
"name": "billingPeriod",
|
26443
|
+
"description": null,
|
26444
|
+
"type": {
|
26445
|
+
"kind": "ENUM",
|
26446
|
+
"name": "BillingPeriod",
|
26447
|
+
"ofType": null
|
26448
|
+
},
|
26449
|
+
"defaultValue": null,
|
26450
|
+
"isDeprecated": false,
|
26451
|
+
"deprecationReason": null
|
26452
|
+
},
|
26453
|
+
{
|
26454
|
+
"name": "customerId",
|
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": "environmentId",
|
26471
|
+
"description": null,
|
26472
|
+
"type": {
|
26473
|
+
"kind": "SCALAR",
|
26474
|
+
"name": "UUID",
|
26475
|
+
"ofType": null
|
26476
|
+
},
|
26477
|
+
"defaultValue": null,
|
26478
|
+
"isDeprecated": false,
|
26479
|
+
"deprecationReason": null
|
26480
|
+
},
|
26481
|
+
{
|
26482
|
+
"name": "payingCustomerId",
|
26483
|
+
"description": "The customer that will pay for the subscription",
|
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": "planId",
|
26495
|
+
"description": null,
|
26496
|
+
"type": {
|
26497
|
+
"kind": "NON_NULL",
|
26498
|
+
"name": null,
|
26499
|
+
"ofType": {
|
26500
|
+
"kind": "SCALAR",
|
26501
|
+
"name": "String",
|
26502
|
+
"ofType": null
|
26503
|
+
}
|
26504
|
+
},
|
26505
|
+
"defaultValue": null,
|
26506
|
+
"isDeprecated": false,
|
26507
|
+
"deprecationReason": null
|
26508
|
+
},
|
26509
|
+
{
|
26510
|
+
"name": "priceUnitAmount",
|
26511
|
+
"description": null,
|
26512
|
+
"type": {
|
26513
|
+
"kind": "SCALAR",
|
26514
|
+
"name": "Float",
|
26515
|
+
"ofType": null
|
26516
|
+
},
|
26517
|
+
"defaultValue": null,
|
26518
|
+
"isDeprecated": false,
|
26519
|
+
"deprecationReason": null
|
26520
|
+
},
|
26521
|
+
{
|
26522
|
+
"name": "promotionCode",
|
26523
|
+
"description": null,
|
26524
|
+
"type": {
|
26525
|
+
"kind": "SCALAR",
|
26526
|
+
"name": "String",
|
26527
|
+
"ofType": null
|
26528
|
+
},
|
26529
|
+
"defaultValue": null,
|
26530
|
+
"isDeprecated": false,
|
26531
|
+
"deprecationReason": null
|
26532
|
+
},
|
26533
|
+
{
|
26534
|
+
"name": "resourceId",
|
26535
|
+
"description": null,
|
26536
|
+
"type": {
|
26537
|
+
"kind": "SCALAR",
|
26538
|
+
"name": "String",
|
26539
|
+
"ofType": null
|
26540
|
+
},
|
26541
|
+
"defaultValue": null,
|
26542
|
+
"isDeprecated": false,
|
26543
|
+
"deprecationReason": null
|
26544
|
+
},
|
26545
|
+
{
|
26546
|
+
"name": "skipTrial",
|
26547
|
+
"description": null,
|
26548
|
+
"type": {
|
26549
|
+
"kind": "SCALAR",
|
26550
|
+
"name": "Boolean",
|
26551
|
+
"ofType": null
|
26552
|
+
},
|
26553
|
+
"defaultValue": "false",
|
26554
|
+
"isDeprecated": false,
|
26555
|
+
"deprecationReason": null
|
26556
|
+
},
|
26557
|
+
{
|
26558
|
+
"name": "startDate",
|
26559
|
+
"description": null,
|
26560
|
+
"type": {
|
26561
|
+
"kind": "SCALAR",
|
26562
|
+
"name": "DateTime",
|
26563
|
+
"ofType": null
|
26564
|
+
},
|
26565
|
+
"defaultValue": null,
|
26566
|
+
"isDeprecated": false,
|
26567
|
+
"deprecationReason": null
|
26568
|
+
},
|
26569
|
+
{
|
26570
|
+
"name": "trialOverrideConfiguration",
|
26571
|
+
"description": "trial configuration to override the default values from plan if exists",
|
26572
|
+
"type": {
|
26573
|
+
"kind": "INPUT_OBJECT",
|
26574
|
+
"name": "TrialOverrideConfigurationInput",
|
26575
|
+
"ofType": null
|
26576
|
+
},
|
26577
|
+
"defaultValue": null,
|
26578
|
+
"isDeprecated": false,
|
26579
|
+
"deprecationReason": null
|
26580
|
+
},
|
26581
|
+
{
|
26582
|
+
"name": "unitQuantity",
|
26583
|
+
"description": null,
|
26584
|
+
"type": {
|
26585
|
+
"kind": "SCALAR",
|
26586
|
+
"name": "Float",
|
26587
|
+
"ofType": null
|
26588
|
+
},
|
26589
|
+
"defaultValue": "-1",
|
26590
|
+
"isDeprecated": false,
|
26591
|
+
"deprecationReason": null
|
26592
|
+
}
|
26593
|
+
],
|
26594
|
+
"interfaces": null,
|
26595
|
+
"enumValues": null,
|
26596
|
+
"possibleTypes": null
|
26597
|
+
},
|
26598
|
+
{
|
26599
|
+
"kind": "INPUT_OBJECT",
|
26600
|
+
"name": "EstimateSubscriptionUpdateInput",
|
26405
26601
|
"description": null,
|
26406
26602
|
"fields": null,
|
26407
26603
|
"inputFields": [
|
@@ -30590,31 +30786,1421 @@
|
|
30590
30786
|
"args": [],
|
30591
30787
|
"type": {
|
30592
30788
|
"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",
|
30789
|
+
"name": "String",
|
30790
|
+
"ofType": null
|
30791
|
+
},
|
30792
|
+
"isDeprecated": false,
|
30793
|
+
"deprecationReason": null
|
30794
|
+
},
|
30795
|
+
{
|
30796
|
+
"name": "featureStatus",
|
30797
|
+
"description": null,
|
30798
|
+
"args": [],
|
30799
|
+
"type": {
|
30800
|
+
"kind": "ENUM",
|
30801
|
+
"name": "FeatureStatus",
|
30802
|
+
"ofType": null
|
30803
|
+
},
|
30804
|
+
"isDeprecated": false,
|
30805
|
+
"deprecationReason": null
|
30806
|
+
},
|
30807
|
+
{
|
30808
|
+
"name": "featureType",
|
30809
|
+
"description": null,
|
30810
|
+
"args": [],
|
30811
|
+
"type": {
|
30812
|
+
"kind": "ENUM",
|
30813
|
+
"name": "FeatureType",
|
30814
|
+
"ofType": null
|
30815
|
+
},
|
30816
|
+
"isDeprecated": false,
|
30817
|
+
"deprecationReason": null
|
30818
|
+
},
|
30819
|
+
{
|
30820
|
+
"name": "id",
|
30821
|
+
"description": null,
|
30822
|
+
"args": [],
|
30823
|
+
"type": {
|
30824
|
+
"kind": "SCALAR",
|
30825
|
+
"name": "String",
|
30826
|
+
"ofType": null
|
30827
|
+
},
|
30828
|
+
"isDeprecated": false,
|
30829
|
+
"deprecationReason": null
|
30830
|
+
},
|
30831
|
+
{
|
30832
|
+
"name": "meterType",
|
30833
|
+
"description": null,
|
30834
|
+
"args": [],
|
30835
|
+
"type": {
|
30836
|
+
"kind": "ENUM",
|
30837
|
+
"name": "MeterType",
|
30838
|
+
"ofType": null
|
30839
|
+
},
|
30840
|
+
"isDeprecated": false,
|
30841
|
+
"deprecationReason": null
|
30842
|
+
},
|
30843
|
+
{
|
30844
|
+
"name": "refId",
|
30845
|
+
"description": null,
|
30846
|
+
"args": [],
|
30847
|
+
"type": {
|
30848
|
+
"kind": "SCALAR",
|
30849
|
+
"name": "String",
|
30850
|
+
"ofType": null
|
30851
|
+
},
|
30852
|
+
"isDeprecated": false,
|
30853
|
+
"deprecationReason": null
|
30854
|
+
},
|
30855
|
+
{
|
30856
|
+
"name": "updatedAt",
|
30857
|
+
"description": null,
|
30858
|
+
"args": [],
|
30859
|
+
"type": {
|
30860
|
+
"kind": "SCALAR",
|
30861
|
+
"name": "DateTime",
|
30862
|
+
"ofType": null
|
30863
|
+
},
|
30864
|
+
"isDeprecated": false,
|
30865
|
+
"deprecationReason": null
|
30866
|
+
}
|
30867
|
+
],
|
30868
|
+
"inputFields": null,
|
30869
|
+
"interfaces": [],
|
30870
|
+
"enumValues": null,
|
30871
|
+
"possibleTypes": null
|
30872
|
+
},
|
30873
|
+
{
|
30874
|
+
"kind": "INPUT_OBJECT",
|
30875
|
+
"name": "FeatureAssociatedLatestPackages",
|
30876
|
+
"description": "Input for getting the associated latest packages for a feature",
|
30877
|
+
"fields": null,
|
30878
|
+
"inputFields": [
|
30879
|
+
{
|
30880
|
+
"name": "environmentId",
|
30881
|
+
"description": "The unique identifier for the environment",
|
30882
|
+
"type": {
|
30883
|
+
"kind": "NON_NULL",
|
30884
|
+
"name": null,
|
30885
|
+
"ofType": {
|
30886
|
+
"kind": "SCALAR",
|
30887
|
+
"name": "String",
|
30888
|
+
"ofType": null
|
30889
|
+
}
|
30890
|
+
},
|
30891
|
+
"defaultValue": null,
|
30892
|
+
"isDeprecated": false,
|
30893
|
+
"deprecationReason": null
|
30894
|
+
},
|
30895
|
+
{
|
30896
|
+
"name": "featureId",
|
30897
|
+
"description": "The ID of the feature",
|
30898
|
+
"type": {
|
30899
|
+
"kind": "NON_NULL",
|
30900
|
+
"name": null,
|
30901
|
+
"ofType": {
|
30902
|
+
"kind": "SCALAR",
|
30903
|
+
"name": "String",
|
30904
|
+
"ofType": null
|
30905
|
+
}
|
30906
|
+
},
|
30907
|
+
"defaultValue": null,
|
30908
|
+
"isDeprecated": false,
|
30909
|
+
"deprecationReason": null
|
30910
|
+
}
|
30911
|
+
],
|
30912
|
+
"interfaces": null,
|
30913
|
+
"enumValues": null,
|
30914
|
+
"possibleTypes": null
|
30915
|
+
},
|
30916
|
+
{
|
30917
|
+
"kind": "OBJECT",
|
30918
|
+
"name": "FeatureConnection",
|
30919
|
+
"description": null,
|
30920
|
+
"fields": [
|
30921
|
+
{
|
30922
|
+
"name": "edges",
|
30923
|
+
"description": "Array of edges.",
|
30924
|
+
"args": [],
|
30925
|
+
"type": {
|
30926
|
+
"kind": "NON_NULL",
|
30927
|
+
"name": null,
|
30928
|
+
"ofType": {
|
30929
|
+
"kind": "LIST",
|
30930
|
+
"name": null,
|
30931
|
+
"ofType": {
|
30932
|
+
"kind": "NON_NULL",
|
30933
|
+
"name": null,
|
30934
|
+
"ofType": {
|
30935
|
+
"kind": "OBJECT",
|
30936
|
+
"name": "FeatureEdge",
|
30937
|
+
"ofType": null
|
30938
|
+
}
|
30939
|
+
}
|
30940
|
+
}
|
30941
|
+
},
|
30942
|
+
"isDeprecated": false,
|
30943
|
+
"deprecationReason": null
|
30944
|
+
},
|
30945
|
+
{
|
30946
|
+
"name": "pageInfo",
|
30947
|
+
"description": "Paging information",
|
30948
|
+
"args": [],
|
30949
|
+
"type": {
|
30950
|
+
"kind": "NON_NULL",
|
30951
|
+
"name": null,
|
30952
|
+
"ofType": {
|
30953
|
+
"kind": "OBJECT",
|
30954
|
+
"name": "PageInfo",
|
30955
|
+
"ofType": null
|
30956
|
+
}
|
30957
|
+
},
|
30958
|
+
"isDeprecated": false,
|
30959
|
+
"deprecationReason": null
|
30960
|
+
},
|
30961
|
+
{
|
30962
|
+
"name": "totalCount",
|
30963
|
+
"description": "Fetch total count of records",
|
30964
|
+
"args": [],
|
30965
|
+
"type": {
|
30966
|
+
"kind": "NON_NULL",
|
30967
|
+
"name": null,
|
30968
|
+
"ofType": {
|
30969
|
+
"kind": "SCALAR",
|
30970
|
+
"name": "Int",
|
30971
|
+
"ofType": null
|
30972
|
+
}
|
30973
|
+
},
|
30974
|
+
"isDeprecated": false,
|
30975
|
+
"deprecationReason": null
|
30976
|
+
}
|
30977
|
+
],
|
30978
|
+
"inputFields": null,
|
30979
|
+
"interfaces": [],
|
30980
|
+
"enumValues": null,
|
30981
|
+
"possibleTypes": null
|
30982
|
+
},
|
30983
|
+
{
|
30984
|
+
"kind": "OBJECT",
|
30985
|
+
"name": "FeatureCountAggregate",
|
30986
|
+
"description": null,
|
30987
|
+
"fields": [
|
30988
|
+
{
|
30989
|
+
"name": "createdAt",
|
30990
|
+
"description": null,
|
30991
|
+
"args": [],
|
30992
|
+
"type": {
|
30993
|
+
"kind": "SCALAR",
|
30994
|
+
"name": "Int",
|
30995
|
+
"ofType": null
|
30996
|
+
},
|
30997
|
+
"isDeprecated": false,
|
30998
|
+
"deprecationReason": null
|
30999
|
+
},
|
31000
|
+
{
|
31001
|
+
"name": "description",
|
31002
|
+
"description": null,
|
31003
|
+
"args": [],
|
31004
|
+
"type": {
|
31005
|
+
"kind": "SCALAR",
|
31006
|
+
"name": "Int",
|
31007
|
+
"ofType": null
|
31008
|
+
},
|
31009
|
+
"isDeprecated": false,
|
31010
|
+
"deprecationReason": null
|
31011
|
+
},
|
31012
|
+
{
|
31013
|
+
"name": "displayName",
|
31014
|
+
"description": null,
|
31015
|
+
"args": [],
|
31016
|
+
"type": {
|
31017
|
+
"kind": "SCALAR",
|
31018
|
+
"name": "Int",
|
31019
|
+
"ofType": null
|
31020
|
+
},
|
31021
|
+
"isDeprecated": false,
|
31022
|
+
"deprecationReason": null
|
31023
|
+
},
|
31024
|
+
{
|
31025
|
+
"name": "environmentId",
|
31026
|
+
"description": null,
|
31027
|
+
"args": [],
|
31028
|
+
"type": {
|
31029
|
+
"kind": "SCALAR",
|
31030
|
+
"name": "Int",
|
31031
|
+
"ofType": null
|
31032
|
+
},
|
31033
|
+
"isDeprecated": false,
|
31034
|
+
"deprecationReason": null
|
31035
|
+
},
|
31036
|
+
{
|
31037
|
+
"name": "featureStatus",
|
31038
|
+
"description": null,
|
31039
|
+
"args": [],
|
31040
|
+
"type": {
|
31041
|
+
"kind": "SCALAR",
|
31042
|
+
"name": "Int",
|
31043
|
+
"ofType": null
|
31044
|
+
},
|
31045
|
+
"isDeprecated": false,
|
31046
|
+
"deprecationReason": null
|
31047
|
+
},
|
31048
|
+
{
|
31049
|
+
"name": "featureType",
|
31050
|
+
"description": null,
|
31051
|
+
"args": [],
|
31052
|
+
"type": {
|
31053
|
+
"kind": "SCALAR",
|
31054
|
+
"name": "Int",
|
31055
|
+
"ofType": null
|
31056
|
+
},
|
31057
|
+
"isDeprecated": false,
|
31058
|
+
"deprecationReason": null
|
31059
|
+
},
|
31060
|
+
{
|
31061
|
+
"name": "id",
|
31062
|
+
"description": null,
|
31063
|
+
"args": [],
|
31064
|
+
"type": {
|
31065
|
+
"kind": "SCALAR",
|
31066
|
+
"name": "Int",
|
31067
|
+
"ofType": null
|
31068
|
+
},
|
31069
|
+
"isDeprecated": false,
|
31070
|
+
"deprecationReason": null
|
31071
|
+
},
|
31072
|
+
{
|
31073
|
+
"name": "meterType",
|
31074
|
+
"description": null,
|
31075
|
+
"args": [],
|
31076
|
+
"type": {
|
31077
|
+
"kind": "SCALAR",
|
31078
|
+
"name": "Int",
|
31079
|
+
"ofType": null
|
31080
|
+
},
|
31081
|
+
"isDeprecated": false,
|
31082
|
+
"deprecationReason": null
|
31083
|
+
},
|
31084
|
+
{
|
31085
|
+
"name": "refId",
|
31086
|
+
"description": null,
|
31087
|
+
"args": [],
|
31088
|
+
"type": {
|
31089
|
+
"kind": "SCALAR",
|
31090
|
+
"name": "Int",
|
31091
|
+
"ofType": null
|
31092
|
+
},
|
31093
|
+
"isDeprecated": false,
|
31094
|
+
"deprecationReason": null
|
31095
|
+
},
|
31096
|
+
{
|
31097
|
+
"name": "updatedAt",
|
31098
|
+
"description": null,
|
31099
|
+
"args": [],
|
31100
|
+
"type": {
|
31101
|
+
"kind": "SCALAR",
|
31102
|
+
"name": "Int",
|
31103
|
+
"ofType": null
|
31104
|
+
},
|
31105
|
+
"isDeprecated": false,
|
31106
|
+
"deprecationReason": null
|
31107
|
+
}
|
31108
|
+
],
|
31109
|
+
"inputFields": null,
|
31110
|
+
"interfaces": [],
|
31111
|
+
"enumValues": null,
|
31112
|
+
"possibleTypes": null
|
31113
|
+
},
|
31114
|
+
{
|
31115
|
+
"kind": "OBJECT",
|
31116
|
+
"name": "FeatureEdge",
|
31117
|
+
"description": null,
|
31118
|
+
"fields": [
|
31119
|
+
{
|
31120
|
+
"name": "cursor",
|
31121
|
+
"description": "Cursor for this node.",
|
31122
|
+
"args": [],
|
31123
|
+
"type": {
|
31124
|
+
"kind": "NON_NULL",
|
31125
|
+
"name": null,
|
31126
|
+
"ofType": {
|
31127
|
+
"kind": "SCALAR",
|
31128
|
+
"name": "ConnectionCursor",
|
31129
|
+
"ofType": null
|
31130
|
+
}
|
31131
|
+
},
|
31132
|
+
"isDeprecated": false,
|
31133
|
+
"deprecationReason": null
|
31134
|
+
},
|
31135
|
+
{
|
31136
|
+
"name": "node",
|
31137
|
+
"description": "The node containing the Feature",
|
31138
|
+
"args": [],
|
31139
|
+
"type": {
|
31140
|
+
"kind": "NON_NULL",
|
31141
|
+
"name": null,
|
31142
|
+
"ofType": {
|
31143
|
+
"kind": "OBJECT",
|
31144
|
+
"name": "Feature",
|
31145
|
+
"ofType": null
|
31146
|
+
}
|
31147
|
+
},
|
31148
|
+
"isDeprecated": false,
|
31149
|
+
"deprecationReason": null
|
31150
|
+
}
|
31151
|
+
],
|
31152
|
+
"inputFields": null,
|
31153
|
+
"interfaces": [],
|
31154
|
+
"enumValues": null,
|
31155
|
+
"possibleTypes": null
|
31156
|
+
},
|
31157
|
+
{
|
31158
|
+
"kind": "INPUT_OBJECT",
|
31159
|
+
"name": "FeatureFilter",
|
31160
|
+
"description": null,
|
31161
|
+
"fields": null,
|
31162
|
+
"inputFields": [
|
31163
|
+
{
|
31164
|
+
"name": "and",
|
31165
|
+
"description": null,
|
31166
|
+
"type": {
|
31167
|
+
"kind": "LIST",
|
31168
|
+
"name": null,
|
31169
|
+
"ofType": {
|
31170
|
+
"kind": "NON_NULL",
|
31171
|
+
"name": null,
|
31172
|
+
"ofType": {
|
31173
|
+
"kind": "INPUT_OBJECT",
|
31174
|
+
"name": "FeatureFilter",
|
31175
|
+
"ofType": null
|
31176
|
+
}
|
31177
|
+
}
|
31178
|
+
},
|
31179
|
+
"defaultValue": null,
|
31180
|
+
"isDeprecated": false,
|
31181
|
+
"deprecationReason": null
|
31182
|
+
},
|
31183
|
+
{
|
31184
|
+
"name": "createdAt",
|
31185
|
+
"description": null,
|
31186
|
+
"type": {
|
31187
|
+
"kind": "INPUT_OBJECT",
|
31188
|
+
"name": "DateFieldComparison",
|
31189
|
+
"ofType": null
|
31190
|
+
},
|
31191
|
+
"defaultValue": null,
|
31192
|
+
"isDeprecated": false,
|
31193
|
+
"deprecationReason": null
|
31194
|
+
},
|
31195
|
+
{
|
31196
|
+
"name": "description",
|
31197
|
+
"description": null,
|
31198
|
+
"type": {
|
31199
|
+
"kind": "INPUT_OBJECT",
|
31200
|
+
"name": "StringFieldComparison",
|
31201
|
+
"ofType": null
|
31202
|
+
},
|
31203
|
+
"defaultValue": null,
|
31204
|
+
"isDeprecated": false,
|
31205
|
+
"deprecationReason": null
|
31206
|
+
},
|
31207
|
+
{
|
31208
|
+
"name": "displayName",
|
31209
|
+
"description": null,
|
31210
|
+
"type": {
|
31211
|
+
"kind": "INPUT_OBJECT",
|
31212
|
+
"name": "StringFieldComparison",
|
31213
|
+
"ofType": null
|
31214
|
+
},
|
31215
|
+
"defaultValue": null,
|
31216
|
+
"isDeprecated": false,
|
31217
|
+
"deprecationReason": null
|
31218
|
+
},
|
31219
|
+
{
|
31220
|
+
"name": "environmentId",
|
31221
|
+
"description": null,
|
31222
|
+
"type": {
|
31223
|
+
"kind": "INPUT_OBJECT",
|
31224
|
+
"name": "StringFieldComparison",
|
31225
|
+
"ofType": null
|
31226
|
+
},
|
31227
|
+
"defaultValue": null,
|
31228
|
+
"isDeprecated": false,
|
31229
|
+
"deprecationReason": null
|
31230
|
+
},
|
31231
|
+
{
|
31232
|
+
"name": "featureStatus",
|
31233
|
+
"description": null,
|
31234
|
+
"type": {
|
31235
|
+
"kind": "INPUT_OBJECT",
|
31236
|
+
"name": "FeatureStatusFilterComparison",
|
31237
|
+
"ofType": null
|
31238
|
+
},
|
31239
|
+
"defaultValue": null,
|
31240
|
+
"isDeprecated": false,
|
31241
|
+
"deprecationReason": null
|
31242
|
+
},
|
31243
|
+
{
|
31244
|
+
"name": "featureType",
|
31245
|
+
"description": null,
|
31246
|
+
"type": {
|
31247
|
+
"kind": "INPUT_OBJECT",
|
31248
|
+
"name": "FeatureTypeFilterComparison",
|
31249
|
+
"ofType": null
|
31250
|
+
},
|
31251
|
+
"defaultValue": null,
|
31252
|
+
"isDeprecated": false,
|
31253
|
+
"deprecationReason": null
|
31254
|
+
},
|
31255
|
+
{
|
31256
|
+
"name": "id",
|
31257
|
+
"description": null,
|
31258
|
+
"type": {
|
31259
|
+
"kind": "INPUT_OBJECT",
|
31260
|
+
"name": "StringFieldComparison",
|
31261
|
+
"ofType": null
|
31262
|
+
},
|
31263
|
+
"defaultValue": null,
|
31264
|
+
"isDeprecated": false,
|
31265
|
+
"deprecationReason": null
|
31266
|
+
},
|
31267
|
+
{
|
31268
|
+
"name": "meterType",
|
31269
|
+
"description": null,
|
31270
|
+
"type": {
|
31271
|
+
"kind": "INPUT_OBJECT",
|
31272
|
+
"name": "MeterTypeFilterComparison",
|
31273
|
+
"ofType": null
|
31274
|
+
},
|
31275
|
+
"defaultValue": null,
|
31276
|
+
"isDeprecated": false,
|
31277
|
+
"deprecationReason": null
|
31278
|
+
},
|
31279
|
+
{
|
31280
|
+
"name": "or",
|
31281
|
+
"description": null,
|
31282
|
+
"type": {
|
31283
|
+
"kind": "LIST",
|
31284
|
+
"name": null,
|
31285
|
+
"ofType": {
|
31286
|
+
"kind": "NON_NULL",
|
31287
|
+
"name": null,
|
31288
|
+
"ofType": {
|
31289
|
+
"kind": "INPUT_OBJECT",
|
31290
|
+
"name": "FeatureFilter",
|
31291
|
+
"ofType": null
|
31292
|
+
}
|
31293
|
+
}
|
31294
|
+
},
|
31295
|
+
"defaultValue": null,
|
31296
|
+
"isDeprecated": false,
|
31297
|
+
"deprecationReason": null
|
31298
|
+
},
|
31299
|
+
{
|
31300
|
+
"name": "refId",
|
31301
|
+
"description": null,
|
31302
|
+
"type": {
|
31303
|
+
"kind": "INPUT_OBJECT",
|
31304
|
+
"name": "StringFieldComparison",
|
31305
|
+
"ofType": null
|
31306
|
+
},
|
31307
|
+
"defaultValue": null,
|
31308
|
+
"isDeprecated": false,
|
31309
|
+
"deprecationReason": null
|
31310
|
+
},
|
31311
|
+
{
|
31312
|
+
"name": "updatedAt",
|
31313
|
+
"description": null,
|
31314
|
+
"type": {
|
31315
|
+
"kind": "INPUT_OBJECT",
|
31316
|
+
"name": "DateFieldComparison",
|
31317
|
+
"ofType": null
|
31318
|
+
},
|
31319
|
+
"defaultValue": null,
|
31320
|
+
"isDeprecated": false,
|
31321
|
+
"deprecationReason": null
|
31322
|
+
}
|
31323
|
+
],
|
31324
|
+
"interfaces": null,
|
31325
|
+
"enumValues": null,
|
31326
|
+
"possibleTypes": null
|
31327
|
+
},
|
31328
|
+
{
|
31329
|
+
"kind": "OBJECT",
|
31330
|
+
"name": "FeatureGroup",
|
31331
|
+
"description": "A set of features grouped together",
|
31332
|
+
"fields": [
|
31333
|
+
{
|
31334
|
+
"name": "createdAt",
|
31335
|
+
"description": "Timestamp of when the record was created",
|
31336
|
+
"args": [],
|
31337
|
+
"type": {
|
31338
|
+
"kind": "NON_NULL",
|
31339
|
+
"name": null,
|
31340
|
+
"ofType": {
|
31341
|
+
"kind": "SCALAR",
|
31342
|
+
"name": "DateTime",
|
31343
|
+
"ofType": null
|
31344
|
+
}
|
31345
|
+
},
|
31346
|
+
"isDeprecated": false,
|
31347
|
+
"deprecationReason": null
|
31348
|
+
},
|
31349
|
+
{
|
31350
|
+
"name": "description",
|
31351
|
+
"description": "The description of the feature group",
|
31352
|
+
"args": [],
|
31353
|
+
"type": {
|
31354
|
+
"kind": "SCALAR",
|
31355
|
+
"name": "String",
|
31356
|
+
"ofType": null
|
31357
|
+
},
|
31358
|
+
"isDeprecated": false,
|
31359
|
+
"deprecationReason": null
|
31360
|
+
},
|
31361
|
+
{
|
31362
|
+
"name": "displayName",
|
31363
|
+
"description": "The display name of the feature group",
|
31364
|
+
"args": [],
|
31365
|
+
"type": {
|
31366
|
+
"kind": "NON_NULL",
|
31367
|
+
"name": null,
|
31368
|
+
"ofType": {
|
31369
|
+
"kind": "SCALAR",
|
31370
|
+
"name": "String",
|
31371
|
+
"ofType": null
|
31372
|
+
}
|
31373
|
+
},
|
31374
|
+
"isDeprecated": false,
|
31375
|
+
"deprecationReason": null
|
31376
|
+
},
|
31377
|
+
{
|
31378
|
+
"name": "environmentId",
|
31379
|
+
"description": "The unique identifier for the environment",
|
31380
|
+
"args": [],
|
31381
|
+
"type": {
|
31382
|
+
"kind": "NON_NULL",
|
31383
|
+
"name": null,
|
31384
|
+
"ofType": {
|
31385
|
+
"kind": "SCALAR",
|
31386
|
+
"name": "UUID",
|
31387
|
+
"ofType": null
|
31388
|
+
}
|
31389
|
+
},
|
31390
|
+
"isDeprecated": false,
|
31391
|
+
"deprecationReason": null
|
31392
|
+
},
|
31393
|
+
{
|
31394
|
+
"name": "featureGroupId",
|
31395
|
+
"description": "The feature group id",
|
31396
|
+
"args": [],
|
31397
|
+
"type": {
|
31398
|
+
"kind": "NON_NULL",
|
31399
|
+
"name": null,
|
31400
|
+
"ofType": {
|
31401
|
+
"kind": "SCALAR",
|
31402
|
+
"name": "String",
|
31403
|
+
"ofType": null
|
31404
|
+
}
|
31405
|
+
},
|
31406
|
+
"isDeprecated": false,
|
31407
|
+
"deprecationReason": null
|
31408
|
+
},
|
31409
|
+
{
|
31410
|
+
"name": "features",
|
31411
|
+
"description": "The features in the feature group",
|
31412
|
+
"args": [],
|
31413
|
+
"type": {
|
31414
|
+
"kind": "NON_NULL",
|
31415
|
+
"name": null,
|
31416
|
+
"ofType": {
|
31417
|
+
"kind": "LIST",
|
31418
|
+
"name": null,
|
31419
|
+
"ofType": {
|
31420
|
+
"kind": "NON_NULL",
|
31421
|
+
"name": null,
|
31422
|
+
"ofType": {
|
31423
|
+
"kind": "OBJECT",
|
31424
|
+
"name": "Feature",
|
31425
|
+
"ofType": null
|
31426
|
+
}
|
31427
|
+
}
|
31428
|
+
}
|
31429
|
+
},
|
31430
|
+
"isDeprecated": false,
|
31431
|
+
"deprecationReason": null
|
31432
|
+
},
|
31433
|
+
{
|
31434
|
+
"name": "id",
|
31435
|
+
"description": "The internal id of the feature group",
|
31436
|
+
"args": [],
|
31437
|
+
"type": {
|
31438
|
+
"kind": "NON_NULL",
|
31439
|
+
"name": null,
|
31440
|
+
"ofType": {
|
31441
|
+
"kind": "SCALAR",
|
31442
|
+
"name": "UUID",
|
31443
|
+
"ofType": null
|
31444
|
+
}
|
31445
|
+
},
|
31446
|
+
"isDeprecated": false,
|
31447
|
+
"deprecationReason": null
|
31448
|
+
},
|
31449
|
+
{
|
31450
|
+
"name": "isLatest",
|
31451
|
+
"description": "Indicates if this is the latest version of the feature group",
|
31452
|
+
"args": [],
|
31453
|
+
"type": {
|
31454
|
+
"kind": "NON_NULL",
|
31455
|
+
"name": null,
|
31456
|
+
"ofType": {
|
31457
|
+
"kind": "SCALAR",
|
31458
|
+
"name": "Boolean",
|
31459
|
+
"ofType": null
|
31460
|
+
}
|
31461
|
+
},
|
31462
|
+
"isDeprecated": false,
|
31463
|
+
"deprecationReason": null
|
31464
|
+
},
|
31465
|
+
{
|
31466
|
+
"name": "status",
|
31467
|
+
"description": "The status of the feature group (published, archived)",
|
31468
|
+
"args": [],
|
31469
|
+
"type": {
|
31470
|
+
"kind": "NON_NULL",
|
31471
|
+
"name": null,
|
31472
|
+
"ofType": {
|
31473
|
+
"kind": "ENUM",
|
31474
|
+
"name": "FeatureGroupStatus",
|
31475
|
+
"ofType": null
|
31476
|
+
}
|
31477
|
+
},
|
31478
|
+
"isDeprecated": false,
|
31479
|
+
"deprecationReason": null
|
31480
|
+
},
|
31481
|
+
{
|
31482
|
+
"name": "updatedAt",
|
31483
|
+
"description": "Timestamp of when the record was last updated",
|
31484
|
+
"args": [],
|
31485
|
+
"type": {
|
31486
|
+
"kind": "NON_NULL",
|
31487
|
+
"name": null,
|
31488
|
+
"ofType": {
|
31489
|
+
"kind": "SCALAR",
|
31490
|
+
"name": "DateTime",
|
31491
|
+
"ofType": null
|
31492
|
+
}
|
31493
|
+
},
|
31494
|
+
"isDeprecated": false,
|
31495
|
+
"deprecationReason": null
|
31496
|
+
},
|
31497
|
+
{
|
31498
|
+
"name": "versionNumber",
|
31499
|
+
"description": "The version number of the feature group",
|
31500
|
+
"args": [],
|
31501
|
+
"type": {
|
31502
|
+
"kind": "NON_NULL",
|
31503
|
+
"name": null,
|
31504
|
+
"ofType": {
|
31505
|
+
"kind": "SCALAR",
|
31506
|
+
"name": "Int",
|
31507
|
+
"ofType": null
|
31508
|
+
}
|
31509
|
+
},
|
31510
|
+
"isDeprecated": false,
|
31511
|
+
"deprecationReason": null
|
31512
|
+
}
|
31513
|
+
],
|
31514
|
+
"inputFields": null,
|
31515
|
+
"interfaces": [],
|
31516
|
+
"enumValues": null,
|
31517
|
+
"possibleTypes": null
|
31518
|
+
},
|
31519
|
+
{
|
31520
|
+
"kind": "OBJECT",
|
31521
|
+
"name": "FeatureGroupAggregateGroupBy",
|
31522
|
+
"description": null,
|
31523
|
+
"fields": [
|
31524
|
+
{
|
31525
|
+
"name": "createdAt",
|
31526
|
+
"description": null,
|
31527
|
+
"args": [],
|
31528
|
+
"type": {
|
31529
|
+
"kind": "SCALAR",
|
31530
|
+
"name": "DateTime",
|
31531
|
+
"ofType": null
|
31532
|
+
},
|
31533
|
+
"isDeprecated": false,
|
31534
|
+
"deprecationReason": null
|
31535
|
+
},
|
31536
|
+
{
|
31537
|
+
"name": "displayName",
|
31538
|
+
"description": null,
|
31539
|
+
"args": [],
|
31540
|
+
"type": {
|
31541
|
+
"kind": "SCALAR",
|
31542
|
+
"name": "String",
|
31543
|
+
"ofType": null
|
31544
|
+
},
|
31545
|
+
"isDeprecated": false,
|
31546
|
+
"deprecationReason": null
|
31547
|
+
},
|
31548
|
+
{
|
31549
|
+
"name": "environmentId",
|
31550
|
+
"description": null,
|
31551
|
+
"args": [],
|
31552
|
+
"type": {
|
31553
|
+
"kind": "SCALAR",
|
31554
|
+
"name": "UUID",
|
31555
|
+
"ofType": null
|
31556
|
+
},
|
31557
|
+
"isDeprecated": false,
|
31558
|
+
"deprecationReason": null
|
31559
|
+
},
|
31560
|
+
{
|
31561
|
+
"name": "featureGroupId",
|
31562
|
+
"description": null,
|
31563
|
+
"args": [],
|
31564
|
+
"type": {
|
31565
|
+
"kind": "SCALAR",
|
31566
|
+
"name": "String",
|
31567
|
+
"ofType": null
|
31568
|
+
},
|
31569
|
+
"isDeprecated": false,
|
31570
|
+
"deprecationReason": null
|
31571
|
+
},
|
31572
|
+
{
|
31573
|
+
"name": "id",
|
31574
|
+
"description": null,
|
31575
|
+
"args": [],
|
31576
|
+
"type": {
|
31577
|
+
"kind": "SCALAR",
|
31578
|
+
"name": "UUID",
|
31579
|
+
"ofType": null
|
31580
|
+
},
|
31581
|
+
"isDeprecated": false,
|
31582
|
+
"deprecationReason": null
|
31583
|
+
},
|
31584
|
+
{
|
31585
|
+
"name": "isLatest",
|
31586
|
+
"description": null,
|
31587
|
+
"args": [],
|
31588
|
+
"type": {
|
31589
|
+
"kind": "SCALAR",
|
31590
|
+
"name": "Boolean",
|
31591
|
+
"ofType": null
|
31592
|
+
},
|
31593
|
+
"isDeprecated": false,
|
31594
|
+
"deprecationReason": null
|
31595
|
+
},
|
31596
|
+
{
|
31597
|
+
"name": "status",
|
31598
|
+
"description": null,
|
31599
|
+
"args": [],
|
31600
|
+
"type": {
|
31601
|
+
"kind": "ENUM",
|
31602
|
+
"name": "FeatureGroupStatus",
|
31603
|
+
"ofType": null
|
31604
|
+
},
|
31605
|
+
"isDeprecated": false,
|
31606
|
+
"deprecationReason": null
|
31607
|
+
},
|
31608
|
+
{
|
31609
|
+
"name": "updatedAt",
|
31610
|
+
"description": null,
|
31611
|
+
"args": [],
|
31612
|
+
"type": {
|
31613
|
+
"kind": "SCALAR",
|
31614
|
+
"name": "DateTime",
|
31615
|
+
"ofType": null
|
31616
|
+
},
|
31617
|
+
"isDeprecated": false,
|
31618
|
+
"deprecationReason": null
|
31619
|
+
},
|
31620
|
+
{
|
31621
|
+
"name": "versionNumber",
|
31622
|
+
"description": null,
|
31623
|
+
"args": [],
|
31624
|
+
"type": {
|
31625
|
+
"kind": "SCALAR",
|
31626
|
+
"name": "Int",
|
31627
|
+
"ofType": null
|
31628
|
+
},
|
31629
|
+
"isDeprecated": false,
|
31630
|
+
"deprecationReason": null
|
31631
|
+
}
|
31632
|
+
],
|
31633
|
+
"inputFields": null,
|
31634
|
+
"interfaces": [],
|
31635
|
+
"enumValues": null,
|
31636
|
+
"possibleTypes": null
|
31637
|
+
},
|
31638
|
+
{
|
31639
|
+
"kind": "OBJECT",
|
31640
|
+
"name": "FeatureGroupAvgAggregate",
|
31641
|
+
"description": null,
|
31642
|
+
"fields": [
|
31643
|
+
{
|
31644
|
+
"name": "versionNumber",
|
31645
|
+
"description": null,
|
31646
|
+
"args": [],
|
31647
|
+
"type": {
|
31648
|
+
"kind": "SCALAR",
|
31649
|
+
"name": "Float",
|
31650
|
+
"ofType": null
|
31651
|
+
},
|
31652
|
+
"isDeprecated": false,
|
31653
|
+
"deprecationReason": null
|
31654
|
+
}
|
31655
|
+
],
|
31656
|
+
"inputFields": null,
|
31657
|
+
"interfaces": [],
|
31658
|
+
"enumValues": null,
|
31659
|
+
"possibleTypes": null
|
31660
|
+
},
|
31661
|
+
{
|
31662
|
+
"kind": "OBJECT",
|
31663
|
+
"name": "FeatureGroupConnection",
|
31664
|
+
"description": null,
|
31665
|
+
"fields": [
|
31666
|
+
{
|
31667
|
+
"name": "edges",
|
31668
|
+
"description": "Array of edges.",
|
31669
|
+
"args": [],
|
31670
|
+
"type": {
|
31671
|
+
"kind": "NON_NULL",
|
31672
|
+
"name": null,
|
31673
|
+
"ofType": {
|
31674
|
+
"kind": "LIST",
|
31675
|
+
"name": null,
|
31676
|
+
"ofType": {
|
31677
|
+
"kind": "NON_NULL",
|
31678
|
+
"name": null,
|
31679
|
+
"ofType": {
|
31680
|
+
"kind": "OBJECT",
|
31681
|
+
"name": "FeatureGroupEdge",
|
31682
|
+
"ofType": null
|
31683
|
+
}
|
31684
|
+
}
|
31685
|
+
}
|
31686
|
+
},
|
31687
|
+
"isDeprecated": false,
|
31688
|
+
"deprecationReason": null
|
31689
|
+
},
|
31690
|
+
{
|
31691
|
+
"name": "pageInfo",
|
31692
|
+
"description": "Paging information",
|
31693
|
+
"args": [],
|
31694
|
+
"type": {
|
31695
|
+
"kind": "NON_NULL",
|
31696
|
+
"name": null,
|
31697
|
+
"ofType": {
|
31698
|
+
"kind": "OBJECT",
|
31699
|
+
"name": "PageInfo",
|
31700
|
+
"ofType": null
|
31701
|
+
}
|
31702
|
+
},
|
31703
|
+
"isDeprecated": false,
|
31704
|
+
"deprecationReason": null
|
31705
|
+
},
|
31706
|
+
{
|
31707
|
+
"name": "totalCount",
|
31708
|
+
"description": "Fetch total count of records",
|
31709
|
+
"args": [],
|
31710
|
+
"type": {
|
31711
|
+
"kind": "NON_NULL",
|
31712
|
+
"name": null,
|
31713
|
+
"ofType": {
|
31714
|
+
"kind": "SCALAR",
|
31715
|
+
"name": "Int",
|
31716
|
+
"ofType": null
|
31717
|
+
}
|
31718
|
+
},
|
31719
|
+
"isDeprecated": false,
|
31720
|
+
"deprecationReason": null
|
31721
|
+
}
|
31722
|
+
],
|
31723
|
+
"inputFields": null,
|
31724
|
+
"interfaces": [],
|
31725
|
+
"enumValues": null,
|
31726
|
+
"possibleTypes": null
|
31727
|
+
},
|
31728
|
+
{
|
31729
|
+
"kind": "OBJECT",
|
31730
|
+
"name": "FeatureGroupCountAggregate",
|
31731
|
+
"description": null,
|
31732
|
+
"fields": [
|
31733
|
+
{
|
31734
|
+
"name": "createdAt",
|
31735
|
+
"description": null,
|
31736
|
+
"args": [],
|
31737
|
+
"type": {
|
31738
|
+
"kind": "SCALAR",
|
31739
|
+
"name": "Int",
|
31740
|
+
"ofType": null
|
31741
|
+
},
|
31742
|
+
"isDeprecated": false,
|
31743
|
+
"deprecationReason": null
|
31744
|
+
},
|
31745
|
+
{
|
31746
|
+
"name": "displayName",
|
31747
|
+
"description": null,
|
31748
|
+
"args": [],
|
31749
|
+
"type": {
|
31750
|
+
"kind": "SCALAR",
|
31751
|
+
"name": "Int",
|
31752
|
+
"ofType": null
|
31753
|
+
},
|
31754
|
+
"isDeprecated": false,
|
31755
|
+
"deprecationReason": null
|
31756
|
+
},
|
31757
|
+
{
|
31758
|
+
"name": "environmentId",
|
31759
|
+
"description": null,
|
31760
|
+
"args": [],
|
31761
|
+
"type": {
|
31762
|
+
"kind": "SCALAR",
|
31763
|
+
"name": "Int",
|
31764
|
+
"ofType": null
|
31765
|
+
},
|
31766
|
+
"isDeprecated": false,
|
31767
|
+
"deprecationReason": null
|
31768
|
+
},
|
31769
|
+
{
|
31770
|
+
"name": "featureGroupId",
|
31771
|
+
"description": null,
|
31772
|
+
"args": [],
|
31773
|
+
"type": {
|
31774
|
+
"kind": "SCALAR",
|
31775
|
+
"name": "Int",
|
31776
|
+
"ofType": null
|
31777
|
+
},
|
31778
|
+
"isDeprecated": false,
|
31779
|
+
"deprecationReason": null
|
31780
|
+
},
|
31781
|
+
{
|
31782
|
+
"name": "id",
|
31783
|
+
"description": null,
|
31784
|
+
"args": [],
|
31785
|
+
"type": {
|
31786
|
+
"kind": "SCALAR",
|
31787
|
+
"name": "Int",
|
31788
|
+
"ofType": null
|
31789
|
+
},
|
31790
|
+
"isDeprecated": false,
|
31791
|
+
"deprecationReason": null
|
31792
|
+
},
|
31793
|
+
{
|
31794
|
+
"name": "isLatest",
|
31795
|
+
"description": null,
|
31796
|
+
"args": [],
|
31797
|
+
"type": {
|
31798
|
+
"kind": "SCALAR",
|
31799
|
+
"name": "Int",
|
31800
|
+
"ofType": null
|
31801
|
+
},
|
31802
|
+
"isDeprecated": false,
|
31803
|
+
"deprecationReason": null
|
31804
|
+
},
|
31805
|
+
{
|
31806
|
+
"name": "status",
|
31807
|
+
"description": null,
|
31808
|
+
"args": [],
|
31809
|
+
"type": {
|
31810
|
+
"kind": "SCALAR",
|
31811
|
+
"name": "Int",
|
31812
|
+
"ofType": null
|
31813
|
+
},
|
31814
|
+
"isDeprecated": false,
|
31815
|
+
"deprecationReason": null
|
31816
|
+
},
|
31817
|
+
{
|
31818
|
+
"name": "updatedAt",
|
31819
|
+
"description": null,
|
31820
|
+
"args": [],
|
31821
|
+
"type": {
|
31822
|
+
"kind": "SCALAR",
|
31823
|
+
"name": "Int",
|
31824
|
+
"ofType": null
|
31825
|
+
},
|
31826
|
+
"isDeprecated": false,
|
31827
|
+
"deprecationReason": null
|
31828
|
+
},
|
31829
|
+
{
|
31830
|
+
"name": "versionNumber",
|
31831
|
+
"description": null,
|
31832
|
+
"args": [],
|
31833
|
+
"type": {
|
31834
|
+
"kind": "SCALAR",
|
31835
|
+
"name": "Int",
|
31836
|
+
"ofType": null
|
31837
|
+
},
|
31838
|
+
"isDeprecated": false,
|
31839
|
+
"deprecationReason": null
|
31840
|
+
}
|
31841
|
+
],
|
31842
|
+
"inputFields": null,
|
31843
|
+
"interfaces": [],
|
31844
|
+
"enumValues": null,
|
31845
|
+
"possibleTypes": null
|
31846
|
+
},
|
31847
|
+
{
|
31848
|
+
"kind": "OBJECT",
|
31849
|
+
"name": "FeatureGroupEdge",
|
31850
|
+
"description": null,
|
31851
|
+
"fields": [
|
31852
|
+
{
|
31853
|
+
"name": "cursor",
|
31854
|
+
"description": "Cursor for this node.",
|
31855
|
+
"args": [],
|
31856
|
+
"type": {
|
31857
|
+
"kind": "NON_NULL",
|
31858
|
+
"name": null,
|
31859
|
+
"ofType": {
|
31860
|
+
"kind": "SCALAR",
|
31861
|
+
"name": "ConnectionCursor",
|
31862
|
+
"ofType": null
|
31863
|
+
}
|
31864
|
+
},
|
31865
|
+
"isDeprecated": false,
|
31866
|
+
"deprecationReason": null
|
31867
|
+
},
|
31868
|
+
{
|
31869
|
+
"name": "node",
|
31870
|
+
"description": "The node containing the FeatureGroup",
|
31871
|
+
"args": [],
|
31872
|
+
"type": {
|
31873
|
+
"kind": "NON_NULL",
|
31874
|
+
"name": null,
|
31875
|
+
"ofType": {
|
31876
|
+
"kind": "OBJECT",
|
31877
|
+
"name": "FeatureGroup",
|
31878
|
+
"ofType": null
|
31879
|
+
}
|
31880
|
+
},
|
31881
|
+
"isDeprecated": false,
|
31882
|
+
"deprecationReason": null
|
31883
|
+
}
|
31884
|
+
],
|
31885
|
+
"inputFields": null,
|
31886
|
+
"interfaces": [],
|
31887
|
+
"enumValues": null,
|
31888
|
+
"possibleTypes": null
|
31889
|
+
},
|
31890
|
+
{
|
31891
|
+
"kind": "INPUT_OBJECT",
|
31892
|
+
"name": "FeatureGroupFilter",
|
31893
|
+
"description": null,
|
31894
|
+
"fields": null,
|
31895
|
+
"inputFields": [
|
31896
|
+
{
|
31897
|
+
"name": "and",
|
31898
|
+
"description": null,
|
31899
|
+
"type": {
|
31900
|
+
"kind": "LIST",
|
31901
|
+
"name": null,
|
31902
|
+
"ofType": {
|
31903
|
+
"kind": "NON_NULL",
|
31904
|
+
"name": null,
|
31905
|
+
"ofType": {
|
31906
|
+
"kind": "INPUT_OBJECT",
|
31907
|
+
"name": "FeatureGroupFilter",
|
31908
|
+
"ofType": null
|
31909
|
+
}
|
31910
|
+
}
|
31911
|
+
},
|
31912
|
+
"defaultValue": null,
|
31913
|
+
"isDeprecated": false,
|
31914
|
+
"deprecationReason": null
|
31915
|
+
},
|
31916
|
+
{
|
31917
|
+
"name": "createdAt",
|
31918
|
+
"description": null,
|
31919
|
+
"type": {
|
31920
|
+
"kind": "INPUT_OBJECT",
|
31921
|
+
"name": "DateFieldComparison",
|
31922
|
+
"ofType": null
|
31923
|
+
},
|
31924
|
+
"defaultValue": null,
|
31925
|
+
"isDeprecated": false,
|
31926
|
+
"deprecationReason": null
|
31927
|
+
},
|
31928
|
+
{
|
31929
|
+
"name": "displayName",
|
31930
|
+
"description": null,
|
31931
|
+
"type": {
|
31932
|
+
"kind": "INPUT_OBJECT",
|
31933
|
+
"name": "StringFieldComparison",
|
31934
|
+
"ofType": null
|
31935
|
+
},
|
31936
|
+
"defaultValue": null,
|
31937
|
+
"isDeprecated": false,
|
31938
|
+
"deprecationReason": null
|
31939
|
+
},
|
31940
|
+
{
|
31941
|
+
"name": "environmentId",
|
31942
|
+
"description": null,
|
31943
|
+
"type": {
|
31944
|
+
"kind": "INPUT_OBJECT",
|
31945
|
+
"name": "UUIDFilterComparison",
|
31946
|
+
"ofType": null
|
31947
|
+
},
|
31948
|
+
"defaultValue": null,
|
31949
|
+
"isDeprecated": false,
|
31950
|
+
"deprecationReason": null
|
31951
|
+
},
|
31952
|
+
{
|
31953
|
+
"name": "featureGroupId",
|
31954
|
+
"description": null,
|
31955
|
+
"type": {
|
31956
|
+
"kind": "INPUT_OBJECT",
|
31957
|
+
"name": "StringFieldComparison",
|
31958
|
+
"ofType": null
|
31959
|
+
},
|
31960
|
+
"defaultValue": null,
|
31961
|
+
"isDeprecated": false,
|
31962
|
+
"deprecationReason": null
|
31963
|
+
},
|
31964
|
+
{
|
31965
|
+
"name": "id",
|
31966
|
+
"description": null,
|
31967
|
+
"type": {
|
31968
|
+
"kind": "INPUT_OBJECT",
|
31969
|
+
"name": "UUIDFilterComparison",
|
31970
|
+
"ofType": null
|
31971
|
+
},
|
31972
|
+
"defaultValue": null,
|
31973
|
+
"isDeprecated": false,
|
31974
|
+
"deprecationReason": null
|
31975
|
+
},
|
31976
|
+
{
|
31977
|
+
"name": "isLatest",
|
31978
|
+
"description": null,
|
31979
|
+
"type": {
|
31980
|
+
"kind": "INPUT_OBJECT",
|
31981
|
+
"name": "BooleanFieldComparison",
|
31982
|
+
"ofType": null
|
31983
|
+
},
|
31984
|
+
"defaultValue": null,
|
31985
|
+
"isDeprecated": false,
|
31986
|
+
"deprecationReason": null
|
31987
|
+
},
|
31988
|
+
{
|
31989
|
+
"name": "or",
|
31990
|
+
"description": null,
|
31991
|
+
"type": {
|
31992
|
+
"kind": "LIST",
|
31993
|
+
"name": null,
|
31994
|
+
"ofType": {
|
31995
|
+
"kind": "NON_NULL",
|
31996
|
+
"name": null,
|
31997
|
+
"ofType": {
|
31998
|
+
"kind": "INPUT_OBJECT",
|
31999
|
+
"name": "FeatureGroupFilter",
|
32000
|
+
"ofType": null
|
32001
|
+
}
|
32002
|
+
}
|
32003
|
+
},
|
32004
|
+
"defaultValue": null,
|
32005
|
+
"isDeprecated": false,
|
32006
|
+
"deprecationReason": null
|
32007
|
+
},
|
32008
|
+
{
|
32009
|
+
"name": "status",
|
32010
|
+
"description": null,
|
32011
|
+
"type": {
|
32012
|
+
"kind": "INPUT_OBJECT",
|
32013
|
+
"name": "FeatureGroupStatusFilterComparison",
|
32014
|
+
"ofType": null
|
32015
|
+
},
|
32016
|
+
"defaultValue": null,
|
32017
|
+
"isDeprecated": false,
|
32018
|
+
"deprecationReason": null
|
32019
|
+
},
|
32020
|
+
{
|
32021
|
+
"name": "updatedAt",
|
32022
|
+
"description": null,
|
32023
|
+
"type": {
|
32024
|
+
"kind": "INPUT_OBJECT",
|
32025
|
+
"name": "DateFieldComparison",
|
32026
|
+
"ofType": null
|
32027
|
+
},
|
32028
|
+
"defaultValue": null,
|
32029
|
+
"isDeprecated": false,
|
32030
|
+
"deprecationReason": null
|
32031
|
+
},
|
32032
|
+
{
|
32033
|
+
"name": "versionNumber",
|
32034
|
+
"description": null,
|
32035
|
+
"type": {
|
32036
|
+
"kind": "INPUT_OBJECT",
|
32037
|
+
"name": "IntFieldComparison",
|
32038
|
+
"ofType": null
|
32039
|
+
},
|
32040
|
+
"defaultValue": null,
|
32041
|
+
"isDeprecated": false,
|
32042
|
+
"deprecationReason": null
|
32043
|
+
}
|
32044
|
+
],
|
32045
|
+
"interfaces": null,
|
32046
|
+
"enumValues": null,
|
32047
|
+
"possibleTypes": null
|
32048
|
+
},
|
32049
|
+
{
|
32050
|
+
"kind": "OBJECT",
|
32051
|
+
"name": "FeatureGroupMaxAggregate",
|
32052
|
+
"description": null,
|
32053
|
+
"fields": [
|
32054
|
+
{
|
32055
|
+
"name": "createdAt",
|
32056
|
+
"description": null,
|
32057
|
+
"args": [],
|
32058
|
+
"type": {
|
32059
|
+
"kind": "SCALAR",
|
32060
|
+
"name": "DateTime",
|
32061
|
+
"ofType": null
|
32062
|
+
},
|
32063
|
+
"isDeprecated": false,
|
32064
|
+
"deprecationReason": null
|
32065
|
+
},
|
32066
|
+
{
|
32067
|
+
"name": "displayName",
|
32068
|
+
"description": null,
|
32069
|
+
"args": [],
|
32070
|
+
"type": {
|
32071
|
+
"kind": "SCALAR",
|
32072
|
+
"name": "String",
|
32073
|
+
"ofType": null
|
32074
|
+
},
|
32075
|
+
"isDeprecated": false,
|
32076
|
+
"deprecationReason": null
|
32077
|
+
},
|
32078
|
+
{
|
32079
|
+
"name": "environmentId",
|
32080
|
+
"description": null,
|
32081
|
+
"args": [],
|
32082
|
+
"type": {
|
32083
|
+
"kind": "SCALAR",
|
32084
|
+
"name": "UUID",
|
32085
|
+
"ofType": null
|
32086
|
+
},
|
32087
|
+
"isDeprecated": false,
|
32088
|
+
"deprecationReason": null
|
32089
|
+
},
|
32090
|
+
{
|
32091
|
+
"name": "featureGroupId",
|
32092
|
+
"description": null,
|
32093
|
+
"args": [],
|
32094
|
+
"type": {
|
32095
|
+
"kind": "SCALAR",
|
32096
|
+
"name": "String",
|
32097
|
+
"ofType": null
|
32098
|
+
},
|
32099
|
+
"isDeprecated": false,
|
32100
|
+
"deprecationReason": null
|
32101
|
+
},
|
32102
|
+
{
|
32103
|
+
"name": "id",
|
32104
|
+
"description": null,
|
32105
|
+
"args": [],
|
32106
|
+
"type": {
|
32107
|
+
"kind": "SCALAR",
|
32108
|
+
"name": "UUID",
|
32109
|
+
"ofType": null
|
32110
|
+
},
|
32111
|
+
"isDeprecated": false,
|
32112
|
+
"deprecationReason": null
|
32113
|
+
},
|
32114
|
+
{
|
32115
|
+
"name": "status",
|
32116
|
+
"description": null,
|
32117
|
+
"args": [],
|
32118
|
+
"type": {
|
32119
|
+
"kind": "ENUM",
|
32120
|
+
"name": "FeatureGroupStatus",
|
32121
|
+
"ofType": null
|
32122
|
+
},
|
32123
|
+
"isDeprecated": false,
|
32124
|
+
"deprecationReason": null
|
32125
|
+
},
|
32126
|
+
{
|
32127
|
+
"name": "updatedAt",
|
32128
|
+
"description": null,
|
32129
|
+
"args": [],
|
32130
|
+
"type": {
|
32131
|
+
"kind": "SCALAR",
|
32132
|
+
"name": "DateTime",
|
32133
|
+
"ofType": null
|
32134
|
+
},
|
32135
|
+
"isDeprecated": false,
|
32136
|
+
"deprecationReason": null
|
32137
|
+
},
|
32138
|
+
{
|
32139
|
+
"name": "versionNumber",
|
32140
|
+
"description": null,
|
32141
|
+
"args": [],
|
32142
|
+
"type": {
|
32143
|
+
"kind": "SCALAR",
|
32144
|
+
"name": "Int",
|
32145
|
+
"ofType": null
|
32146
|
+
},
|
32147
|
+
"isDeprecated": false,
|
32148
|
+
"deprecationReason": null
|
32149
|
+
}
|
32150
|
+
],
|
32151
|
+
"inputFields": null,
|
32152
|
+
"interfaces": [],
|
32153
|
+
"enumValues": null,
|
32154
|
+
"possibleTypes": null
|
32155
|
+
},
|
32156
|
+
{
|
32157
|
+
"kind": "OBJECT",
|
32158
|
+
"name": "FeatureGroupMinAggregate",
|
32159
|
+
"description": null,
|
32160
|
+
"fields": [
|
32161
|
+
{
|
32162
|
+
"name": "createdAt",
|
32163
|
+
"description": null,
|
32164
|
+
"args": [],
|
32165
|
+
"type": {
|
32166
|
+
"kind": "SCALAR",
|
32167
|
+
"name": "DateTime",
|
32168
|
+
"ofType": null
|
32169
|
+
},
|
32170
|
+
"isDeprecated": false,
|
32171
|
+
"deprecationReason": null
|
32172
|
+
},
|
32173
|
+
{
|
32174
|
+
"name": "displayName",
|
32175
|
+
"description": null,
|
32176
|
+
"args": [],
|
32177
|
+
"type": {
|
32178
|
+
"kind": "SCALAR",
|
32179
|
+
"name": "String",
|
32180
|
+
"ofType": null
|
32181
|
+
},
|
32182
|
+
"isDeprecated": false,
|
32183
|
+
"deprecationReason": null
|
32184
|
+
},
|
32185
|
+
{
|
32186
|
+
"name": "environmentId",
|
32187
|
+
"description": null,
|
32188
|
+
"args": [],
|
32189
|
+
"type": {
|
32190
|
+
"kind": "SCALAR",
|
32191
|
+
"name": "UUID",
|
30606
32192
|
"ofType": null
|
30607
32193
|
},
|
30608
32194
|
"isDeprecated": false,
|
30609
32195
|
"deprecationReason": null
|
30610
32196
|
},
|
30611
32197
|
{
|
30612
|
-
"name": "
|
32198
|
+
"name": "featureGroupId",
|
30613
32199
|
"description": null,
|
30614
32200
|
"args": [],
|
30615
32201
|
"type": {
|
30616
|
-
"kind": "
|
30617
|
-
"name": "
|
32202
|
+
"kind": "SCALAR",
|
32203
|
+
"name": "String",
|
30618
32204
|
"ofType": null
|
30619
32205
|
},
|
30620
32206
|
"isDeprecated": false,
|
@@ -30626,43 +32212,43 @@
|
|
30626
32212
|
"args": [],
|
30627
32213
|
"type": {
|
30628
32214
|
"kind": "SCALAR",
|
30629
|
-
"name": "
|
32215
|
+
"name": "UUID",
|
30630
32216
|
"ofType": null
|
30631
32217
|
},
|
30632
32218
|
"isDeprecated": false,
|
30633
32219
|
"deprecationReason": null
|
30634
32220
|
},
|
30635
32221
|
{
|
30636
|
-
"name": "
|
32222
|
+
"name": "status",
|
30637
32223
|
"description": null,
|
30638
32224
|
"args": [],
|
30639
32225
|
"type": {
|
30640
32226
|
"kind": "ENUM",
|
30641
|
-
"name": "
|
32227
|
+
"name": "FeatureGroupStatus",
|
30642
32228
|
"ofType": null
|
30643
32229
|
},
|
30644
32230
|
"isDeprecated": false,
|
30645
32231
|
"deprecationReason": null
|
30646
32232
|
},
|
30647
32233
|
{
|
30648
|
-
"name": "
|
32234
|
+
"name": "updatedAt",
|
30649
32235
|
"description": null,
|
30650
32236
|
"args": [],
|
30651
32237
|
"type": {
|
30652
32238
|
"kind": "SCALAR",
|
30653
|
-
"name": "
|
32239
|
+
"name": "DateTime",
|
30654
32240
|
"ofType": null
|
30655
32241
|
},
|
30656
32242
|
"isDeprecated": false,
|
30657
32243
|
"deprecationReason": null
|
30658
32244
|
},
|
30659
32245
|
{
|
30660
|
-
"name": "
|
32246
|
+
"name": "versionNumber",
|
30661
32247
|
"description": null,
|
30662
32248
|
"args": [],
|
30663
32249
|
"type": {
|
30664
32250
|
"kind": "SCALAR",
|
30665
|
-
"name": "
|
32251
|
+
"name": "Int",
|
30666
32252
|
"ofType": null
|
30667
32253
|
},
|
30668
32254
|
"isDeprecated": false,
|
@@ -30676,19 +32262,19 @@
|
|
30676
32262
|
},
|
30677
32263
|
{
|
30678
32264
|
"kind": "INPUT_OBJECT",
|
30679
|
-
"name": "
|
30680
|
-
"description":
|
32265
|
+
"name": "FeatureGroupSort",
|
32266
|
+
"description": null,
|
30681
32267
|
"fields": null,
|
30682
32268
|
"inputFields": [
|
30683
32269
|
{
|
30684
|
-
"name": "
|
30685
|
-
"description":
|
32270
|
+
"name": "direction",
|
32271
|
+
"description": null,
|
30686
32272
|
"type": {
|
30687
32273
|
"kind": "NON_NULL",
|
30688
32274
|
"name": null,
|
30689
32275
|
"ofType": {
|
30690
|
-
"kind": "
|
30691
|
-
"name": "
|
32276
|
+
"kind": "ENUM",
|
32277
|
+
"name": "SortDirection",
|
30692
32278
|
"ofType": null
|
30693
32279
|
}
|
30694
32280
|
},
|
@@ -30697,299 +32283,150 @@
|
|
30697
32283
|
"deprecationReason": null
|
30698
32284
|
},
|
30699
32285
|
{
|
30700
|
-
"name": "
|
30701
|
-
"description":
|
32286
|
+
"name": "field",
|
32287
|
+
"description": null,
|
30702
32288
|
"type": {
|
30703
32289
|
"kind": "NON_NULL",
|
30704
32290
|
"name": null,
|
30705
32291
|
"ofType": {
|
30706
|
-
"kind": "
|
30707
|
-
"name": "
|
32292
|
+
"kind": "ENUM",
|
32293
|
+
"name": "FeatureGroupSortFields",
|
30708
32294
|
"ofType": null
|
30709
32295
|
}
|
30710
32296
|
},
|
30711
32297
|
"defaultValue": null,
|
30712
32298
|
"isDeprecated": false,
|
30713
32299
|
"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
32300
|
},
|
30749
32301
|
{
|
30750
|
-
"name": "
|
30751
|
-
"description":
|
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": [],
|
32302
|
+
"name": "nulls",
|
32303
|
+
"description": null,
|
30769
32304
|
"type": {
|
30770
|
-
"kind": "
|
30771
|
-
"name":
|
30772
|
-
"ofType":
|
30773
|
-
"kind": "SCALAR",
|
30774
|
-
"name": "Int",
|
30775
|
-
"ofType": null
|
30776
|
-
}
|
32305
|
+
"kind": "ENUM",
|
32306
|
+
"name": "SortNulls",
|
32307
|
+
"ofType": null
|
30777
32308
|
},
|
32309
|
+
"defaultValue": null,
|
30778
32310
|
"isDeprecated": false,
|
30779
32311
|
"deprecationReason": null
|
30780
32312
|
}
|
30781
32313
|
],
|
30782
|
-
"
|
30783
|
-
"interfaces": [],
|
32314
|
+
"interfaces": null,
|
30784
32315
|
"enumValues": null,
|
30785
32316
|
"possibleTypes": null
|
30786
32317
|
},
|
30787
32318
|
{
|
30788
|
-
"kind": "
|
30789
|
-
"name": "
|
32319
|
+
"kind": "ENUM",
|
32320
|
+
"name": "FeatureGroupSortFields",
|
30790
32321
|
"description": null,
|
30791
|
-
"fields":
|
32322
|
+
"fields": null,
|
32323
|
+
"inputFields": null,
|
32324
|
+
"interfaces": null,
|
32325
|
+
"enumValues": [
|
30792
32326
|
{
|
30793
32327
|
"name": "createdAt",
|
30794
32328
|
"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
32329
|
"isDeprecated": false,
|
30814
32330
|
"deprecationReason": null
|
30815
32331
|
},
|
30816
32332
|
{
|
30817
32333
|
"name": "displayName",
|
30818
32334
|
"description": null,
|
30819
|
-
"args": [],
|
30820
|
-
"type": {
|
30821
|
-
"kind": "SCALAR",
|
30822
|
-
"name": "Int",
|
30823
|
-
"ofType": null
|
30824
|
-
},
|
30825
32335
|
"isDeprecated": false,
|
30826
32336
|
"deprecationReason": null
|
30827
32337
|
},
|
30828
32338
|
{
|
30829
32339
|
"name": "environmentId",
|
30830
32340
|
"description": null,
|
30831
|
-
"args": [],
|
30832
|
-
"type": {
|
30833
|
-
"kind": "SCALAR",
|
30834
|
-
"name": "Int",
|
30835
|
-
"ofType": null
|
30836
|
-
},
|
30837
32341
|
"isDeprecated": false,
|
30838
32342
|
"deprecationReason": null
|
30839
32343
|
},
|
30840
32344
|
{
|
30841
|
-
"name": "
|
32345
|
+
"name": "featureGroupId",
|
30842
32346
|
"description": null,
|
30843
|
-
"args": [],
|
30844
|
-
"type": {
|
30845
|
-
"kind": "SCALAR",
|
30846
|
-
"name": "Int",
|
30847
|
-
"ofType": null
|
30848
|
-
},
|
30849
32347
|
"isDeprecated": false,
|
30850
32348
|
"deprecationReason": null
|
30851
32349
|
},
|
30852
32350
|
{
|
30853
|
-
"name": "
|
32351
|
+
"name": "id",
|
30854
32352
|
"description": null,
|
30855
|
-
"args": [],
|
30856
|
-
"type": {
|
30857
|
-
"kind": "SCALAR",
|
30858
|
-
"name": "Int",
|
30859
|
-
"ofType": null
|
30860
|
-
},
|
30861
32353
|
"isDeprecated": false,
|
30862
32354
|
"deprecationReason": null
|
30863
32355
|
},
|
30864
32356
|
{
|
30865
|
-
"name": "
|
32357
|
+
"name": "isLatest",
|
30866
32358
|
"description": null,
|
30867
|
-
"args": [],
|
30868
|
-
"type": {
|
30869
|
-
"kind": "SCALAR",
|
30870
|
-
"name": "Int",
|
30871
|
-
"ofType": null
|
30872
|
-
},
|
30873
32359
|
"isDeprecated": false,
|
30874
32360
|
"deprecationReason": null
|
30875
32361
|
},
|
30876
32362
|
{
|
30877
|
-
"name": "
|
32363
|
+
"name": "status",
|
30878
32364
|
"description": null,
|
30879
|
-
"args": [],
|
30880
|
-
"type": {
|
30881
|
-
"kind": "SCALAR",
|
30882
|
-
"name": "Int",
|
30883
|
-
"ofType": null
|
30884
|
-
},
|
30885
32365
|
"isDeprecated": false,
|
30886
32366
|
"deprecationReason": null
|
30887
32367
|
},
|
30888
32368
|
{
|
30889
|
-
"name": "
|
32369
|
+
"name": "updatedAt",
|
30890
32370
|
"description": null,
|
30891
|
-
"args": [],
|
30892
|
-
"type": {
|
30893
|
-
"kind": "SCALAR",
|
30894
|
-
"name": "Int",
|
30895
|
-
"ofType": null
|
30896
|
-
},
|
30897
32371
|
"isDeprecated": false,
|
30898
32372
|
"deprecationReason": null
|
30899
32373
|
},
|
30900
32374
|
{
|
30901
|
-
"name": "
|
32375
|
+
"name": "versionNumber",
|
30902
32376
|
"description": null,
|
30903
|
-
"args": [],
|
30904
|
-
"type": {
|
30905
|
-
"kind": "SCALAR",
|
30906
|
-
"name": "Int",
|
30907
|
-
"ofType": null
|
30908
|
-
},
|
30909
32377
|
"isDeprecated": false,
|
30910
32378
|
"deprecationReason": null
|
30911
32379
|
}
|
30912
32380
|
],
|
30913
|
-
"inputFields": null,
|
30914
|
-
"interfaces": [],
|
30915
|
-
"enumValues": null,
|
30916
32381
|
"possibleTypes": null
|
30917
32382
|
},
|
30918
32383
|
{
|
30919
|
-
"kind": "
|
30920
|
-
"name": "
|
30921
|
-
"description":
|
30922
|
-
"fields":
|
32384
|
+
"kind": "ENUM",
|
32385
|
+
"name": "FeatureGroupStatus",
|
32386
|
+
"description": "Feature group status",
|
32387
|
+
"fields": null,
|
32388
|
+
"inputFields": null,
|
32389
|
+
"interfaces": null,
|
32390
|
+
"enumValues": [
|
30923
32391
|
{
|
30924
|
-
"name": "
|
30925
|
-
"description": "
|
30926
|
-
"args": [],
|
30927
|
-
"type": {
|
30928
|
-
"kind": "NON_NULL",
|
30929
|
-
"name": null,
|
30930
|
-
"ofType": {
|
30931
|
-
"kind": "SCALAR",
|
30932
|
-
"name": "ConnectionCursor",
|
30933
|
-
"ofType": null
|
30934
|
-
}
|
30935
|
-
},
|
32392
|
+
"name": "ARCHIVED",
|
32393
|
+
"description": "The feature group is archived",
|
30936
32394
|
"isDeprecated": false,
|
30937
32395
|
"deprecationReason": null
|
30938
32396
|
},
|
30939
32397
|
{
|
30940
|
-
"name": "
|
30941
|
-
"description": "The
|
30942
|
-
"args": [],
|
30943
|
-
"type": {
|
30944
|
-
"kind": "NON_NULL",
|
30945
|
-
"name": null,
|
30946
|
-
"ofType": {
|
30947
|
-
"kind": "OBJECT",
|
30948
|
-
"name": "Feature",
|
30949
|
-
"ofType": null
|
30950
|
-
}
|
30951
|
-
},
|
32398
|
+
"name": "PUBLISHED",
|
32399
|
+
"description": "The feature group is published",
|
30952
32400
|
"isDeprecated": false,
|
30953
32401
|
"deprecationReason": null
|
30954
32402
|
}
|
30955
32403
|
],
|
30956
|
-
"inputFields": null,
|
30957
|
-
"interfaces": [],
|
30958
|
-
"enumValues": null,
|
30959
32404
|
"possibleTypes": null
|
30960
32405
|
},
|
30961
32406
|
{
|
30962
32407
|
"kind": "INPUT_OBJECT",
|
30963
|
-
"name": "
|
32408
|
+
"name": "FeatureGroupStatusFilterComparison",
|
30964
32409
|
"description": null,
|
30965
32410
|
"fields": null,
|
30966
32411
|
"inputFields": [
|
30967
32412
|
{
|
30968
|
-
"name": "
|
32413
|
+
"name": "eq",
|
30969
32414
|
"description": null,
|
30970
32415
|
"type": {
|
30971
|
-
"kind": "
|
30972
|
-
"name":
|
30973
|
-
"ofType":
|
30974
|
-
"kind": "NON_NULL",
|
30975
|
-
"name": null,
|
30976
|
-
"ofType": {
|
30977
|
-
"kind": "INPUT_OBJECT",
|
30978
|
-
"name": "FeatureFilter",
|
30979
|
-
"ofType": null
|
30980
|
-
}
|
30981
|
-
}
|
32416
|
+
"kind": "ENUM",
|
32417
|
+
"name": "FeatureGroupStatus",
|
32418
|
+
"ofType": null
|
30982
32419
|
},
|
30983
32420
|
"defaultValue": null,
|
30984
32421
|
"isDeprecated": false,
|
30985
32422
|
"deprecationReason": null
|
30986
32423
|
},
|
30987
32424
|
{
|
30988
|
-
"name": "
|
32425
|
+
"name": "gt",
|
30989
32426
|
"description": null,
|
30990
32427
|
"type": {
|
30991
|
-
"kind": "
|
30992
|
-
"name": "
|
32428
|
+
"kind": "ENUM",
|
32429
|
+
"name": "FeatureGroupStatus",
|
30993
32430
|
"ofType": null
|
30994
32431
|
},
|
30995
32432
|
"defaultValue": null,
|
@@ -30997,11 +32434,11 @@
|
|
30997
32434
|
"deprecationReason": null
|
30998
32435
|
},
|
30999
32436
|
{
|
31000
|
-
"name": "
|
32437
|
+
"name": "gte",
|
31001
32438
|
"description": null,
|
31002
32439
|
"type": {
|
31003
|
-
"kind": "
|
31004
|
-
"name": "
|
32440
|
+
"kind": "ENUM",
|
32441
|
+
"name": "FeatureGroupStatus",
|
31005
32442
|
"ofType": null
|
31006
32443
|
},
|
31007
32444
|
"defaultValue": null,
|
@@ -31009,11 +32446,11 @@
|
|
31009
32446
|
"deprecationReason": null
|
31010
32447
|
},
|
31011
32448
|
{
|
31012
|
-
"name": "
|
32449
|
+
"name": "iLike",
|
31013
32450
|
"description": null,
|
31014
32451
|
"type": {
|
31015
|
-
"kind": "
|
31016
|
-
"name": "
|
32452
|
+
"kind": "ENUM",
|
32453
|
+
"name": "FeatureGroupStatus",
|
31017
32454
|
"ofType": null
|
31018
32455
|
},
|
31019
32456
|
"defaultValue": null,
|
@@ -31021,11 +32458,31 @@
|
|
31021
32458
|
"deprecationReason": null
|
31022
32459
|
},
|
31023
32460
|
{
|
31024
|
-
"name": "
|
32461
|
+
"name": "in",
|
31025
32462
|
"description": null,
|
31026
32463
|
"type": {
|
31027
|
-
"kind": "
|
31028
|
-
"name":
|
32464
|
+
"kind": "LIST",
|
32465
|
+
"name": null,
|
32466
|
+
"ofType": {
|
32467
|
+
"kind": "NON_NULL",
|
32468
|
+
"name": null,
|
32469
|
+
"ofType": {
|
32470
|
+
"kind": "ENUM",
|
32471
|
+
"name": "FeatureGroupStatus",
|
32472
|
+
"ofType": null
|
32473
|
+
}
|
32474
|
+
}
|
32475
|
+
},
|
32476
|
+
"defaultValue": null,
|
32477
|
+
"isDeprecated": false,
|
32478
|
+
"deprecationReason": null
|
32479
|
+
},
|
32480
|
+
{
|
32481
|
+
"name": "is",
|
32482
|
+
"description": null,
|
32483
|
+
"type": {
|
32484
|
+
"kind": "SCALAR",
|
32485
|
+
"name": "Boolean",
|
31029
32486
|
"ofType": null
|
31030
32487
|
},
|
31031
32488
|
"defaultValue": null,
|
@@ -31033,11 +32490,11 @@
|
|
31033
32490
|
"deprecationReason": null
|
31034
32491
|
},
|
31035
32492
|
{
|
31036
|
-
"name": "
|
32493
|
+
"name": "isNot",
|
31037
32494
|
"description": null,
|
31038
32495
|
"type": {
|
31039
|
-
"kind": "
|
31040
|
-
"name": "
|
32496
|
+
"kind": "SCALAR",
|
32497
|
+
"name": "Boolean",
|
31041
32498
|
"ofType": null
|
31042
32499
|
},
|
31043
32500
|
"defaultValue": null,
|
@@ -31045,11 +32502,11 @@
|
|
31045
32502
|
"deprecationReason": null
|
31046
32503
|
},
|
31047
32504
|
{
|
31048
|
-
"name": "
|
32505
|
+
"name": "like",
|
31049
32506
|
"description": null,
|
31050
32507
|
"type": {
|
31051
|
-
"kind": "
|
31052
|
-
"name": "
|
32508
|
+
"kind": "ENUM",
|
32509
|
+
"name": "FeatureGroupStatus",
|
31053
32510
|
"ofType": null
|
31054
32511
|
},
|
31055
32512
|
"defaultValue": null,
|
@@ -31057,11 +32514,11 @@
|
|
31057
32514
|
"deprecationReason": null
|
31058
32515
|
},
|
31059
32516
|
{
|
31060
|
-
"name": "
|
32517
|
+
"name": "lt",
|
31061
32518
|
"description": null,
|
31062
32519
|
"type": {
|
31063
|
-
"kind": "
|
31064
|
-
"name": "
|
32520
|
+
"kind": "ENUM",
|
32521
|
+
"name": "FeatureGroupStatus",
|
31065
32522
|
"ofType": null
|
31066
32523
|
},
|
31067
32524
|
"defaultValue": null,
|
@@ -31069,11 +32526,11 @@
|
|
31069
32526
|
"deprecationReason": null
|
31070
32527
|
},
|
31071
32528
|
{
|
31072
|
-
"name": "
|
32529
|
+
"name": "lte",
|
31073
32530
|
"description": null,
|
31074
32531
|
"type": {
|
31075
|
-
"kind": "
|
31076
|
-
"name": "
|
32532
|
+
"kind": "ENUM",
|
32533
|
+
"name": "FeatureGroupStatus",
|
31077
32534
|
"ofType": null
|
31078
32535
|
},
|
31079
32536
|
"defaultValue": null,
|
@@ -31081,7 +32538,31 @@
|
|
31081
32538
|
"deprecationReason": null
|
31082
32539
|
},
|
31083
32540
|
{
|
31084
|
-
"name": "
|
32541
|
+
"name": "neq",
|
32542
|
+
"description": null,
|
32543
|
+
"type": {
|
32544
|
+
"kind": "ENUM",
|
32545
|
+
"name": "FeatureGroupStatus",
|
32546
|
+
"ofType": null
|
32547
|
+
},
|
32548
|
+
"defaultValue": null,
|
32549
|
+
"isDeprecated": false,
|
32550
|
+
"deprecationReason": null
|
32551
|
+
},
|
32552
|
+
{
|
32553
|
+
"name": "notILike",
|
32554
|
+
"description": null,
|
32555
|
+
"type": {
|
32556
|
+
"kind": "ENUM",
|
32557
|
+
"name": "FeatureGroupStatus",
|
32558
|
+
"ofType": null
|
32559
|
+
},
|
32560
|
+
"defaultValue": null,
|
32561
|
+
"isDeprecated": false,
|
32562
|
+
"deprecationReason": null
|
32563
|
+
},
|
32564
|
+
{
|
32565
|
+
"name": "notIn",
|
31085
32566
|
"description": null,
|
31086
32567
|
"type": {
|
31087
32568
|
"kind": "LIST",
|
@@ -31090,8 +32571,8 @@
|
|
31090
32571
|
"kind": "NON_NULL",
|
31091
32572
|
"name": null,
|
31092
32573
|
"ofType": {
|
31093
|
-
"kind": "
|
31094
|
-
"name": "
|
32574
|
+
"kind": "ENUM",
|
32575
|
+
"name": "FeatureGroupStatus",
|
31095
32576
|
"ofType": null
|
31096
32577
|
}
|
31097
32578
|
}
|
@@ -31101,31 +32582,42 @@
|
|
31101
32582
|
"deprecationReason": null
|
31102
32583
|
},
|
31103
32584
|
{
|
31104
|
-
"name": "
|
32585
|
+
"name": "notLike",
|
31105
32586
|
"description": null,
|
31106
32587
|
"type": {
|
31107
|
-
"kind": "
|
31108
|
-
"name": "
|
32588
|
+
"kind": "ENUM",
|
32589
|
+
"name": "FeatureGroupStatus",
|
31109
32590
|
"ofType": null
|
31110
32591
|
},
|
31111
32592
|
"defaultValue": null,
|
31112
32593
|
"isDeprecated": false,
|
31113
32594
|
"deprecationReason": null
|
31114
|
-
}
|
32595
|
+
}
|
32596
|
+
],
|
32597
|
+
"interfaces": null,
|
32598
|
+
"enumValues": null,
|
32599
|
+
"possibleTypes": null
|
32600
|
+
},
|
32601
|
+
{
|
32602
|
+
"kind": "OBJECT",
|
32603
|
+
"name": "FeatureGroupSumAggregate",
|
32604
|
+
"description": null,
|
32605
|
+
"fields": [
|
31115
32606
|
{
|
31116
|
-
"name": "
|
32607
|
+
"name": "versionNumber",
|
31117
32608
|
"description": null,
|
32609
|
+
"args": [],
|
31118
32610
|
"type": {
|
31119
|
-
"kind": "
|
31120
|
-
"name": "
|
32611
|
+
"kind": "SCALAR",
|
32612
|
+
"name": "Float",
|
31121
32613
|
"ofType": null
|
31122
32614
|
},
|
31123
|
-
"defaultValue": null,
|
31124
32615
|
"isDeprecated": false,
|
31125
32616
|
"deprecationReason": null
|
31126
32617
|
}
|
31127
32618
|
],
|
31128
|
-
"
|
32619
|
+
"inputFields": null,
|
32620
|
+
"interfaces": [],
|
31129
32621
|
"enumValues": null,
|
31130
32622
|
"possibleTypes": null
|
31131
32623
|
},
|
@@ -40654,6 +42146,39 @@
|
|
40654
42146
|
"isDeprecated": false,
|
40655
42147
|
"deprecationReason": null
|
40656
42148
|
},
|
42149
|
+
{
|
42150
|
+
"name": "archiveFeatureGroup",
|
42151
|
+
"description": "Archive a feature group",
|
42152
|
+
"args": [
|
42153
|
+
{
|
42154
|
+
"name": "input",
|
42155
|
+
"description": null,
|
42156
|
+
"type": {
|
42157
|
+
"kind": "NON_NULL",
|
42158
|
+
"name": null,
|
42159
|
+
"ofType": {
|
42160
|
+
"kind": "INPUT_OBJECT",
|
42161
|
+
"name": "ArchiveFeatureGroupInput",
|
42162
|
+
"ofType": null
|
42163
|
+
}
|
42164
|
+
},
|
42165
|
+
"defaultValue": null,
|
42166
|
+
"isDeprecated": false,
|
42167
|
+
"deprecationReason": null
|
42168
|
+
}
|
42169
|
+
],
|
42170
|
+
"type": {
|
42171
|
+
"kind": "NON_NULL",
|
42172
|
+
"name": null,
|
42173
|
+
"ofType": {
|
42174
|
+
"kind": "OBJECT",
|
42175
|
+
"name": "FeatureGroup",
|
42176
|
+
"ofType": null
|
42177
|
+
}
|
42178
|
+
},
|
42179
|
+
"isDeprecated": false,
|
42180
|
+
"deprecationReason": null
|
42181
|
+
},
|
40657
42182
|
{
|
40658
42183
|
"name": "archiveOneCoupon",
|
40659
42184
|
"description": null,
|
@@ -41050,6 +42575,39 @@
|
|
41050
42575
|
"isDeprecated": false,
|
41051
42576
|
"deprecationReason": null
|
41052
42577
|
},
|
42578
|
+
{
|
42579
|
+
"name": "createFeatureGroup",
|
42580
|
+
"description": "Create a new version of a feature group",
|
42581
|
+
"args": [
|
42582
|
+
{
|
42583
|
+
"name": "input",
|
42584
|
+
"description": null,
|
42585
|
+
"type": {
|
42586
|
+
"kind": "NON_NULL",
|
42587
|
+
"name": null,
|
42588
|
+
"ofType": {
|
42589
|
+
"kind": "INPUT_OBJECT",
|
42590
|
+
"name": "CreateFeatureGroupInput",
|
42591
|
+
"ofType": null
|
42592
|
+
}
|
42593
|
+
},
|
42594
|
+
"defaultValue": null,
|
42595
|
+
"isDeprecated": false,
|
42596
|
+
"deprecationReason": null
|
42597
|
+
}
|
42598
|
+
],
|
42599
|
+
"type": {
|
42600
|
+
"kind": "NON_NULL",
|
42601
|
+
"name": null,
|
42602
|
+
"ofType": {
|
42603
|
+
"kind": "OBJECT",
|
42604
|
+
"name": "FeatureGroup",
|
42605
|
+
"ofType": null
|
42606
|
+
}
|
42607
|
+
},
|
42608
|
+
"isDeprecated": false,
|
42609
|
+
"deprecationReason": null
|
42610
|
+
},
|
41053
42611
|
{
|
41054
42612
|
"name": "createManyPackageEntitlements",
|
41055
42613
|
"description": null,
|
@@ -44163,6 +45721,39 @@
|
|
44163
45721
|
"isDeprecated": false,
|
44164
45722
|
"deprecationReason": null
|
44165
45723
|
},
|
45724
|
+
{
|
45725
|
+
"name": "unarchiveFeatureGroup",
|
45726
|
+
"description": "Unarchive a feature group",
|
45727
|
+
"args": [
|
45728
|
+
{
|
45729
|
+
"name": "input",
|
45730
|
+
"description": null,
|
45731
|
+
"type": {
|
45732
|
+
"kind": "NON_NULL",
|
45733
|
+
"name": null,
|
45734
|
+
"ofType": {
|
45735
|
+
"kind": "INPUT_OBJECT",
|
45736
|
+
"name": "UnArchiveFeatureGroupInput",
|
45737
|
+
"ofType": null
|
45738
|
+
}
|
45739
|
+
},
|
45740
|
+
"defaultValue": null,
|
45741
|
+
"isDeprecated": false,
|
45742
|
+
"deprecationReason": null
|
45743
|
+
}
|
45744
|
+
],
|
45745
|
+
"type": {
|
45746
|
+
"kind": "NON_NULL",
|
45747
|
+
"name": null,
|
45748
|
+
"ofType": {
|
45749
|
+
"kind": "OBJECT",
|
45750
|
+
"name": "FeatureGroup",
|
45751
|
+
"ofType": null
|
45752
|
+
}
|
45753
|
+
},
|
45754
|
+
"isDeprecated": false,
|
45755
|
+
"deprecationReason": null
|
45756
|
+
},
|
44166
45757
|
{
|
44167
45758
|
"name": "unarchivePlan",
|
44168
45759
|
"description": "Unarchive a plan",
|
@@ -64972,7 +66563,241 @@
|
|
64972
66563
|
"name": null,
|
64973
66564
|
"ofType": {
|
64974
66565
|
"kind": "INPUT_OBJECT",
|
64975
|
-
"name": "CustomerSort",
|
66566
|
+
"name": "CustomerSort",
|
66567
|
+
"ofType": null
|
66568
|
+
}
|
66569
|
+
}
|
66570
|
+
},
|
66571
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
66572
|
+
"isDeprecated": false,
|
66573
|
+
"deprecationReason": null
|
66574
|
+
}
|
66575
|
+
],
|
66576
|
+
"type": {
|
66577
|
+
"kind": "NON_NULL",
|
66578
|
+
"name": null,
|
66579
|
+
"ofType": {
|
66580
|
+
"kind": "OBJECT",
|
66581
|
+
"name": "CustomerConnection",
|
66582
|
+
"ofType": null
|
66583
|
+
}
|
66584
|
+
},
|
66585
|
+
"isDeprecated": false,
|
66586
|
+
"deprecationReason": null
|
66587
|
+
},
|
66588
|
+
{
|
66589
|
+
"name": "doesFeatureExist",
|
66590
|
+
"description": "Check if a feature exists",
|
66591
|
+
"args": [
|
66592
|
+
{
|
66593
|
+
"name": "input",
|
66594
|
+
"description": null,
|
66595
|
+
"type": {
|
66596
|
+
"kind": "NON_NULL",
|
66597
|
+
"name": null,
|
66598
|
+
"ofType": {
|
66599
|
+
"kind": "INPUT_OBJECT",
|
66600
|
+
"name": "DoesFeatureExist",
|
66601
|
+
"ofType": null
|
66602
|
+
}
|
66603
|
+
},
|
66604
|
+
"defaultValue": null,
|
66605
|
+
"isDeprecated": false,
|
66606
|
+
"deprecationReason": null
|
66607
|
+
}
|
66608
|
+
],
|
66609
|
+
"type": {
|
66610
|
+
"kind": "NON_NULL",
|
66611
|
+
"name": null,
|
66612
|
+
"ofType": {
|
66613
|
+
"kind": "SCALAR",
|
66614
|
+
"name": "Boolean",
|
66615
|
+
"ofType": null
|
66616
|
+
}
|
66617
|
+
},
|
66618
|
+
"isDeprecated": false,
|
66619
|
+
"deprecationReason": null
|
66620
|
+
},
|
66621
|
+
{
|
66622
|
+
"name": "dumpEnvironmentForMergeComparison",
|
66623
|
+
"description": "Dump environment for merge comparison",
|
66624
|
+
"args": [
|
66625
|
+
{
|
66626
|
+
"name": "input",
|
66627
|
+
"description": null,
|
66628
|
+
"type": {
|
66629
|
+
"kind": "NON_NULL",
|
66630
|
+
"name": null,
|
66631
|
+
"ofType": {
|
66632
|
+
"kind": "INPUT_OBJECT",
|
66633
|
+
"name": "DumpEnvironmentForForMergeComparisonInput",
|
66634
|
+
"ofType": null
|
66635
|
+
}
|
66636
|
+
},
|
66637
|
+
"defaultValue": null,
|
66638
|
+
"isDeprecated": false,
|
66639
|
+
"deprecationReason": null
|
66640
|
+
}
|
66641
|
+
],
|
66642
|
+
"type": {
|
66643
|
+
"kind": "NON_NULL",
|
66644
|
+
"name": null,
|
66645
|
+
"ofType": {
|
66646
|
+
"kind": "OBJECT",
|
66647
|
+
"name": "DumpEnvironmentForMergeComparison",
|
66648
|
+
"ofType": null
|
66649
|
+
}
|
66650
|
+
},
|
66651
|
+
"isDeprecated": false,
|
66652
|
+
"deprecationReason": null
|
66653
|
+
},
|
66654
|
+
{
|
66655
|
+
"name": "dumpEnvironmentProductCatalog",
|
66656
|
+
"description": "Dump environment product catalog",
|
66657
|
+
"args": [
|
66658
|
+
{
|
66659
|
+
"name": "input",
|
66660
|
+
"description": null,
|
66661
|
+
"type": {
|
66662
|
+
"kind": "NON_NULL",
|
66663
|
+
"name": null,
|
66664
|
+
"ofType": {
|
66665
|
+
"kind": "INPUT_OBJECT",
|
66666
|
+
"name": "DumpEnvironmentProductCatalogInput",
|
66667
|
+
"ofType": null
|
66668
|
+
}
|
66669
|
+
},
|
66670
|
+
"defaultValue": null,
|
66671
|
+
"isDeprecated": false,
|
66672
|
+
"deprecationReason": null
|
66673
|
+
}
|
66674
|
+
],
|
66675
|
+
"type": {
|
66676
|
+
"kind": "NON_NULL",
|
66677
|
+
"name": null,
|
66678
|
+
"ofType": {
|
66679
|
+
"kind": "OBJECT",
|
66680
|
+
"name": "ProductCatalogDump",
|
66681
|
+
"ofType": null
|
66682
|
+
}
|
66683
|
+
},
|
66684
|
+
"isDeprecated": false,
|
66685
|
+
"deprecationReason": null
|
66686
|
+
},
|
66687
|
+
{
|
66688
|
+
"name": "entitlement",
|
66689
|
+
"description": "Fetch a specific entitlement for a given feature and customer.",
|
66690
|
+
"args": [
|
66691
|
+
{
|
66692
|
+
"name": "query",
|
66693
|
+
"description": "Query for fetching a single entitlement for a specific feature and customer.",
|
66694
|
+
"type": {
|
66695
|
+
"kind": "NON_NULL",
|
66696
|
+
"name": null,
|
66697
|
+
"ofType": {
|
66698
|
+
"kind": "INPUT_OBJECT",
|
66699
|
+
"name": "FetchEntitlementQuery",
|
66700
|
+
"ofType": null
|
66701
|
+
}
|
66702
|
+
},
|
66703
|
+
"defaultValue": null,
|
66704
|
+
"isDeprecated": false,
|
66705
|
+
"deprecationReason": null
|
66706
|
+
}
|
66707
|
+
],
|
66708
|
+
"type": {
|
66709
|
+
"kind": "NON_NULL",
|
66710
|
+
"name": null,
|
66711
|
+
"ofType": {
|
66712
|
+
"kind": "OBJECT",
|
66713
|
+
"name": "Entitlement",
|
66714
|
+
"ofType": null
|
66715
|
+
}
|
66716
|
+
},
|
66717
|
+
"isDeprecated": false,
|
66718
|
+
"deprecationReason": null
|
66719
|
+
},
|
66720
|
+
{
|
66721
|
+
"name": "entitlements",
|
66722
|
+
"description": "Get the full list of entitlements for a customer in a specific environment.",
|
66723
|
+
"args": [
|
66724
|
+
{
|
66725
|
+
"name": "query",
|
66726
|
+
"description": "Query for retrieving all entitlements for a customer in a specific environment.",
|
66727
|
+
"type": {
|
66728
|
+
"kind": "NON_NULL",
|
66729
|
+
"name": null,
|
66730
|
+
"ofType": {
|
66731
|
+
"kind": "INPUT_OBJECT",
|
66732
|
+
"name": "FetchEntitlementsQuery",
|
66733
|
+
"ofType": null
|
66734
|
+
}
|
66735
|
+
},
|
66736
|
+
"defaultValue": null,
|
66737
|
+
"isDeprecated": false,
|
66738
|
+
"deprecationReason": null
|
66739
|
+
}
|
66740
|
+
],
|
66741
|
+
"type": {
|
66742
|
+
"kind": "NON_NULL",
|
66743
|
+
"name": null,
|
66744
|
+
"ofType": {
|
66745
|
+
"kind": "LIST",
|
66746
|
+
"name": null,
|
66747
|
+
"ofType": {
|
66748
|
+
"kind": "NON_NULL",
|
66749
|
+
"name": null,
|
66750
|
+
"ofType": {
|
66751
|
+
"kind": "OBJECT",
|
66752
|
+
"name": "EntitlementWithSummary",
|
66753
|
+
"ofType": null
|
66754
|
+
}
|
66755
|
+
}
|
66756
|
+
}
|
66757
|
+
},
|
66758
|
+
"isDeprecated": false,
|
66759
|
+
"deprecationReason": null
|
66760
|
+
},
|
66761
|
+
{
|
66762
|
+
"name": "environments",
|
66763
|
+
"description": null,
|
66764
|
+
"args": [
|
66765
|
+
{
|
66766
|
+
"name": "filter",
|
66767
|
+
"description": "Specify to filter the records returned.",
|
66768
|
+
"type": {
|
66769
|
+
"kind": "INPUT_OBJECT",
|
66770
|
+
"name": "EnvironmentFilter",
|
66771
|
+
"ofType": null
|
66772
|
+
},
|
66773
|
+
"defaultValue": "{}",
|
66774
|
+
"isDeprecated": false,
|
66775
|
+
"deprecationReason": null
|
66776
|
+
},
|
66777
|
+
{
|
66778
|
+
"name": "paging",
|
66779
|
+
"description": "Limit or page results.",
|
66780
|
+
"type": {
|
66781
|
+
"kind": "INPUT_OBJECT",
|
66782
|
+
"name": "CursorPaging",
|
66783
|
+
"ofType": null
|
66784
|
+
},
|
66785
|
+
"defaultValue": "{first: 10}",
|
66786
|
+
"isDeprecated": false,
|
66787
|
+
"deprecationReason": null
|
66788
|
+
},
|
66789
|
+
{
|
66790
|
+
"name": "sorting",
|
66791
|
+
"description": "Specify to sort results.",
|
66792
|
+
"type": {
|
66793
|
+
"kind": "LIST",
|
66794
|
+
"name": null,
|
66795
|
+
"ofType": {
|
66796
|
+
"kind": "NON_NULL",
|
66797
|
+
"name": null,
|
66798
|
+
"ofType": {
|
66799
|
+
"kind": "INPUT_OBJECT",
|
66800
|
+
"name": "EnvironmentSort",
|
64976
66801
|
"ofType": null
|
64977
66802
|
}
|
64978
66803
|
}
|
@@ -64987,7 +66812,7 @@
|
|
64987
66812
|
"name": null,
|
64988
66813
|
"ofType": {
|
64989
66814
|
"kind": "OBJECT",
|
64990
|
-
"name": "
|
66815
|
+
"name": "EnvironmentConnection",
|
64991
66816
|
"ofType": null
|
64992
66817
|
}
|
64993
66818
|
},
|
@@ -64995,88 +66820,54 @@
|
|
64995
66820
|
"deprecationReason": null
|
64996
66821
|
},
|
64997
66822
|
{
|
64998
|
-
"name": "
|
64999
|
-
"description":
|
66823
|
+
"name": "eventLogs",
|
66824
|
+
"description": null,
|
65000
66825
|
"args": [
|
65001
66826
|
{
|
65002
|
-
"name": "
|
65003
|
-
"description":
|
66827
|
+
"name": "filter",
|
66828
|
+
"description": "Specify to filter the records returned.",
|
65004
66829
|
"type": {
|
65005
66830
|
"kind": "NON_NULL",
|
65006
66831
|
"name": null,
|
65007
66832
|
"ofType": {
|
65008
66833
|
"kind": "INPUT_OBJECT",
|
65009
|
-
"name": "
|
66834
|
+
"name": "EventLogFilter",
|
65010
66835
|
"ofType": null
|
65011
66836
|
}
|
65012
66837
|
},
|
65013
66838
|
"defaultValue": null,
|
65014
66839
|
"isDeprecated": false,
|
65015
66840
|
"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": [
|
66841
|
+
},
|
65034
66842
|
{
|
65035
|
-
"name": "
|
65036
|
-
"description":
|
66843
|
+
"name": "paging",
|
66844
|
+
"description": "Limit or page results.",
|
65037
66845
|
"type": {
|
65038
|
-
"kind": "
|
65039
|
-
"name":
|
65040
|
-
"ofType":
|
65041
|
-
"kind": "INPUT_OBJECT",
|
65042
|
-
"name": "DumpEnvironmentForForMergeComparisonInput",
|
65043
|
-
"ofType": null
|
65044
|
-
}
|
66846
|
+
"kind": "INPUT_OBJECT",
|
66847
|
+
"name": "CursorPaging",
|
66848
|
+
"ofType": null
|
65045
66849
|
},
|
65046
|
-
"defaultValue":
|
66850
|
+
"defaultValue": "{first: 10}",
|
65047
66851
|
"isDeprecated": false,
|
65048
66852
|
"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": [
|
66853
|
+
},
|
65067
66854
|
{
|
65068
|
-
"name": "
|
65069
|
-
"description":
|
66855
|
+
"name": "sorting",
|
66856
|
+
"description": "Specify to sort results.",
|
65070
66857
|
"type": {
|
65071
|
-
"kind": "
|
66858
|
+
"kind": "LIST",
|
65072
66859
|
"name": null,
|
65073
66860
|
"ofType": {
|
65074
|
-
"kind": "
|
65075
|
-
"name":
|
65076
|
-
"ofType":
|
66861
|
+
"kind": "NON_NULL",
|
66862
|
+
"name": null,
|
66863
|
+
"ofType": {
|
66864
|
+
"kind": "INPUT_OBJECT",
|
66865
|
+
"name": "EventLogSort",
|
66866
|
+
"ofType": null
|
66867
|
+
}
|
65077
66868
|
}
|
65078
66869
|
},
|
65079
|
-
"defaultValue":
|
66870
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
65080
66871
|
"isDeprecated": false,
|
65081
66872
|
"deprecationReason": null
|
65082
66873
|
}
|
@@ -65086,7 +66877,7 @@
|
|
65086
66877
|
"name": null,
|
65087
66878
|
"ofType": {
|
65088
66879
|
"kind": "OBJECT",
|
65089
|
-
"name": "
|
66880
|
+
"name": "EventLogConnection",
|
65090
66881
|
"ofType": null
|
65091
66882
|
}
|
65092
66883
|
},
|
@@ -65094,18 +66885,18 @@
|
|
65094
66885
|
"deprecationReason": null
|
65095
66886
|
},
|
65096
66887
|
{
|
65097
|
-
"name": "
|
65098
|
-
"description": "
|
66888
|
+
"name": "eventsFields",
|
66889
|
+
"description": "Events fields",
|
65099
66890
|
"args": [
|
65100
66891
|
{
|
65101
|
-
"name": "
|
65102
|
-
"description": "
|
66892
|
+
"name": "input",
|
66893
|
+
"description": "Input parameters for retrieving events fields",
|
65103
66894
|
"type": {
|
65104
66895
|
"kind": "NON_NULL",
|
65105
66896
|
"name": null,
|
65106
66897
|
"ofType": {
|
65107
66898
|
"kind": "INPUT_OBJECT",
|
65108
|
-
"name": "
|
66899
|
+
"name": "EventsFieldsInput",
|
65109
66900
|
"ofType": null
|
65110
66901
|
}
|
65111
66902
|
},
|
@@ -65119,7 +66910,7 @@
|
|
65119
66910
|
"name": null,
|
65120
66911
|
"ofType": {
|
65121
66912
|
"kind": "OBJECT",
|
65122
|
-
"name": "
|
66913
|
+
"name": "EventsFields",
|
65123
66914
|
"ofType": null
|
65124
66915
|
}
|
65125
66916
|
},
|
@@ -65127,18 +66918,18 @@
|
|
65127
66918
|
"deprecationReason": null
|
65128
66919
|
},
|
65129
66920
|
{
|
65130
|
-
"name": "
|
65131
|
-
"description":
|
66921
|
+
"name": "experiment",
|
66922
|
+
"description": null,
|
65132
66923
|
"args": [
|
65133
66924
|
{
|
65134
|
-
"name": "
|
65135
|
-
"description": "
|
66925
|
+
"name": "id",
|
66926
|
+
"description": "The id of the record to find.",
|
65136
66927
|
"type": {
|
65137
66928
|
"kind": "NON_NULL",
|
65138
66929
|
"name": null,
|
65139
66930
|
"ofType": {
|
65140
|
-
"kind": "
|
65141
|
-
"name": "
|
66931
|
+
"kind": "SCALAR",
|
66932
|
+
"name": "String",
|
65142
66933
|
"ofType": null
|
65143
66934
|
}
|
65144
66935
|
},
|
@@ -65148,27 +66939,15 @@
|
|
65148
66939
|
}
|
65149
66940
|
],
|
65150
66941
|
"type": {
|
65151
|
-
"kind": "
|
65152
|
-
"name":
|
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
|
-
}
|
66942
|
+
"kind": "OBJECT",
|
66943
|
+
"name": "Experiment",
|
66944
|
+
"ofType": null
|
65166
66945
|
},
|
65167
66946
|
"isDeprecated": false,
|
65168
66947
|
"deprecationReason": null
|
65169
66948
|
},
|
65170
66949
|
{
|
65171
|
-
"name": "
|
66950
|
+
"name": "experiments",
|
65172
66951
|
"description": null,
|
65173
66952
|
"args": [
|
65174
66953
|
{
|
@@ -65176,7 +66955,7 @@
|
|
65176
66955
|
"description": "Specify to filter the records returned.",
|
65177
66956
|
"type": {
|
65178
66957
|
"kind": "INPUT_OBJECT",
|
65179
|
-
"name": "
|
66958
|
+
"name": "ExperimentFilter",
|
65180
66959
|
"ofType": null
|
65181
66960
|
},
|
65182
66961
|
"defaultValue": "{}",
|
@@ -65206,7 +66985,7 @@
|
|
65206
66985
|
"name": null,
|
65207
66986
|
"ofType": {
|
65208
66987
|
"kind": "INPUT_OBJECT",
|
65209
|
-
"name": "
|
66988
|
+
"name": "ExperimentSort",
|
65210
66989
|
"ofType": null
|
65211
66990
|
}
|
65212
66991
|
}
|
@@ -65221,7 +67000,7 @@
|
|
65221
67000
|
"name": null,
|
65222
67001
|
"ofType": {
|
65223
67002
|
"kind": "OBJECT",
|
65224
|
-
"name": "
|
67003
|
+
"name": "ExperimentConnection",
|
65225
67004
|
"ofType": null
|
65226
67005
|
}
|
65227
67006
|
},
|
@@ -65229,105 +67008,48 @@
|
|
65229
67008
|
"deprecationReason": null
|
65230
67009
|
},
|
65231
67010
|
{
|
65232
|
-
"name": "
|
65233
|
-
"description":
|
67011
|
+
"name": "featureAssociatedLatestPackages",
|
67012
|
+
"description": "Get the associated latest packages for a feature",
|
65234
67013
|
"args": [
|
65235
67014
|
{
|
65236
|
-
"name": "
|
65237
|
-
"description":
|
67015
|
+
"name": "input",
|
67016
|
+
"description": null,
|
65238
67017
|
"type": {
|
65239
67018
|
"kind": "NON_NULL",
|
65240
67019
|
"name": null,
|
65241
67020
|
"ofType": {
|
65242
67021
|
"kind": "INPUT_OBJECT",
|
65243
|
-
"name": "
|
67022
|
+
"name": "FeatureAssociatedLatestPackages",
|
65244
67023
|
"ofType": null
|
65245
67024
|
}
|
65246
67025
|
},
|
65247
67026
|
"defaultValue": null,
|
65248
67027
|
"isDeprecated": false,
|
65249
67028
|
"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
67029
|
}
|
65283
67030
|
],
|
65284
67031
|
"type": {
|
65285
67032
|
"kind": "NON_NULL",
|
65286
67033
|
"name": null,
|
65287
67034
|
"ofType": {
|
65288
|
-
"kind": "
|
65289
|
-
"name":
|
65290
|
-
"ofType":
|
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": {
|
67035
|
+
"kind": "LIST",
|
67036
|
+
"name": null,
|
67037
|
+
"ofType": {
|
65304
67038
|
"kind": "NON_NULL",
|
65305
67039
|
"name": null,
|
65306
67040
|
"ofType": {
|
65307
|
-
"kind": "
|
65308
|
-
"name": "
|
67041
|
+
"kind": "OBJECT",
|
67042
|
+
"name": "PackageDTO",
|
65309
67043
|
"ofType": null
|
65310
67044
|
}
|
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
|
67045
|
+
}
|
65324
67046
|
}
|
65325
67047
|
},
|
65326
67048
|
"isDeprecated": false,
|
65327
67049
|
"deprecationReason": null
|
65328
67050
|
},
|
65329
67051
|
{
|
65330
|
-
"name": "
|
67052
|
+
"name": "featureGroup",
|
65331
67053
|
"description": null,
|
65332
67054
|
"args": [
|
65333
67055
|
{
|
@@ -65338,7 +67060,7 @@
|
|
65338
67060
|
"name": null,
|
65339
67061
|
"ofType": {
|
65340
67062
|
"kind": "SCALAR",
|
65341
|
-
"name": "
|
67063
|
+
"name": "UUID",
|
65342
67064
|
"ofType": null
|
65343
67065
|
}
|
65344
67066
|
},
|
@@ -65349,14 +67071,14 @@
|
|
65349
67071
|
],
|
65350
67072
|
"type": {
|
65351
67073
|
"kind": "OBJECT",
|
65352
|
-
"name": "
|
67074
|
+
"name": "FeatureGroup",
|
65353
67075
|
"ofType": null
|
65354
67076
|
},
|
65355
67077
|
"isDeprecated": false,
|
65356
67078
|
"deprecationReason": null
|
65357
67079
|
},
|
65358
67080
|
{
|
65359
|
-
"name": "
|
67081
|
+
"name": "featureGroups",
|
65360
67082
|
"description": null,
|
65361
67083
|
"args": [
|
65362
67084
|
{
|
@@ -65364,10 +67086,10 @@
|
|
65364
67086
|
"description": "Specify to filter the records returned.",
|
65365
67087
|
"type": {
|
65366
67088
|
"kind": "INPUT_OBJECT",
|
65367
|
-
"name": "
|
67089
|
+
"name": "FeatureGroupFilter",
|
65368
67090
|
"ofType": null
|
65369
67091
|
},
|
65370
|
-
"defaultValue": "{}",
|
67092
|
+
"defaultValue": "{isLatest: {}, status: {eq: PUBLISHED}}",
|
65371
67093
|
"isDeprecated": false,
|
65372
67094
|
"deprecationReason": null
|
65373
67095
|
},
|
@@ -65394,7 +67116,7 @@
|
|
65394
67116
|
"name": null,
|
65395
67117
|
"ofType": {
|
65396
67118
|
"kind": "INPUT_OBJECT",
|
65397
|
-
"name": "
|
67119
|
+
"name": "FeatureGroupSort",
|
65398
67120
|
"ofType": null
|
65399
67121
|
}
|
65400
67122
|
}
|
@@ -65409,54 +67131,13 @@
|
|
65409
67131
|
"name": null,
|
65410
67132
|
"ofType": {
|
65411
67133
|
"kind": "OBJECT",
|
65412
|
-
"name": "
|
67134
|
+
"name": "FeatureGroupConnection",
|
65413
67135
|
"ofType": null
|
65414
67136
|
}
|
65415
67137
|
},
|
65416
67138
|
"isDeprecated": false,
|
65417
67139
|
"deprecationReason": null
|
65418
67140
|
},
|
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
67141
|
{
|
65461
67142
|
"name": "features",
|
65462
67143
|
"description": null,
|
@@ -83460,6 +85141,49 @@
|
|
83460
85141
|
"enumValues": null,
|
83461
85142
|
"possibleTypes": null
|
83462
85143
|
},
|
85144
|
+
{
|
85145
|
+
"kind": "INPUT_OBJECT",
|
85146
|
+
"name": "UnArchiveFeatureGroupInput",
|
85147
|
+
"description": "Input for unarchiving a feature group",
|
85148
|
+
"fields": null,
|
85149
|
+
"inputFields": [
|
85150
|
+
{
|
85151
|
+
"name": "environmentId",
|
85152
|
+
"description": "The unique identifier for the environment",
|
85153
|
+
"type": {
|
85154
|
+
"kind": "NON_NULL",
|
85155
|
+
"name": null,
|
85156
|
+
"ofType": {
|
85157
|
+
"kind": "SCALAR",
|
85158
|
+
"name": "UUID",
|
85159
|
+
"ofType": null
|
85160
|
+
}
|
85161
|
+
},
|
85162
|
+
"defaultValue": null,
|
85163
|
+
"isDeprecated": false,
|
85164
|
+
"deprecationReason": null
|
85165
|
+
},
|
85166
|
+
{
|
85167
|
+
"name": "featureGroupId",
|
85168
|
+
"description": "The feature group id",
|
85169
|
+
"type": {
|
85170
|
+
"kind": "NON_NULL",
|
85171
|
+
"name": null,
|
85172
|
+
"ofType": {
|
85173
|
+
"kind": "SCALAR",
|
85174
|
+
"name": "String",
|
85175
|
+
"ofType": null
|
85176
|
+
}
|
85177
|
+
},
|
85178
|
+
"defaultValue": null,
|
85179
|
+
"isDeprecated": false,
|
85180
|
+
"deprecationReason": null
|
85181
|
+
}
|
85182
|
+
],
|
85183
|
+
"interfaces": null,
|
85184
|
+
"enumValues": null,
|
85185
|
+
"possibleTypes": null
|
85186
|
+
},
|
83463
85187
|
{
|
83464
85188
|
"kind": "INPUT_OBJECT",
|
83465
85189
|
"name": "UnArchiveFeatureInput",
|