stigg-api-client 2.438.3 → 2.443.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.
@@ -66570,6 +66570,67 @@
66570
66570
  "isDeprecated": false,
66571
66571
  "deprecationReason": null
66572
66572
  },
66573
+ {
66574
+ "name": "subscriptions",
66575
+ "description": null,
66576
+ "args": [
66577
+ {
66578
+ "name": "filter",
66579
+ "description": "Specify to filter the records returned.",
66580
+ "type": {
66581
+ "kind": "INPUT_OBJECT",
66582
+ "name": "SubscriptionQueryFilter",
66583
+ "ofType": null
66584
+ },
66585
+ "defaultValue": "{}",
66586
+ "isDeprecated": false,
66587
+ "deprecationReason": null
66588
+ },
66589
+ {
66590
+ "name": "paging",
66591
+ "description": "Limit or page results.",
66592
+ "type": {
66593
+ "kind": "INPUT_OBJECT",
66594
+ "name": "CursorPaging",
66595
+ "ofType": null
66596
+ },
66597
+ "defaultValue": "{first: 10}",
66598
+ "isDeprecated": false,
66599
+ "deprecationReason": null
66600
+ },
66601
+ {
66602
+ "name": "sorting",
66603
+ "description": "Specify to sort results.",
66604
+ "type": {
66605
+ "kind": "LIST",
66606
+ "name": null,
66607
+ "ofType": {
66608
+ "kind": "NON_NULL",
66609
+ "name": null,
66610
+ "ofType": {
66611
+ "kind": "INPUT_OBJECT",
66612
+ "name": "SubscriptionQuerySort",
66613
+ "ofType": null
66614
+ }
66615
+ }
66616
+ },
66617
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
66618
+ "isDeprecated": false,
66619
+ "deprecationReason": null
66620
+ }
66621
+ ],
66622
+ "type": {
66623
+ "kind": "NON_NULL",
66624
+ "name": null,
66625
+ "ofType": {
66626
+ "kind": "OBJECT",
66627
+ "name": "SubscriptionQueryConnection",
66628
+ "ofType": null
66629
+ }
66630
+ },
66631
+ "isDeprecated": false,
66632
+ "deprecationReason": null
66633
+ },
66573
66634
  {
66574
66635
  "name": "testHookData",
66575
66636
  "description": "Query to get the payload for a test webhook event",
@@ -78817,6 +78878,1511 @@
78817
78878
  "enumValues": null,
78818
78879
  "possibleTypes": null
78819
78880
  },
78881
+ {
78882
+ "kind": "OBJECT",
78883
+ "name": "SubscriptionQuery",
78884
+ "description": "Query for subscriptions",
78885
+ "fields": [
78886
+ {
78887
+ "name": "additionalMetaData",
78888
+ "description": null,
78889
+ "args": [],
78890
+ "type": {
78891
+ "kind": "SCALAR",
78892
+ "name": "JSON",
78893
+ "ofType": null
78894
+ },
78895
+ "isDeprecated": false,
78896
+ "deprecationReason": null
78897
+ },
78898
+ {
78899
+ "name": "addons",
78900
+ "description": null,
78901
+ "args": [
78902
+ {
78903
+ "name": "filter",
78904
+ "description": "Specify to filter the records returned.",
78905
+ "type": {
78906
+ "kind": "INPUT_OBJECT",
78907
+ "name": "SubscriptionAddonFilter",
78908
+ "ofType": null
78909
+ },
78910
+ "defaultValue": "{}",
78911
+ "isDeprecated": false,
78912
+ "deprecationReason": null
78913
+ },
78914
+ {
78915
+ "name": "sorting",
78916
+ "description": "Specify to sort results.",
78917
+ "type": {
78918
+ "kind": "LIST",
78919
+ "name": null,
78920
+ "ofType": {
78921
+ "kind": "NON_NULL",
78922
+ "name": null,
78923
+ "ofType": {
78924
+ "kind": "INPUT_OBJECT",
78925
+ "name": "SubscriptionAddonSort",
78926
+ "ofType": null
78927
+ }
78928
+ }
78929
+ },
78930
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
78931
+ "isDeprecated": false,
78932
+ "deprecationReason": null
78933
+ }
78934
+ ],
78935
+ "type": {
78936
+ "kind": "LIST",
78937
+ "name": null,
78938
+ "ofType": {
78939
+ "kind": "NON_NULL",
78940
+ "name": null,
78941
+ "ofType": {
78942
+ "kind": "OBJECT",
78943
+ "name": "SubscriptionAddon",
78944
+ "ofType": null
78945
+ }
78946
+ }
78947
+ },
78948
+ "isDeprecated": false,
78949
+ "deprecationReason": null
78950
+ },
78951
+ {
78952
+ "name": "billingCycleAnchor",
78953
+ "description": "Billing cycle anchor date",
78954
+ "args": [],
78955
+ "type": {
78956
+ "kind": "SCALAR",
78957
+ "name": "DateTime",
78958
+ "ofType": null
78959
+ },
78960
+ "isDeprecated": false,
78961
+ "deprecationReason": null
78962
+ },
78963
+ {
78964
+ "name": "billingId",
78965
+ "description": null,
78966
+ "args": [],
78967
+ "type": {
78968
+ "kind": "SCALAR",
78969
+ "name": "String",
78970
+ "ofType": null
78971
+ },
78972
+ "isDeprecated": false,
78973
+ "deprecationReason": null
78974
+ },
78975
+ {
78976
+ "name": "billingLinkUrl",
78977
+ "description": null,
78978
+ "args": [],
78979
+ "type": {
78980
+ "kind": "SCALAR",
78981
+ "name": "String",
78982
+ "ofType": null
78983
+ },
78984
+ "isDeprecated": false,
78985
+ "deprecationReason": null
78986
+ },
78987
+ {
78988
+ "name": "billingSyncError",
78989
+ "description": null,
78990
+ "args": [],
78991
+ "type": {
78992
+ "kind": "SCALAR",
78993
+ "name": "String",
78994
+ "ofType": null
78995
+ },
78996
+ "isDeprecated": false,
78997
+ "deprecationReason": null
78998
+ },
78999
+ {
79000
+ "name": "budget",
79001
+ "description": "Budget configuration",
79002
+ "args": [],
79003
+ "type": {
79004
+ "kind": "OBJECT",
79005
+ "name": "BudgetConfiguration",
79006
+ "ofType": null
79007
+ },
79008
+ "isDeprecated": false,
79009
+ "deprecationReason": null
79010
+ },
79011
+ {
79012
+ "name": "budgetExceeded",
79013
+ "description": "Indicates if the budget has been exceeded",
79014
+ "args": [],
79015
+ "type": {
79016
+ "kind": "SCALAR",
79017
+ "name": "Boolean",
79018
+ "ofType": null
79019
+ },
79020
+ "isDeprecated": false,
79021
+ "deprecationReason": null
79022
+ },
79023
+ {
79024
+ "name": "cancelReason",
79025
+ "description": null,
79026
+ "args": [],
79027
+ "type": {
79028
+ "kind": "ENUM",
79029
+ "name": "SubscriptionCancelReason",
79030
+ "ofType": null
79031
+ },
79032
+ "isDeprecated": false,
79033
+ "deprecationReason": null
79034
+ },
79035
+ {
79036
+ "name": "cancellationDate",
79037
+ "description": null,
79038
+ "args": [],
79039
+ "type": {
79040
+ "kind": "SCALAR",
79041
+ "name": "DateTime",
79042
+ "ofType": null
79043
+ },
79044
+ "isDeprecated": false,
79045
+ "deprecationReason": null
79046
+ },
79047
+ {
79048
+ "name": "coupon",
79049
+ "description": null,
79050
+ "args": [],
79051
+ "type": {
79052
+ "kind": "OBJECT",
79053
+ "name": "SubscriptionCoupon",
79054
+ "ofType": null
79055
+ },
79056
+ "isDeprecated": false,
79057
+ "deprecationReason": null
79058
+ },
79059
+ {
79060
+ "name": "coupons",
79061
+ "description": null,
79062
+ "args": [],
79063
+ "type": {
79064
+ "kind": "LIST",
79065
+ "name": null,
79066
+ "ofType": {
79067
+ "kind": "NON_NULL",
79068
+ "name": null,
79069
+ "ofType": {
79070
+ "kind": "OBJECT",
79071
+ "name": "SubscriptionCoupon",
79072
+ "ofType": null
79073
+ }
79074
+ }
79075
+ },
79076
+ "isDeprecated": false,
79077
+ "deprecationReason": null
79078
+ },
79079
+ {
79080
+ "name": "createdAt",
79081
+ "description": "Created at",
79082
+ "args": [],
79083
+ "type": {
79084
+ "kind": "SCALAR",
79085
+ "name": "DateTime",
79086
+ "ofType": null
79087
+ },
79088
+ "isDeprecated": false,
79089
+ "deprecationReason": null
79090
+ },
79091
+ {
79092
+ "name": "crmId",
79093
+ "description": null,
79094
+ "args": [],
79095
+ "type": {
79096
+ "kind": "SCALAR",
79097
+ "name": "String",
79098
+ "ofType": null
79099
+ },
79100
+ "isDeprecated": false,
79101
+ "deprecationReason": null
79102
+ },
79103
+ {
79104
+ "name": "crmLinkUrl",
79105
+ "description": null,
79106
+ "args": [],
79107
+ "type": {
79108
+ "kind": "SCALAR",
79109
+ "name": "String",
79110
+ "ofType": null
79111
+ },
79112
+ "isDeprecated": false,
79113
+ "deprecationReason": null
79114
+ },
79115
+ {
79116
+ "name": "currentBillingPeriodEnd",
79117
+ "description": null,
79118
+ "args": [],
79119
+ "type": {
79120
+ "kind": "SCALAR",
79121
+ "name": "DateTime",
79122
+ "ofType": null
79123
+ },
79124
+ "isDeprecated": false,
79125
+ "deprecationReason": null
79126
+ },
79127
+ {
79128
+ "name": "currentBillingPeriodStart",
79129
+ "description": null,
79130
+ "args": [],
79131
+ "type": {
79132
+ "kind": "SCALAR",
79133
+ "name": "DateTime",
79134
+ "ofType": null
79135
+ },
79136
+ "isDeprecated": false,
79137
+ "deprecationReason": null
79138
+ },
79139
+ {
79140
+ "name": "customer",
79141
+ "description": null,
79142
+ "args": [],
79143
+ "type": {
79144
+ "kind": "NON_NULL",
79145
+ "name": null,
79146
+ "ofType": {
79147
+ "kind": "OBJECT",
79148
+ "name": "Customer",
79149
+ "ofType": null
79150
+ }
79151
+ },
79152
+ "isDeprecated": false,
79153
+ "deprecationReason": null
79154
+ },
79155
+ {
79156
+ "name": "customerId",
79157
+ "description": "Customer ID",
79158
+ "args": [],
79159
+ "type": {
79160
+ "kind": "SCALAR",
79161
+ "name": "String",
79162
+ "ofType": null
79163
+ },
79164
+ "isDeprecated": false,
79165
+ "deprecationReason": null
79166
+ },
79167
+ {
79168
+ "name": "effectiveEndDate",
79169
+ "description": null,
79170
+ "args": [],
79171
+ "type": {
79172
+ "kind": "SCALAR",
79173
+ "name": "DateTime",
79174
+ "ofType": null
79175
+ },
79176
+ "isDeprecated": false,
79177
+ "deprecationReason": null
79178
+ },
79179
+ {
79180
+ "name": "endDate",
79181
+ "description": null,
79182
+ "args": [],
79183
+ "type": {
79184
+ "kind": "SCALAR",
79185
+ "name": "DateTime",
79186
+ "ofType": null
79187
+ },
79188
+ "isDeprecated": false,
79189
+ "deprecationReason": null
79190
+ },
79191
+ {
79192
+ "name": "environment",
79193
+ "description": null,
79194
+ "args": [],
79195
+ "type": {
79196
+ "kind": "NON_NULL",
79197
+ "name": null,
79198
+ "ofType": {
79199
+ "kind": "OBJECT",
79200
+ "name": "Environment",
79201
+ "ofType": null
79202
+ }
79203
+ },
79204
+ "isDeprecated": false,
79205
+ "deprecationReason": null
79206
+ },
79207
+ {
79208
+ "name": "environmentId",
79209
+ "description": "Environment ID",
79210
+ "args": [],
79211
+ "type": {
79212
+ "kind": "NON_NULL",
79213
+ "name": null,
79214
+ "ofType": {
79215
+ "kind": "SCALAR",
79216
+ "name": "String",
79217
+ "ofType": null
79218
+ }
79219
+ },
79220
+ "isDeprecated": false,
79221
+ "deprecationReason": null
79222
+ },
79223
+ {
79224
+ "name": "experiment",
79225
+ "description": null,
79226
+ "args": [],
79227
+ "type": {
79228
+ "kind": "OBJECT",
79229
+ "name": "Experiment",
79230
+ "ofType": null
79231
+ },
79232
+ "isDeprecated": false,
79233
+ "deprecationReason": null
79234
+ },
79235
+ {
79236
+ "name": "experimentInfo",
79237
+ "description": null,
79238
+ "args": [],
79239
+ "type": {
79240
+ "kind": "OBJECT",
79241
+ "name": "experimentInfo",
79242
+ "ofType": null
79243
+ },
79244
+ "isDeprecated": false,
79245
+ "deprecationReason": null
79246
+ },
79247
+ {
79248
+ "name": "freeItems",
79249
+ "description": "Free items included in the subscription",
79250
+ "args": [],
79251
+ "type": {
79252
+ "kind": "LIST",
79253
+ "name": null,
79254
+ "ofType": {
79255
+ "kind": "NON_NULL",
79256
+ "name": null,
79257
+ "ofType": {
79258
+ "kind": "OBJECT",
79259
+ "name": "FreeSubscriptionItem",
79260
+ "ofType": null
79261
+ }
79262
+ }
79263
+ },
79264
+ "isDeprecated": false,
79265
+ "deprecationReason": null
79266
+ },
79267
+ {
79268
+ "name": "id",
79269
+ "description": null,
79270
+ "args": [],
79271
+ "type": {
79272
+ "kind": "NON_NULL",
79273
+ "name": null,
79274
+ "ofType": {
79275
+ "kind": "SCALAR",
79276
+ "name": "String",
79277
+ "ofType": null
79278
+ }
79279
+ },
79280
+ "isDeprecated": false,
79281
+ "deprecationReason": null
79282
+ },
79283
+ {
79284
+ "name": "lastUsageInvoice",
79285
+ "description": null,
79286
+ "args": [],
79287
+ "type": {
79288
+ "kind": "OBJECT",
79289
+ "name": "SubscriptionInvoice",
79290
+ "ofType": null
79291
+ },
79292
+ "isDeprecated": false,
79293
+ "deprecationReason": null
79294
+ },
79295
+ {
79296
+ "name": "latestInvoice",
79297
+ "description": null,
79298
+ "args": [],
79299
+ "type": {
79300
+ "kind": "OBJECT",
79301
+ "name": "SubscriptionInvoice",
79302
+ "ofType": null
79303
+ },
79304
+ "isDeprecated": false,
79305
+ "deprecationReason": null
79306
+ },
79307
+ {
79308
+ "name": "minimumSpend",
79309
+ "description": "Minimum spend configuration",
79310
+ "args": [],
79311
+ "type": {
79312
+ "kind": "OBJECT",
79313
+ "name": "SubscriptionMinimumSpend",
79314
+ "ofType": null
79315
+ },
79316
+ "isDeprecated": false,
79317
+ "deprecationReason": null
79318
+ },
79319
+ {
79320
+ "name": "oldBillingId",
79321
+ "description": null,
79322
+ "args": [],
79323
+ "type": {
79324
+ "kind": "SCALAR",
79325
+ "name": "String",
79326
+ "ofType": null
79327
+ },
79328
+ "isDeprecated": false,
79329
+ "deprecationReason": null
79330
+ },
79331
+ {
79332
+ "name": "payingCustomer",
79333
+ "description": null,
79334
+ "args": [],
79335
+ "type": {
79336
+ "kind": "OBJECT",
79337
+ "name": "Customer",
79338
+ "ofType": null
79339
+ },
79340
+ "isDeprecated": false,
79341
+ "deprecationReason": null
79342
+ },
79343
+ {
79344
+ "name": "payingCustomerId",
79345
+ "description": null,
79346
+ "args": [],
79347
+ "type": {
79348
+ "kind": "SCALAR",
79349
+ "name": "String",
79350
+ "ofType": null
79351
+ },
79352
+ "isDeprecated": false,
79353
+ "deprecationReason": null
79354
+ },
79355
+ {
79356
+ "name": "paymentCollection",
79357
+ "description": null,
79358
+ "args": [],
79359
+ "type": {
79360
+ "kind": "NON_NULL",
79361
+ "name": null,
79362
+ "ofType": {
79363
+ "kind": "ENUM",
79364
+ "name": "PaymentCollection",
79365
+ "ofType": null
79366
+ }
79367
+ },
79368
+ "isDeprecated": false,
79369
+ "deprecationReason": null
79370
+ },
79371
+ {
79372
+ "name": "paymentCollectionMethod",
79373
+ "description": "Payment collection method of the subscription",
79374
+ "args": [],
79375
+ "type": {
79376
+ "kind": "ENUM",
79377
+ "name": "PaymentCollectionMethod",
79378
+ "ofType": null
79379
+ },
79380
+ "isDeprecated": false,
79381
+ "deprecationReason": null
79382
+ },
79383
+ {
79384
+ "name": "plan",
79385
+ "description": null,
79386
+ "args": [],
79387
+ "type": {
79388
+ "kind": "NON_NULL",
79389
+ "name": null,
79390
+ "ofType": {
79391
+ "kind": "OBJECT",
79392
+ "name": "Plan",
79393
+ "ofType": null
79394
+ }
79395
+ },
79396
+ "isDeprecated": false,
79397
+ "deprecationReason": null
79398
+ },
79399
+ {
79400
+ "name": "prices",
79401
+ "description": null,
79402
+ "args": [
79403
+ {
79404
+ "name": "filter",
79405
+ "description": "Specify to filter the records returned.",
79406
+ "type": {
79407
+ "kind": "INPUT_OBJECT",
79408
+ "name": "SubscriptionPriceFilter",
79409
+ "ofType": null
79410
+ },
79411
+ "defaultValue": "{billingModel: {neq: MINIMUM_SPEND}}",
79412
+ "isDeprecated": false,
79413
+ "deprecationReason": null
79414
+ },
79415
+ {
79416
+ "name": "sorting",
79417
+ "description": "Specify to sort results.",
79418
+ "type": {
79419
+ "kind": "LIST",
79420
+ "name": null,
79421
+ "ofType": {
79422
+ "kind": "NON_NULL",
79423
+ "name": null,
79424
+ "ofType": {
79425
+ "kind": "INPUT_OBJECT",
79426
+ "name": "SubscriptionPriceSort",
79427
+ "ofType": null
79428
+ }
79429
+ }
79430
+ },
79431
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
79432
+ "isDeprecated": false,
79433
+ "deprecationReason": null
79434
+ }
79435
+ ],
79436
+ "type": {
79437
+ "kind": "LIST",
79438
+ "name": null,
79439
+ "ofType": {
79440
+ "kind": "NON_NULL",
79441
+ "name": null,
79442
+ "ofType": {
79443
+ "kind": "OBJECT",
79444
+ "name": "SubscriptionPrice",
79445
+ "ofType": null
79446
+ }
79447
+ }
79448
+ },
79449
+ "isDeprecated": false,
79450
+ "deprecationReason": null
79451
+ },
79452
+ {
79453
+ "name": "pricingType",
79454
+ "description": null,
79455
+ "args": [],
79456
+ "type": {
79457
+ "kind": "NON_NULL",
79458
+ "name": null,
79459
+ "ofType": {
79460
+ "kind": "ENUM",
79461
+ "name": "PricingType",
79462
+ "ofType": null
79463
+ }
79464
+ },
79465
+ "isDeprecated": false,
79466
+ "deprecationReason": null
79467
+ },
79468
+ {
79469
+ "name": "refId",
79470
+ "description": null,
79471
+ "args": [],
79472
+ "type": {
79473
+ "kind": "NON_NULL",
79474
+ "name": null,
79475
+ "ofType": {
79476
+ "kind": "SCALAR",
79477
+ "name": "String",
79478
+ "ofType": null
79479
+ }
79480
+ },
79481
+ "isDeprecated": true,
79482
+ "deprecationReason": "Renamed to subscriptionId"
79483
+ },
79484
+ {
79485
+ "name": "resource",
79486
+ "description": null,
79487
+ "args": [],
79488
+ "type": {
79489
+ "kind": "OBJECT",
79490
+ "name": "CustomerResource",
79491
+ "ofType": null
79492
+ },
79493
+ "isDeprecated": false,
79494
+ "deprecationReason": null
79495
+ },
79496
+ {
79497
+ "name": "resourceId",
79498
+ "description": "Resource ID",
79499
+ "args": [],
79500
+ "type": {
79501
+ "kind": "SCALAR",
79502
+ "name": "String",
79503
+ "ofType": null
79504
+ },
79505
+ "isDeprecated": false,
79506
+ "deprecationReason": null
79507
+ },
79508
+ {
79509
+ "name": "salesforceId",
79510
+ "description": null,
79511
+ "args": [],
79512
+ "type": {
79513
+ "kind": "SCALAR",
79514
+ "name": "String",
79515
+ "ofType": null
79516
+ },
79517
+ "isDeprecated": false,
79518
+ "deprecationReason": null
79519
+ },
79520
+ {
79521
+ "name": "scheduledUpdates",
79522
+ "description": null,
79523
+ "args": [],
79524
+ "type": {
79525
+ "kind": "LIST",
79526
+ "name": null,
79527
+ "ofType": {
79528
+ "kind": "NON_NULL",
79529
+ "name": null,
79530
+ "ofType": {
79531
+ "kind": "OBJECT",
79532
+ "name": "SubscriptionScheduledUpdate",
79533
+ "ofType": null
79534
+ }
79535
+ }
79536
+ },
79537
+ "isDeprecated": false,
79538
+ "deprecationReason": null
79539
+ },
79540
+ {
79541
+ "name": "startDate",
79542
+ "description": null,
79543
+ "args": [],
79544
+ "type": {
79545
+ "kind": "NON_NULL",
79546
+ "name": null,
79547
+ "ofType": {
79548
+ "kind": "SCALAR",
79549
+ "name": "DateTime",
79550
+ "ofType": null
79551
+ }
79552
+ },
79553
+ "isDeprecated": false,
79554
+ "deprecationReason": null
79555
+ },
79556
+ {
79557
+ "name": "status",
79558
+ "description": "Subscription status",
79559
+ "args": [],
79560
+ "type": {
79561
+ "kind": "NON_NULL",
79562
+ "name": null,
79563
+ "ofType": {
79564
+ "kind": "ENUM",
79565
+ "name": "SubscriptionStatus",
79566
+ "ofType": null
79567
+ }
79568
+ },
79569
+ "isDeprecated": false,
79570
+ "deprecationReason": null
79571
+ },
79572
+ {
79573
+ "name": "subscriptionEntitlements",
79574
+ "description": null,
79575
+ "args": [
79576
+ {
79577
+ "name": "filter",
79578
+ "description": "Specify to filter the records returned.",
79579
+ "type": {
79580
+ "kind": "INPUT_OBJECT",
79581
+ "name": "SubscriptionEntitlementFilter",
79582
+ "ofType": null
79583
+ },
79584
+ "defaultValue": "{}",
79585
+ "isDeprecated": false,
79586
+ "deprecationReason": null
79587
+ },
79588
+ {
79589
+ "name": "sorting",
79590
+ "description": "Specify to sort results.",
79591
+ "type": {
79592
+ "kind": "LIST",
79593
+ "name": null,
79594
+ "ofType": {
79595
+ "kind": "NON_NULL",
79596
+ "name": null,
79597
+ "ofType": {
79598
+ "kind": "INPUT_OBJECT",
79599
+ "name": "SubscriptionEntitlementSort",
79600
+ "ofType": null
79601
+ }
79602
+ }
79603
+ },
79604
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
79605
+ "isDeprecated": false,
79606
+ "deprecationReason": null
79607
+ }
79608
+ ],
79609
+ "type": {
79610
+ "kind": "LIST",
79611
+ "name": null,
79612
+ "ofType": {
79613
+ "kind": "NON_NULL",
79614
+ "name": null,
79615
+ "ofType": {
79616
+ "kind": "OBJECT",
79617
+ "name": "SubscriptionEntitlement",
79618
+ "ofType": null
79619
+ }
79620
+ }
79621
+ },
79622
+ "isDeprecated": false,
79623
+ "deprecationReason": null
79624
+ },
79625
+ {
79626
+ "name": "subscriptionId",
79627
+ "description": null,
79628
+ "args": [],
79629
+ "type": {
79630
+ "kind": "NON_NULL",
79631
+ "name": null,
79632
+ "ofType": {
79633
+ "kind": "SCALAR",
79634
+ "name": "String",
79635
+ "ofType": null
79636
+ }
79637
+ },
79638
+ "isDeprecated": false,
79639
+ "deprecationReason": null
79640
+ },
79641
+ {
79642
+ "name": "syncStates",
79643
+ "description": null,
79644
+ "args": [],
79645
+ "type": {
79646
+ "kind": "NON_NULL",
79647
+ "name": null,
79648
+ "ofType": {
79649
+ "kind": "LIST",
79650
+ "name": null,
79651
+ "ofType": {
79652
+ "kind": "NON_NULL",
79653
+ "name": null,
79654
+ "ofType": {
79655
+ "kind": "OBJECT",
79656
+ "name": "SyncState",
79657
+ "ofType": null
79658
+ }
79659
+ }
79660
+ }
79661
+ },
79662
+ "isDeprecated": false,
79663
+ "deprecationReason": null
79664
+ },
79665
+ {
79666
+ "name": "totalPrice",
79667
+ "description": null,
79668
+ "args": [],
79669
+ "type": {
79670
+ "kind": "OBJECT",
79671
+ "name": "CustomerSubscriptionTotalPrice",
79672
+ "ofType": null
79673
+ },
79674
+ "isDeprecated": false,
79675
+ "deprecationReason": null
79676
+ },
79677
+ {
79678
+ "name": "trialConfiguration",
79679
+ "description": "Trial configuration",
79680
+ "args": [],
79681
+ "type": {
79682
+ "kind": "OBJECT",
79683
+ "name": "TrialConfiguration",
79684
+ "ofType": null
79685
+ },
79686
+ "isDeprecated": false,
79687
+ "deprecationReason": null
79688
+ },
79689
+ {
79690
+ "name": "trialEndDate",
79691
+ "description": null,
79692
+ "args": [],
79693
+ "type": {
79694
+ "kind": "SCALAR",
79695
+ "name": "DateTime",
79696
+ "ofType": null
79697
+ },
79698
+ "isDeprecated": false,
79699
+ "deprecationReason": null
79700
+ },
79701
+ {
79702
+ "name": "wasInTrial",
79703
+ "description": null,
79704
+ "args": [],
79705
+ "type": {
79706
+ "kind": "SCALAR",
79707
+ "name": "Boolean",
79708
+ "ofType": null
79709
+ },
79710
+ "isDeprecated": false,
79711
+ "deprecationReason": null
79712
+ }
79713
+ ],
79714
+ "inputFields": null,
79715
+ "interfaces": [],
79716
+ "enumValues": null,
79717
+ "possibleTypes": null
79718
+ },
79719
+ {
79720
+ "kind": "OBJECT",
79721
+ "name": "SubscriptionQueryAggregateGroupBy",
79722
+ "description": null,
79723
+ "fields": [
79724
+ {
79725
+ "name": "createdAt",
79726
+ "description": null,
79727
+ "args": [],
79728
+ "type": {
79729
+ "kind": "SCALAR",
79730
+ "name": "DateTime",
79731
+ "ofType": null
79732
+ },
79733
+ "isDeprecated": false,
79734
+ "deprecationReason": null
79735
+ },
79736
+ {
79737
+ "name": "customerId",
79738
+ "description": null,
79739
+ "args": [],
79740
+ "type": {
79741
+ "kind": "SCALAR",
79742
+ "name": "String",
79743
+ "ofType": null
79744
+ },
79745
+ "isDeprecated": false,
79746
+ "deprecationReason": null
79747
+ },
79748
+ {
79749
+ "name": "environmentId",
79750
+ "description": null,
79751
+ "args": [],
79752
+ "type": {
79753
+ "kind": "SCALAR",
79754
+ "name": "String",
79755
+ "ofType": null
79756
+ },
79757
+ "isDeprecated": false,
79758
+ "deprecationReason": null
79759
+ },
79760
+ {
79761
+ "name": "productId",
79762
+ "description": null,
79763
+ "args": [],
79764
+ "type": {
79765
+ "kind": "SCALAR",
79766
+ "name": "String",
79767
+ "ofType": null
79768
+ },
79769
+ "isDeprecated": false,
79770
+ "deprecationReason": null
79771
+ },
79772
+ {
79773
+ "name": "resourceId",
79774
+ "description": null,
79775
+ "args": [],
79776
+ "type": {
79777
+ "kind": "SCALAR",
79778
+ "name": "String",
79779
+ "ofType": null
79780
+ },
79781
+ "isDeprecated": false,
79782
+ "deprecationReason": null
79783
+ },
79784
+ {
79785
+ "name": "status",
79786
+ "description": null,
79787
+ "args": [],
79788
+ "type": {
79789
+ "kind": "ENUM",
79790
+ "name": "SubscriptionStatus",
79791
+ "ofType": null
79792
+ },
79793
+ "isDeprecated": false,
79794
+ "deprecationReason": null
79795
+ }
79796
+ ],
79797
+ "inputFields": null,
79798
+ "interfaces": [],
79799
+ "enumValues": null,
79800
+ "possibleTypes": null
79801
+ },
79802
+ {
79803
+ "kind": "OBJECT",
79804
+ "name": "SubscriptionQueryConnection",
79805
+ "description": null,
79806
+ "fields": [
79807
+ {
79808
+ "name": "edges",
79809
+ "description": "Array of edges.",
79810
+ "args": [],
79811
+ "type": {
79812
+ "kind": "NON_NULL",
79813
+ "name": null,
79814
+ "ofType": {
79815
+ "kind": "LIST",
79816
+ "name": null,
79817
+ "ofType": {
79818
+ "kind": "NON_NULL",
79819
+ "name": null,
79820
+ "ofType": {
79821
+ "kind": "OBJECT",
79822
+ "name": "SubscriptionQueryEdge",
79823
+ "ofType": null
79824
+ }
79825
+ }
79826
+ }
79827
+ },
79828
+ "isDeprecated": false,
79829
+ "deprecationReason": null
79830
+ },
79831
+ {
79832
+ "name": "pageInfo",
79833
+ "description": "Paging information",
79834
+ "args": [],
79835
+ "type": {
79836
+ "kind": "NON_NULL",
79837
+ "name": null,
79838
+ "ofType": {
79839
+ "kind": "OBJECT",
79840
+ "name": "PageInfo",
79841
+ "ofType": null
79842
+ }
79843
+ },
79844
+ "isDeprecated": false,
79845
+ "deprecationReason": null
79846
+ },
79847
+ {
79848
+ "name": "totalCount",
79849
+ "description": "Fetch total count of records",
79850
+ "args": [],
79851
+ "type": {
79852
+ "kind": "NON_NULL",
79853
+ "name": null,
79854
+ "ofType": {
79855
+ "kind": "SCALAR",
79856
+ "name": "Int",
79857
+ "ofType": null
79858
+ }
79859
+ },
79860
+ "isDeprecated": false,
79861
+ "deprecationReason": null
79862
+ }
79863
+ ],
79864
+ "inputFields": null,
79865
+ "interfaces": [],
79866
+ "enumValues": null,
79867
+ "possibleTypes": null
79868
+ },
79869
+ {
79870
+ "kind": "OBJECT",
79871
+ "name": "SubscriptionQueryCountAggregate",
79872
+ "description": null,
79873
+ "fields": [
79874
+ {
79875
+ "name": "createdAt",
79876
+ "description": null,
79877
+ "args": [],
79878
+ "type": {
79879
+ "kind": "SCALAR",
79880
+ "name": "Int",
79881
+ "ofType": null
79882
+ },
79883
+ "isDeprecated": false,
79884
+ "deprecationReason": null
79885
+ },
79886
+ {
79887
+ "name": "customerId",
79888
+ "description": null,
79889
+ "args": [],
79890
+ "type": {
79891
+ "kind": "SCALAR",
79892
+ "name": "Int",
79893
+ "ofType": null
79894
+ },
79895
+ "isDeprecated": false,
79896
+ "deprecationReason": null
79897
+ },
79898
+ {
79899
+ "name": "environmentId",
79900
+ "description": null,
79901
+ "args": [],
79902
+ "type": {
79903
+ "kind": "SCALAR",
79904
+ "name": "Int",
79905
+ "ofType": null
79906
+ },
79907
+ "isDeprecated": false,
79908
+ "deprecationReason": null
79909
+ },
79910
+ {
79911
+ "name": "productId",
79912
+ "description": null,
79913
+ "args": [],
79914
+ "type": {
79915
+ "kind": "SCALAR",
79916
+ "name": "Int",
79917
+ "ofType": null
79918
+ },
79919
+ "isDeprecated": false,
79920
+ "deprecationReason": null
79921
+ },
79922
+ {
79923
+ "name": "resourceId",
79924
+ "description": null,
79925
+ "args": [],
79926
+ "type": {
79927
+ "kind": "SCALAR",
79928
+ "name": "Int",
79929
+ "ofType": null
79930
+ },
79931
+ "isDeprecated": false,
79932
+ "deprecationReason": null
79933
+ },
79934
+ {
79935
+ "name": "status",
79936
+ "description": null,
79937
+ "args": [],
79938
+ "type": {
79939
+ "kind": "SCALAR",
79940
+ "name": "Int",
79941
+ "ofType": null
79942
+ },
79943
+ "isDeprecated": false,
79944
+ "deprecationReason": null
79945
+ }
79946
+ ],
79947
+ "inputFields": null,
79948
+ "interfaces": [],
79949
+ "enumValues": null,
79950
+ "possibleTypes": null
79951
+ },
79952
+ {
79953
+ "kind": "OBJECT",
79954
+ "name": "SubscriptionQueryEdge",
79955
+ "description": null,
79956
+ "fields": [
79957
+ {
79958
+ "name": "cursor",
79959
+ "description": "Cursor for this node.",
79960
+ "args": [],
79961
+ "type": {
79962
+ "kind": "NON_NULL",
79963
+ "name": null,
79964
+ "ofType": {
79965
+ "kind": "SCALAR",
79966
+ "name": "ConnectionCursor",
79967
+ "ofType": null
79968
+ }
79969
+ },
79970
+ "isDeprecated": false,
79971
+ "deprecationReason": null
79972
+ },
79973
+ {
79974
+ "name": "node",
79975
+ "description": "The node containing the SubscriptionQuery",
79976
+ "args": [],
79977
+ "type": {
79978
+ "kind": "NON_NULL",
79979
+ "name": null,
79980
+ "ofType": {
79981
+ "kind": "OBJECT",
79982
+ "name": "SubscriptionQuery",
79983
+ "ofType": null
79984
+ }
79985
+ },
79986
+ "isDeprecated": false,
79987
+ "deprecationReason": null
79988
+ }
79989
+ ],
79990
+ "inputFields": null,
79991
+ "interfaces": [],
79992
+ "enumValues": null,
79993
+ "possibleTypes": null
79994
+ },
79995
+ {
79996
+ "kind": "INPUT_OBJECT",
79997
+ "name": "SubscriptionQueryFilter",
79998
+ "description": null,
79999
+ "fields": null,
80000
+ "inputFields": [
80001
+ {
80002
+ "name": "and",
80003
+ "description": null,
80004
+ "type": {
80005
+ "kind": "LIST",
80006
+ "name": null,
80007
+ "ofType": {
80008
+ "kind": "NON_NULL",
80009
+ "name": null,
80010
+ "ofType": {
80011
+ "kind": "INPUT_OBJECT",
80012
+ "name": "SubscriptionQueryFilter",
80013
+ "ofType": null
80014
+ }
80015
+ }
80016
+ },
80017
+ "defaultValue": null,
80018
+ "isDeprecated": false,
80019
+ "deprecationReason": null
80020
+ },
80021
+ {
80022
+ "name": "createdAt",
80023
+ "description": null,
80024
+ "type": {
80025
+ "kind": "INPUT_OBJECT",
80026
+ "name": "DateFieldComparison",
80027
+ "ofType": null
80028
+ },
80029
+ "defaultValue": null,
80030
+ "isDeprecated": false,
80031
+ "deprecationReason": null
80032
+ },
80033
+ {
80034
+ "name": "customerId",
80035
+ "description": null,
80036
+ "type": {
80037
+ "kind": "INPUT_OBJECT",
80038
+ "name": "StringFieldComparison",
80039
+ "ofType": null
80040
+ },
80041
+ "defaultValue": null,
80042
+ "isDeprecated": false,
80043
+ "deprecationReason": null
80044
+ },
80045
+ {
80046
+ "name": "environmentId",
80047
+ "description": null,
80048
+ "type": {
80049
+ "kind": "INPUT_OBJECT",
80050
+ "name": "StringFieldComparison",
80051
+ "ofType": null
80052
+ },
80053
+ "defaultValue": null,
80054
+ "isDeprecated": false,
80055
+ "deprecationReason": null
80056
+ },
80057
+ {
80058
+ "name": "or",
80059
+ "description": null,
80060
+ "type": {
80061
+ "kind": "LIST",
80062
+ "name": null,
80063
+ "ofType": {
80064
+ "kind": "NON_NULL",
80065
+ "name": null,
80066
+ "ofType": {
80067
+ "kind": "INPUT_OBJECT",
80068
+ "name": "SubscriptionQueryFilter",
80069
+ "ofType": null
80070
+ }
80071
+ }
80072
+ },
80073
+ "defaultValue": null,
80074
+ "isDeprecated": false,
80075
+ "deprecationReason": null
80076
+ },
80077
+ {
80078
+ "name": "productId",
80079
+ "description": null,
80080
+ "type": {
80081
+ "kind": "INPUT_OBJECT",
80082
+ "name": "StringFieldComparison",
80083
+ "ofType": null
80084
+ },
80085
+ "defaultValue": null,
80086
+ "isDeprecated": false,
80087
+ "deprecationReason": null
80088
+ },
80089
+ {
80090
+ "name": "resourceId",
80091
+ "description": null,
80092
+ "type": {
80093
+ "kind": "INPUT_OBJECT",
80094
+ "name": "StringFieldComparison",
80095
+ "ofType": null
80096
+ },
80097
+ "defaultValue": null,
80098
+ "isDeprecated": false,
80099
+ "deprecationReason": null
80100
+ },
80101
+ {
80102
+ "name": "status",
80103
+ "description": null,
80104
+ "type": {
80105
+ "kind": "INPUT_OBJECT",
80106
+ "name": "SubscriptionStatusFilterComparison",
80107
+ "ofType": null
80108
+ },
80109
+ "defaultValue": null,
80110
+ "isDeprecated": false,
80111
+ "deprecationReason": null
80112
+ }
80113
+ ],
80114
+ "interfaces": null,
80115
+ "enumValues": null,
80116
+ "possibleTypes": null
80117
+ },
80118
+ {
80119
+ "kind": "OBJECT",
80120
+ "name": "SubscriptionQueryMaxAggregate",
80121
+ "description": null,
80122
+ "fields": [
80123
+ {
80124
+ "name": "createdAt",
80125
+ "description": null,
80126
+ "args": [],
80127
+ "type": {
80128
+ "kind": "SCALAR",
80129
+ "name": "DateTime",
80130
+ "ofType": null
80131
+ },
80132
+ "isDeprecated": false,
80133
+ "deprecationReason": null
80134
+ },
80135
+ {
80136
+ "name": "customerId",
80137
+ "description": null,
80138
+ "args": [],
80139
+ "type": {
80140
+ "kind": "SCALAR",
80141
+ "name": "String",
80142
+ "ofType": null
80143
+ },
80144
+ "isDeprecated": false,
80145
+ "deprecationReason": null
80146
+ },
80147
+ {
80148
+ "name": "environmentId",
80149
+ "description": null,
80150
+ "args": [],
80151
+ "type": {
80152
+ "kind": "SCALAR",
80153
+ "name": "String",
80154
+ "ofType": null
80155
+ },
80156
+ "isDeprecated": false,
80157
+ "deprecationReason": null
80158
+ },
80159
+ {
80160
+ "name": "productId",
80161
+ "description": null,
80162
+ "args": [],
80163
+ "type": {
80164
+ "kind": "SCALAR",
80165
+ "name": "String",
80166
+ "ofType": null
80167
+ },
80168
+ "isDeprecated": false,
80169
+ "deprecationReason": null
80170
+ },
80171
+ {
80172
+ "name": "resourceId",
80173
+ "description": null,
80174
+ "args": [],
80175
+ "type": {
80176
+ "kind": "SCALAR",
80177
+ "name": "String",
80178
+ "ofType": null
80179
+ },
80180
+ "isDeprecated": false,
80181
+ "deprecationReason": null
80182
+ },
80183
+ {
80184
+ "name": "status",
80185
+ "description": null,
80186
+ "args": [],
80187
+ "type": {
80188
+ "kind": "ENUM",
80189
+ "name": "SubscriptionStatus",
80190
+ "ofType": null
80191
+ },
80192
+ "isDeprecated": false,
80193
+ "deprecationReason": null
80194
+ }
80195
+ ],
80196
+ "inputFields": null,
80197
+ "interfaces": [],
80198
+ "enumValues": null,
80199
+ "possibleTypes": null
80200
+ },
80201
+ {
80202
+ "kind": "OBJECT",
80203
+ "name": "SubscriptionQueryMinAggregate",
80204
+ "description": null,
80205
+ "fields": [
80206
+ {
80207
+ "name": "createdAt",
80208
+ "description": null,
80209
+ "args": [],
80210
+ "type": {
80211
+ "kind": "SCALAR",
80212
+ "name": "DateTime",
80213
+ "ofType": null
80214
+ },
80215
+ "isDeprecated": false,
80216
+ "deprecationReason": null
80217
+ },
80218
+ {
80219
+ "name": "customerId",
80220
+ "description": null,
80221
+ "args": [],
80222
+ "type": {
80223
+ "kind": "SCALAR",
80224
+ "name": "String",
80225
+ "ofType": null
80226
+ },
80227
+ "isDeprecated": false,
80228
+ "deprecationReason": null
80229
+ },
80230
+ {
80231
+ "name": "environmentId",
80232
+ "description": null,
80233
+ "args": [],
80234
+ "type": {
80235
+ "kind": "SCALAR",
80236
+ "name": "String",
80237
+ "ofType": null
80238
+ },
80239
+ "isDeprecated": false,
80240
+ "deprecationReason": null
80241
+ },
80242
+ {
80243
+ "name": "productId",
80244
+ "description": null,
80245
+ "args": [],
80246
+ "type": {
80247
+ "kind": "SCALAR",
80248
+ "name": "String",
80249
+ "ofType": null
80250
+ },
80251
+ "isDeprecated": false,
80252
+ "deprecationReason": null
80253
+ },
80254
+ {
80255
+ "name": "resourceId",
80256
+ "description": null,
80257
+ "args": [],
80258
+ "type": {
80259
+ "kind": "SCALAR",
80260
+ "name": "String",
80261
+ "ofType": null
80262
+ },
80263
+ "isDeprecated": false,
80264
+ "deprecationReason": null
80265
+ },
80266
+ {
80267
+ "name": "status",
80268
+ "description": null,
80269
+ "args": [],
80270
+ "type": {
80271
+ "kind": "ENUM",
80272
+ "name": "SubscriptionStatus",
80273
+ "ofType": null
80274
+ },
80275
+ "isDeprecated": false,
80276
+ "deprecationReason": null
80277
+ }
80278
+ ],
80279
+ "inputFields": null,
80280
+ "interfaces": [],
80281
+ "enumValues": null,
80282
+ "possibleTypes": null
80283
+ },
80284
+ {
80285
+ "kind": "INPUT_OBJECT",
80286
+ "name": "SubscriptionQuerySort",
80287
+ "description": null,
80288
+ "fields": null,
80289
+ "inputFields": [
80290
+ {
80291
+ "name": "direction",
80292
+ "description": null,
80293
+ "type": {
80294
+ "kind": "NON_NULL",
80295
+ "name": null,
80296
+ "ofType": {
80297
+ "kind": "ENUM",
80298
+ "name": "SortDirection",
80299
+ "ofType": null
80300
+ }
80301
+ },
80302
+ "defaultValue": null,
80303
+ "isDeprecated": false,
80304
+ "deprecationReason": null
80305
+ },
80306
+ {
80307
+ "name": "field",
80308
+ "description": null,
80309
+ "type": {
80310
+ "kind": "NON_NULL",
80311
+ "name": null,
80312
+ "ofType": {
80313
+ "kind": "ENUM",
80314
+ "name": "SubscriptionQuerySortFields",
80315
+ "ofType": null
80316
+ }
80317
+ },
80318
+ "defaultValue": null,
80319
+ "isDeprecated": false,
80320
+ "deprecationReason": null
80321
+ },
80322
+ {
80323
+ "name": "nulls",
80324
+ "description": null,
80325
+ "type": {
80326
+ "kind": "ENUM",
80327
+ "name": "SortNulls",
80328
+ "ofType": null
80329
+ },
80330
+ "defaultValue": null,
80331
+ "isDeprecated": false,
80332
+ "deprecationReason": null
80333
+ }
80334
+ ],
80335
+ "interfaces": null,
80336
+ "enumValues": null,
80337
+ "possibleTypes": null
80338
+ },
80339
+ {
80340
+ "kind": "ENUM",
80341
+ "name": "SubscriptionQuerySortFields",
80342
+ "description": null,
80343
+ "fields": null,
80344
+ "inputFields": null,
80345
+ "interfaces": null,
80346
+ "enumValues": [
80347
+ {
80348
+ "name": "createdAt",
80349
+ "description": null,
80350
+ "isDeprecated": false,
80351
+ "deprecationReason": null
80352
+ },
80353
+ {
80354
+ "name": "customerId",
80355
+ "description": null,
80356
+ "isDeprecated": false,
80357
+ "deprecationReason": null
80358
+ },
80359
+ {
80360
+ "name": "environmentId",
80361
+ "description": null,
80362
+ "isDeprecated": false,
80363
+ "deprecationReason": null
80364
+ },
80365
+ {
80366
+ "name": "productId",
80367
+ "description": null,
80368
+ "isDeprecated": false,
80369
+ "deprecationReason": null
80370
+ },
80371
+ {
80372
+ "name": "resourceId",
80373
+ "description": null,
80374
+ "isDeprecated": false,
80375
+ "deprecationReason": null
80376
+ },
80377
+ {
80378
+ "name": "status",
80379
+ "description": null,
80380
+ "isDeprecated": false,
80381
+ "deprecationReason": null
80382
+ }
80383
+ ],
80384
+ "possibleTypes": null
80385
+ },
78820
80386
  {
78821
80387
  "kind": "ENUM",
78822
80388
  "name": "SubscriptionScheduleStatus",