stigg-api-client 1.69.0 → 1.70.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.
@@ -9053,6 +9053,112 @@
9053
9053
  "enumValues": null,
9054
9054
  "possibleTypes": null
9055
9055
  },
9056
+ {
9057
+ "kind": "INPUT_OBJECT",
9058
+ "name": "CreatePackageGroup",
9059
+ "description": "The input type for creating an package group",
9060
+ "fields": null,
9061
+ "inputFields": [
9062
+ {
9063
+ "name": "displayName",
9064
+ "description": "The display name of the package group",
9065
+ "type": {
9066
+ "kind": "NON_NULL",
9067
+ "name": null,
9068
+ "ofType": {
9069
+ "kind": "SCALAR",
9070
+ "name": "String",
9071
+ "ofType": null
9072
+ }
9073
+ },
9074
+ "defaultValue": null,
9075
+ "isDeprecated": false,
9076
+ "deprecationReason": null
9077
+ },
9078
+ {
9079
+ "name": "environmentId",
9080
+ "description": "The environment id to create the package group in",
9081
+ "type": {
9082
+ "kind": "SCALAR",
9083
+ "name": "String",
9084
+ "ofType": null
9085
+ },
9086
+ "defaultValue": null,
9087
+ "isDeprecated": false,
9088
+ "deprecationReason": null
9089
+ },
9090
+ {
9091
+ "name": "packageGroupId",
9092
+ "description": "The id of the package group",
9093
+ "type": {
9094
+ "kind": "NON_NULL",
9095
+ "name": null,
9096
+ "ofType": {
9097
+ "kind": "SCALAR",
9098
+ "name": "String",
9099
+ "ofType": null
9100
+ }
9101
+ },
9102
+ "defaultValue": null,
9103
+ "isDeprecated": false,
9104
+ "deprecationReason": null
9105
+ },
9106
+ {
9107
+ "name": "status",
9108
+ "description": "The status of the package group",
9109
+ "type": {
9110
+ "kind": "ENUM",
9111
+ "name": "PackageStatus",
9112
+ "ofType": null
9113
+ },
9114
+ "defaultValue": null,
9115
+ "isDeprecated": false,
9116
+ "deprecationReason": null
9117
+ }
9118
+ ],
9119
+ "interfaces": null,
9120
+ "enumValues": null,
9121
+ "possibleTypes": null
9122
+ },
9123
+ {
9124
+ "kind": "INPUT_OBJECT",
9125
+ "name": "CreatePackageGroupDraft",
9126
+ "description": "The input type for creating a draft for an existing package group",
9127
+ "fields": null,
9128
+ "inputFields": [
9129
+ {
9130
+ "name": "environmentId",
9131
+ "description": "The environment id to create the package group draft in",
9132
+ "type": {
9133
+ "kind": "SCALAR",
9134
+ "name": "String",
9135
+ "ofType": null
9136
+ },
9137
+ "defaultValue": null,
9138
+ "isDeprecated": false,
9139
+ "deprecationReason": null
9140
+ },
9141
+ {
9142
+ "name": "packageGroupId",
9143
+ "description": "The id of the package group",
9144
+ "type": {
9145
+ "kind": "NON_NULL",
9146
+ "name": null,
9147
+ "ofType": {
9148
+ "kind": "SCALAR",
9149
+ "name": "String",
9150
+ "ofType": null
9151
+ }
9152
+ },
9153
+ "defaultValue": null,
9154
+ "isDeprecated": false,
9155
+ "deprecationReason": null
9156
+ }
9157
+ ],
9158
+ "interfaces": null,
9159
+ "enumValues": null,
9160
+ "possibleTypes": null
9161
+ },
9056
9162
  {
9057
9163
  "kind": "UNION",
9058
9164
  "name": "Credentials",
@@ -22544,6 +22650,12 @@
22544
22650
  "isDeprecated": false,
22545
22651
  "deprecationReason": null
22546
22652
  },
22653
+ {
22654
+ "name": "PackageGroupNotFound",
22655
+ "description": null,
22656
+ "isDeprecated": false,
22657
+ "deprecationReason": null
22658
+ },
22547
22659
  {
22548
22660
  "name": "PackagePricingTypeNotSet",
22549
22661
  "description": null,
@@ -27820,6 +27932,61 @@
27820
27932
  "enumValues": null,
27821
27933
  "possibleTypes": null
27822
27934
  },
27935
+ {
27936
+ "kind": "INPUT_OBJECT",
27937
+ "name": "GetPackageGroup",
27938
+ "description": "The input type for getting an package group",
27939
+ "fields": null,
27940
+ "inputFields": [
27941
+ {
27942
+ "name": "environmentId",
27943
+ "description": "The environment id to get the package group in",
27944
+ "type": {
27945
+ "kind": "NON_NULL",
27946
+ "name": null,
27947
+ "ofType": {
27948
+ "kind": "SCALAR",
27949
+ "name": "String",
27950
+ "ofType": null
27951
+ }
27952
+ },
27953
+ "defaultValue": null,
27954
+ "isDeprecated": false,
27955
+ "deprecationReason": null
27956
+ },
27957
+ {
27958
+ "name": "packageGroupId",
27959
+ "description": "The id of the package group",
27960
+ "type": {
27961
+ "kind": "NON_NULL",
27962
+ "name": null,
27963
+ "ofType": {
27964
+ "kind": "SCALAR",
27965
+ "name": "String",
27966
+ "ofType": null
27967
+ }
27968
+ },
27969
+ "defaultValue": null,
27970
+ "isDeprecated": false,
27971
+ "deprecationReason": null
27972
+ },
27973
+ {
27974
+ "name": "versionNumber",
27975
+ "description": "The version number of the package group",
27976
+ "type": {
27977
+ "kind": "SCALAR",
27978
+ "name": "Float",
27979
+ "ofType": null
27980
+ },
27981
+ "defaultValue": null,
27982
+ "isDeprecated": false,
27983
+ "deprecationReason": null
27984
+ }
27985
+ ],
27986
+ "interfaces": null,
27987
+ "enumValues": null,
27988
+ "possibleTypes": null
27989
+ },
27823
27990
  {
27824
27991
  "kind": "INPUT_OBJECT",
27825
27992
  "name": "GetPaywallInput",
@@ -35224,6 +35391,72 @@
35224
35391
  "isDeprecated": false,
35225
35392
  "deprecationReason": null
35226
35393
  },
35394
+ {
35395
+ "name": "createPackageGroup",
35396
+ "description": null,
35397
+ "args": [
35398
+ {
35399
+ "name": "input",
35400
+ "description": null,
35401
+ "type": {
35402
+ "kind": "NON_NULL",
35403
+ "name": null,
35404
+ "ofType": {
35405
+ "kind": "INPUT_OBJECT",
35406
+ "name": "CreatePackageGroup",
35407
+ "ofType": null
35408
+ }
35409
+ },
35410
+ "defaultValue": null,
35411
+ "isDeprecated": false,
35412
+ "deprecationReason": null
35413
+ }
35414
+ ],
35415
+ "type": {
35416
+ "kind": "NON_NULL",
35417
+ "name": null,
35418
+ "ofType": {
35419
+ "kind": "OBJECT",
35420
+ "name": "PackageGroup",
35421
+ "ofType": null
35422
+ }
35423
+ },
35424
+ "isDeprecated": false,
35425
+ "deprecationReason": null
35426
+ },
35427
+ {
35428
+ "name": "createPackageGroupDraft",
35429
+ "description": null,
35430
+ "args": [
35431
+ {
35432
+ "name": "input",
35433
+ "description": null,
35434
+ "type": {
35435
+ "kind": "NON_NULL",
35436
+ "name": null,
35437
+ "ofType": {
35438
+ "kind": "INPUT_OBJECT",
35439
+ "name": "CreatePackageGroupDraft",
35440
+ "ofType": null
35441
+ }
35442
+ },
35443
+ "defaultValue": null,
35444
+ "isDeprecated": false,
35445
+ "deprecationReason": null
35446
+ }
35447
+ ],
35448
+ "type": {
35449
+ "kind": "NON_NULL",
35450
+ "name": null,
35451
+ "ofType": {
35452
+ "kind": "OBJECT",
35453
+ "name": "PackageGroup",
35454
+ "ofType": null
35455
+ }
35456
+ },
35457
+ "isDeprecated": false,
35458
+ "deprecationReason": null
35459
+ },
35227
35460
  {
35228
35461
  "name": "createPlanDraft",
35229
35462
  "description": null,
@@ -36255,6 +36488,39 @@
36255
36488
  "isDeprecated": false,
36256
36489
  "deprecationReason": null
36257
36490
  },
36491
+ {
36492
+ "name": "publishPackageGroup",
36493
+ "description": null,
36494
+ "args": [
36495
+ {
36496
+ "name": "input",
36497
+ "description": null,
36498
+ "type": {
36499
+ "kind": "NON_NULL",
36500
+ "name": null,
36501
+ "ofType": {
36502
+ "kind": "INPUT_OBJECT",
36503
+ "name": "PublishPackageGroup",
36504
+ "ofType": null
36505
+ }
36506
+ },
36507
+ "defaultValue": null,
36508
+ "isDeprecated": false,
36509
+ "deprecationReason": null
36510
+ }
36511
+ ],
36512
+ "type": {
36513
+ "kind": "NON_NULL",
36514
+ "name": null,
36515
+ "ofType": {
36516
+ "kind": "OBJECT",
36517
+ "name": "PackageGroup",
36518
+ "ofType": null
36519
+ }
36520
+ },
36521
+ "isDeprecated": false,
36522
+ "deprecationReason": null
36523
+ },
36258
36524
  {
36259
36525
  "name": "publishPlan",
36260
36526
  "description": null,
@@ -37083,6 +37349,39 @@
37083
37349
  "isDeprecated": false,
37084
37350
  "deprecationReason": null
37085
37351
  },
37352
+ {
37353
+ "name": "setPackageGroupAddons",
37354
+ "description": null,
37355
+ "args": [
37356
+ {
37357
+ "name": "input",
37358
+ "description": null,
37359
+ "type": {
37360
+ "kind": "NON_NULL",
37361
+ "name": null,
37362
+ "ofType": {
37363
+ "kind": "INPUT_OBJECT",
37364
+ "name": "SetPackageGroupAddons",
37365
+ "ofType": null
37366
+ }
37367
+ },
37368
+ "defaultValue": null,
37369
+ "isDeprecated": false,
37370
+ "deprecationReason": null
37371
+ }
37372
+ ],
37373
+ "type": {
37374
+ "kind": "NON_NULL",
37375
+ "name": null,
37376
+ "ofType": {
37377
+ "kind": "OBJECT",
37378
+ "name": "PackageGroup",
37379
+ "ofType": null
37380
+ }
37381
+ },
37382
+ "isDeprecated": false,
37383
+ "deprecationReason": null
37384
+ },
37086
37385
  {
37087
37386
  "name": "setPackagePricing",
37088
37387
  "description": null,
@@ -41558,6 +41857,1474 @@
41558
41857
  "enumValues": null,
41559
41858
  "possibleTypes": null
41560
41859
  },
41860
+ {
41861
+ "kind": "OBJECT",
41862
+ "name": "PackageGroup",
41863
+ "description": "Package group",
41864
+ "fields": [
41865
+ {
41866
+ "name": "addons",
41867
+ "description": null,
41868
+ "args": [
41869
+ {
41870
+ "name": "filter",
41871
+ "description": "Specify to filter the records returned.",
41872
+ "type": {
41873
+ "kind": "INPUT_OBJECT",
41874
+ "name": "AddonFilter",
41875
+ "ofType": null
41876
+ },
41877
+ "defaultValue": "{}",
41878
+ "isDeprecated": false,
41879
+ "deprecationReason": null
41880
+ },
41881
+ {
41882
+ "name": "sorting",
41883
+ "description": "Specify to sort results.",
41884
+ "type": {
41885
+ "kind": "LIST",
41886
+ "name": null,
41887
+ "ofType": {
41888
+ "kind": "NON_NULL",
41889
+ "name": null,
41890
+ "ofType": {
41891
+ "kind": "INPUT_OBJECT",
41892
+ "name": "AddonSort",
41893
+ "ofType": null
41894
+ }
41895
+ }
41896
+ },
41897
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
41898
+ "isDeprecated": false,
41899
+ "deprecationReason": null
41900
+ }
41901
+ ],
41902
+ "type": {
41903
+ "kind": "LIST",
41904
+ "name": null,
41905
+ "ofType": {
41906
+ "kind": "NON_NULL",
41907
+ "name": null,
41908
+ "ofType": {
41909
+ "kind": "OBJECT",
41910
+ "name": "Addon",
41911
+ "ofType": null
41912
+ }
41913
+ }
41914
+ },
41915
+ "isDeprecated": false,
41916
+ "deprecationReason": null
41917
+ },
41918
+ {
41919
+ "name": "createdAt",
41920
+ "description": "The date the package group was created",
41921
+ "args": [],
41922
+ "type": {
41923
+ "kind": "NON_NULL",
41924
+ "name": null,
41925
+ "ofType": {
41926
+ "kind": "SCALAR",
41927
+ "name": "DateTime",
41928
+ "ofType": null
41929
+ }
41930
+ },
41931
+ "isDeprecated": false,
41932
+ "deprecationReason": null
41933
+ },
41934
+ {
41935
+ "name": "displayName",
41936
+ "description": "The display name of the package group",
41937
+ "args": [],
41938
+ "type": {
41939
+ "kind": "NON_NULL",
41940
+ "name": null,
41941
+ "ofType": {
41942
+ "kind": "SCALAR",
41943
+ "name": "String",
41944
+ "ofType": null
41945
+ }
41946
+ },
41947
+ "isDeprecated": false,
41948
+ "deprecationReason": null
41949
+ },
41950
+ {
41951
+ "name": "environmentId",
41952
+ "description": "The environment id of the package group in",
41953
+ "args": [],
41954
+ "type": {
41955
+ "kind": "NON_NULL",
41956
+ "name": null,
41957
+ "ofType": {
41958
+ "kind": "SCALAR",
41959
+ "name": "String",
41960
+ "ofType": null
41961
+ }
41962
+ },
41963
+ "isDeprecated": false,
41964
+ "deprecationReason": null
41965
+ },
41966
+ {
41967
+ "name": "isLatest",
41968
+ "description": "Indicates if this is the latest version of the package group",
41969
+ "args": [],
41970
+ "type": {
41971
+ "kind": "NON_NULL",
41972
+ "name": null,
41973
+ "ofType": {
41974
+ "kind": "SCALAR",
41975
+ "name": "Boolean",
41976
+ "ofType": null
41977
+ }
41978
+ },
41979
+ "isDeprecated": false,
41980
+ "deprecationReason": null
41981
+ },
41982
+ {
41983
+ "name": "packageGroupId",
41984
+ "description": "The id of the package group",
41985
+ "args": [],
41986
+ "type": {
41987
+ "kind": "NON_NULL",
41988
+ "name": null,
41989
+ "ofType": {
41990
+ "kind": "SCALAR",
41991
+ "name": "String",
41992
+ "ofType": null
41993
+ }
41994
+ },
41995
+ "isDeprecated": false,
41996
+ "deprecationReason": null
41997
+ },
41998
+ {
41999
+ "name": "status",
42000
+ "description": "The status of the package group",
42001
+ "args": [],
42002
+ "type": {
42003
+ "kind": "NON_NULL",
42004
+ "name": null,
42005
+ "ofType": {
42006
+ "kind": "ENUM",
42007
+ "name": "PackageGroupStatus",
42008
+ "ofType": null
42009
+ }
42010
+ },
42011
+ "isDeprecated": false,
42012
+ "deprecationReason": null
42013
+ },
42014
+ {
42015
+ "name": "updatedAt",
42016
+ "description": "The date the package group was last updated",
42017
+ "args": [],
42018
+ "type": {
42019
+ "kind": "NON_NULL",
42020
+ "name": null,
42021
+ "ofType": {
42022
+ "kind": "SCALAR",
42023
+ "name": "DateTime",
42024
+ "ofType": null
42025
+ }
42026
+ },
42027
+ "isDeprecated": false,
42028
+ "deprecationReason": null
42029
+ },
42030
+ {
42031
+ "name": "versionNumber",
42032
+ "description": "The version number of the package group",
42033
+ "args": [],
42034
+ "type": {
42035
+ "kind": "NON_NULL",
42036
+ "name": null,
42037
+ "ofType": {
42038
+ "kind": "SCALAR",
42039
+ "name": "Int",
42040
+ "ofType": null
42041
+ }
42042
+ },
42043
+ "isDeprecated": false,
42044
+ "deprecationReason": null
42045
+ }
42046
+ ],
42047
+ "inputFields": null,
42048
+ "interfaces": [],
42049
+ "enumValues": null,
42050
+ "possibleTypes": null
42051
+ },
42052
+ {
42053
+ "kind": "OBJECT",
42054
+ "name": "PackageGroupAggregateGroupBy",
42055
+ "description": null,
42056
+ "fields": [
42057
+ {
42058
+ "name": "createdAt",
42059
+ "description": null,
42060
+ "args": [],
42061
+ "type": {
42062
+ "kind": "SCALAR",
42063
+ "name": "DateTime",
42064
+ "ofType": null
42065
+ },
42066
+ "isDeprecated": false,
42067
+ "deprecationReason": null
42068
+ },
42069
+ {
42070
+ "name": "displayName",
42071
+ "description": null,
42072
+ "args": [],
42073
+ "type": {
42074
+ "kind": "SCALAR",
42075
+ "name": "String",
42076
+ "ofType": null
42077
+ },
42078
+ "isDeprecated": false,
42079
+ "deprecationReason": null
42080
+ },
42081
+ {
42082
+ "name": "environmentId",
42083
+ "description": null,
42084
+ "args": [],
42085
+ "type": {
42086
+ "kind": "SCALAR",
42087
+ "name": "String",
42088
+ "ofType": null
42089
+ },
42090
+ "isDeprecated": false,
42091
+ "deprecationReason": null
42092
+ },
42093
+ {
42094
+ "name": "isLatest",
42095
+ "description": null,
42096
+ "args": [],
42097
+ "type": {
42098
+ "kind": "SCALAR",
42099
+ "name": "Boolean",
42100
+ "ofType": null
42101
+ },
42102
+ "isDeprecated": false,
42103
+ "deprecationReason": null
42104
+ },
42105
+ {
42106
+ "name": "packageGroupId",
42107
+ "description": null,
42108
+ "args": [],
42109
+ "type": {
42110
+ "kind": "SCALAR",
42111
+ "name": "String",
42112
+ "ofType": null
42113
+ },
42114
+ "isDeprecated": false,
42115
+ "deprecationReason": null
42116
+ },
42117
+ {
42118
+ "name": "status",
42119
+ "description": null,
42120
+ "args": [],
42121
+ "type": {
42122
+ "kind": "ENUM",
42123
+ "name": "PackageGroupStatus",
42124
+ "ofType": null
42125
+ },
42126
+ "isDeprecated": false,
42127
+ "deprecationReason": null
42128
+ },
42129
+ {
42130
+ "name": "updatedAt",
42131
+ "description": null,
42132
+ "args": [],
42133
+ "type": {
42134
+ "kind": "SCALAR",
42135
+ "name": "DateTime",
42136
+ "ofType": null
42137
+ },
42138
+ "isDeprecated": false,
42139
+ "deprecationReason": null
42140
+ },
42141
+ {
42142
+ "name": "versionNumber",
42143
+ "description": null,
42144
+ "args": [],
42145
+ "type": {
42146
+ "kind": "SCALAR",
42147
+ "name": "Int",
42148
+ "ofType": null
42149
+ },
42150
+ "isDeprecated": false,
42151
+ "deprecationReason": null
42152
+ }
42153
+ ],
42154
+ "inputFields": null,
42155
+ "interfaces": [],
42156
+ "enumValues": null,
42157
+ "possibleTypes": null
42158
+ },
42159
+ {
42160
+ "kind": "OBJECT",
42161
+ "name": "PackageGroupAvgAggregate",
42162
+ "description": null,
42163
+ "fields": [
42164
+ {
42165
+ "name": "versionNumber",
42166
+ "description": null,
42167
+ "args": [],
42168
+ "type": {
42169
+ "kind": "SCALAR",
42170
+ "name": "Float",
42171
+ "ofType": null
42172
+ },
42173
+ "isDeprecated": false,
42174
+ "deprecationReason": null
42175
+ }
42176
+ ],
42177
+ "inputFields": null,
42178
+ "interfaces": [],
42179
+ "enumValues": null,
42180
+ "possibleTypes": null
42181
+ },
42182
+ {
42183
+ "kind": "OBJECT",
42184
+ "name": "PackageGroupConnection",
42185
+ "description": null,
42186
+ "fields": [
42187
+ {
42188
+ "name": "edges",
42189
+ "description": "Array of edges.",
42190
+ "args": [],
42191
+ "type": {
42192
+ "kind": "NON_NULL",
42193
+ "name": null,
42194
+ "ofType": {
42195
+ "kind": "LIST",
42196
+ "name": null,
42197
+ "ofType": {
42198
+ "kind": "NON_NULL",
42199
+ "name": null,
42200
+ "ofType": {
42201
+ "kind": "OBJECT",
42202
+ "name": "PackageGroupEdge",
42203
+ "ofType": null
42204
+ }
42205
+ }
42206
+ }
42207
+ },
42208
+ "isDeprecated": false,
42209
+ "deprecationReason": null
42210
+ },
42211
+ {
42212
+ "name": "pageInfo",
42213
+ "description": "Paging information",
42214
+ "args": [],
42215
+ "type": {
42216
+ "kind": "NON_NULL",
42217
+ "name": null,
42218
+ "ofType": {
42219
+ "kind": "OBJECT",
42220
+ "name": "PageInfo",
42221
+ "ofType": null
42222
+ }
42223
+ },
42224
+ "isDeprecated": false,
42225
+ "deprecationReason": null
42226
+ },
42227
+ {
42228
+ "name": "totalCount",
42229
+ "description": "Fetch total count of records",
42230
+ "args": [],
42231
+ "type": {
42232
+ "kind": "NON_NULL",
42233
+ "name": null,
42234
+ "ofType": {
42235
+ "kind": "SCALAR",
42236
+ "name": "Int",
42237
+ "ofType": null
42238
+ }
42239
+ },
42240
+ "isDeprecated": false,
42241
+ "deprecationReason": null
42242
+ }
42243
+ ],
42244
+ "inputFields": null,
42245
+ "interfaces": [],
42246
+ "enumValues": null,
42247
+ "possibleTypes": null
42248
+ },
42249
+ {
42250
+ "kind": "OBJECT",
42251
+ "name": "PackageGroupCountAggregate",
42252
+ "description": null,
42253
+ "fields": [
42254
+ {
42255
+ "name": "createdAt",
42256
+ "description": null,
42257
+ "args": [],
42258
+ "type": {
42259
+ "kind": "SCALAR",
42260
+ "name": "Int",
42261
+ "ofType": null
42262
+ },
42263
+ "isDeprecated": false,
42264
+ "deprecationReason": null
42265
+ },
42266
+ {
42267
+ "name": "displayName",
42268
+ "description": null,
42269
+ "args": [],
42270
+ "type": {
42271
+ "kind": "SCALAR",
42272
+ "name": "Int",
42273
+ "ofType": null
42274
+ },
42275
+ "isDeprecated": false,
42276
+ "deprecationReason": null
42277
+ },
42278
+ {
42279
+ "name": "environmentId",
42280
+ "description": null,
42281
+ "args": [],
42282
+ "type": {
42283
+ "kind": "SCALAR",
42284
+ "name": "Int",
42285
+ "ofType": null
42286
+ },
42287
+ "isDeprecated": false,
42288
+ "deprecationReason": null
42289
+ },
42290
+ {
42291
+ "name": "isLatest",
42292
+ "description": null,
42293
+ "args": [],
42294
+ "type": {
42295
+ "kind": "SCALAR",
42296
+ "name": "Int",
42297
+ "ofType": null
42298
+ },
42299
+ "isDeprecated": false,
42300
+ "deprecationReason": null
42301
+ },
42302
+ {
42303
+ "name": "packageGroupId",
42304
+ "description": null,
42305
+ "args": [],
42306
+ "type": {
42307
+ "kind": "SCALAR",
42308
+ "name": "Int",
42309
+ "ofType": null
42310
+ },
42311
+ "isDeprecated": false,
42312
+ "deprecationReason": null
42313
+ },
42314
+ {
42315
+ "name": "status",
42316
+ "description": null,
42317
+ "args": [],
42318
+ "type": {
42319
+ "kind": "SCALAR",
42320
+ "name": "Int",
42321
+ "ofType": null
42322
+ },
42323
+ "isDeprecated": false,
42324
+ "deprecationReason": null
42325
+ },
42326
+ {
42327
+ "name": "updatedAt",
42328
+ "description": null,
42329
+ "args": [],
42330
+ "type": {
42331
+ "kind": "SCALAR",
42332
+ "name": "Int",
42333
+ "ofType": null
42334
+ },
42335
+ "isDeprecated": false,
42336
+ "deprecationReason": null
42337
+ },
42338
+ {
42339
+ "name": "versionNumber",
42340
+ "description": null,
42341
+ "args": [],
42342
+ "type": {
42343
+ "kind": "SCALAR",
42344
+ "name": "Int",
42345
+ "ofType": null
42346
+ },
42347
+ "isDeprecated": false,
42348
+ "deprecationReason": null
42349
+ }
42350
+ ],
42351
+ "inputFields": null,
42352
+ "interfaces": [],
42353
+ "enumValues": null,
42354
+ "possibleTypes": null
42355
+ },
42356
+ {
42357
+ "kind": "OBJECT",
42358
+ "name": "PackageGroupEdge",
42359
+ "description": null,
42360
+ "fields": [
42361
+ {
42362
+ "name": "cursor",
42363
+ "description": "Cursor for this node.",
42364
+ "args": [],
42365
+ "type": {
42366
+ "kind": "NON_NULL",
42367
+ "name": null,
42368
+ "ofType": {
42369
+ "kind": "SCALAR",
42370
+ "name": "ConnectionCursor",
42371
+ "ofType": null
42372
+ }
42373
+ },
42374
+ "isDeprecated": false,
42375
+ "deprecationReason": null
42376
+ },
42377
+ {
42378
+ "name": "node",
42379
+ "description": "The node containing the PackageGroup",
42380
+ "args": [],
42381
+ "type": {
42382
+ "kind": "NON_NULL",
42383
+ "name": null,
42384
+ "ofType": {
42385
+ "kind": "OBJECT",
42386
+ "name": "PackageGroup",
42387
+ "ofType": null
42388
+ }
42389
+ },
42390
+ "isDeprecated": false,
42391
+ "deprecationReason": null
42392
+ }
42393
+ ],
42394
+ "inputFields": null,
42395
+ "interfaces": [],
42396
+ "enumValues": null,
42397
+ "possibleTypes": null
42398
+ },
42399
+ {
42400
+ "kind": "INPUT_OBJECT",
42401
+ "name": "PackageGroupFilter",
42402
+ "description": null,
42403
+ "fields": null,
42404
+ "inputFields": [
42405
+ {
42406
+ "name": "addons",
42407
+ "description": null,
42408
+ "type": {
42409
+ "kind": "INPUT_OBJECT",
42410
+ "name": "PackageGroupFilterAddonFilter",
42411
+ "ofType": null
42412
+ },
42413
+ "defaultValue": null,
42414
+ "isDeprecated": false,
42415
+ "deprecationReason": null
42416
+ },
42417
+ {
42418
+ "name": "and",
42419
+ "description": null,
42420
+ "type": {
42421
+ "kind": "LIST",
42422
+ "name": null,
42423
+ "ofType": {
42424
+ "kind": "NON_NULL",
42425
+ "name": null,
42426
+ "ofType": {
42427
+ "kind": "INPUT_OBJECT",
42428
+ "name": "PackageGroupFilter",
42429
+ "ofType": null
42430
+ }
42431
+ }
42432
+ },
42433
+ "defaultValue": null,
42434
+ "isDeprecated": false,
42435
+ "deprecationReason": null
42436
+ },
42437
+ {
42438
+ "name": "createdAt",
42439
+ "description": null,
42440
+ "type": {
42441
+ "kind": "INPUT_OBJECT",
42442
+ "name": "DateFieldComparison",
42443
+ "ofType": null
42444
+ },
42445
+ "defaultValue": null,
42446
+ "isDeprecated": false,
42447
+ "deprecationReason": null
42448
+ },
42449
+ {
42450
+ "name": "displayName",
42451
+ "description": null,
42452
+ "type": {
42453
+ "kind": "INPUT_OBJECT",
42454
+ "name": "StringFieldComparison",
42455
+ "ofType": null
42456
+ },
42457
+ "defaultValue": null,
42458
+ "isDeprecated": false,
42459
+ "deprecationReason": null
42460
+ },
42461
+ {
42462
+ "name": "environmentId",
42463
+ "description": null,
42464
+ "type": {
42465
+ "kind": "INPUT_OBJECT",
42466
+ "name": "StringFieldComparison",
42467
+ "ofType": null
42468
+ },
42469
+ "defaultValue": null,
42470
+ "isDeprecated": false,
42471
+ "deprecationReason": null
42472
+ },
42473
+ {
42474
+ "name": "isLatest",
42475
+ "description": null,
42476
+ "type": {
42477
+ "kind": "INPUT_OBJECT",
42478
+ "name": "BooleanFieldComparison",
42479
+ "ofType": null
42480
+ },
42481
+ "defaultValue": null,
42482
+ "isDeprecated": false,
42483
+ "deprecationReason": null
42484
+ },
42485
+ {
42486
+ "name": "or",
42487
+ "description": null,
42488
+ "type": {
42489
+ "kind": "LIST",
42490
+ "name": null,
42491
+ "ofType": {
42492
+ "kind": "NON_NULL",
42493
+ "name": null,
42494
+ "ofType": {
42495
+ "kind": "INPUT_OBJECT",
42496
+ "name": "PackageGroupFilter",
42497
+ "ofType": null
42498
+ }
42499
+ }
42500
+ },
42501
+ "defaultValue": null,
42502
+ "isDeprecated": false,
42503
+ "deprecationReason": null
42504
+ },
42505
+ {
42506
+ "name": "packageGroupId",
42507
+ "description": null,
42508
+ "type": {
42509
+ "kind": "INPUT_OBJECT",
42510
+ "name": "StringFieldComparison",
42511
+ "ofType": null
42512
+ },
42513
+ "defaultValue": null,
42514
+ "isDeprecated": false,
42515
+ "deprecationReason": null
42516
+ },
42517
+ {
42518
+ "name": "status",
42519
+ "description": null,
42520
+ "type": {
42521
+ "kind": "INPUT_OBJECT",
42522
+ "name": "PackageGroupStatusFilterComparison",
42523
+ "ofType": null
42524
+ },
42525
+ "defaultValue": null,
42526
+ "isDeprecated": false,
42527
+ "deprecationReason": null
42528
+ },
42529
+ {
42530
+ "name": "updatedAt",
42531
+ "description": null,
42532
+ "type": {
42533
+ "kind": "INPUT_OBJECT",
42534
+ "name": "DateFieldComparison",
42535
+ "ofType": null
42536
+ },
42537
+ "defaultValue": null,
42538
+ "isDeprecated": false,
42539
+ "deprecationReason": null
42540
+ },
42541
+ {
42542
+ "name": "versionNumber",
42543
+ "description": null,
42544
+ "type": {
42545
+ "kind": "INPUT_OBJECT",
42546
+ "name": "IntFieldComparison",
42547
+ "ofType": null
42548
+ },
42549
+ "defaultValue": null,
42550
+ "isDeprecated": false,
42551
+ "deprecationReason": null
42552
+ }
42553
+ ],
42554
+ "interfaces": null,
42555
+ "enumValues": null,
42556
+ "possibleTypes": null
42557
+ },
42558
+ {
42559
+ "kind": "INPUT_OBJECT",
42560
+ "name": "PackageGroupFilterAddonFilter",
42561
+ "description": null,
42562
+ "fields": null,
42563
+ "inputFields": [
42564
+ {
42565
+ "name": "and",
42566
+ "description": null,
42567
+ "type": {
42568
+ "kind": "LIST",
42569
+ "name": null,
42570
+ "ofType": {
42571
+ "kind": "NON_NULL",
42572
+ "name": null,
42573
+ "ofType": {
42574
+ "kind": "INPUT_OBJECT",
42575
+ "name": "PackageGroupFilterAddonFilter",
42576
+ "ofType": null
42577
+ }
42578
+ }
42579
+ },
42580
+ "defaultValue": null,
42581
+ "isDeprecated": false,
42582
+ "deprecationReason": null
42583
+ },
42584
+ {
42585
+ "name": "billingId",
42586
+ "description": null,
42587
+ "type": {
42588
+ "kind": "INPUT_OBJECT",
42589
+ "name": "StringFieldComparison",
42590
+ "ofType": null
42591
+ },
42592
+ "defaultValue": null,
42593
+ "isDeprecated": false,
42594
+ "deprecationReason": null
42595
+ },
42596
+ {
42597
+ "name": "createdAt",
42598
+ "description": null,
42599
+ "type": {
42600
+ "kind": "INPUT_OBJECT",
42601
+ "name": "DateFieldComparison",
42602
+ "ofType": null
42603
+ },
42604
+ "defaultValue": null,
42605
+ "isDeprecated": false,
42606
+ "deprecationReason": null
42607
+ },
42608
+ {
42609
+ "name": "description",
42610
+ "description": null,
42611
+ "type": {
42612
+ "kind": "INPUT_OBJECT",
42613
+ "name": "StringFieldComparison",
42614
+ "ofType": null
42615
+ },
42616
+ "defaultValue": null,
42617
+ "isDeprecated": false,
42618
+ "deprecationReason": null
42619
+ },
42620
+ {
42621
+ "name": "displayName",
42622
+ "description": null,
42623
+ "type": {
42624
+ "kind": "INPUT_OBJECT",
42625
+ "name": "StringFieldComparison",
42626
+ "ofType": null
42627
+ },
42628
+ "defaultValue": null,
42629
+ "isDeprecated": false,
42630
+ "deprecationReason": null
42631
+ },
42632
+ {
42633
+ "name": "environmentId",
42634
+ "description": null,
42635
+ "type": {
42636
+ "kind": "INPUT_OBJECT",
42637
+ "name": "StringFieldComparison",
42638
+ "ofType": null
42639
+ },
42640
+ "defaultValue": null,
42641
+ "isDeprecated": false,
42642
+ "deprecationReason": null
42643
+ },
42644
+ {
42645
+ "name": "id",
42646
+ "description": null,
42647
+ "type": {
42648
+ "kind": "INPUT_OBJECT",
42649
+ "name": "StringFieldComparison",
42650
+ "ofType": null
42651
+ },
42652
+ "defaultValue": null,
42653
+ "isDeprecated": false,
42654
+ "deprecationReason": null
42655
+ },
42656
+ {
42657
+ "name": "isLatest",
42658
+ "description": null,
42659
+ "type": {
42660
+ "kind": "INPUT_OBJECT",
42661
+ "name": "BooleanFieldComparison",
42662
+ "ofType": null
42663
+ },
42664
+ "defaultValue": null,
42665
+ "isDeprecated": false,
42666
+ "deprecationReason": null
42667
+ },
42668
+ {
42669
+ "name": "maxQuantity",
42670
+ "description": null,
42671
+ "type": {
42672
+ "kind": "INPUT_OBJECT",
42673
+ "name": "NumberFieldComparison",
42674
+ "ofType": null
42675
+ },
42676
+ "defaultValue": null,
42677
+ "isDeprecated": false,
42678
+ "deprecationReason": null
42679
+ },
42680
+ {
42681
+ "name": "or",
42682
+ "description": null,
42683
+ "type": {
42684
+ "kind": "LIST",
42685
+ "name": null,
42686
+ "ofType": {
42687
+ "kind": "NON_NULL",
42688
+ "name": null,
42689
+ "ofType": {
42690
+ "kind": "INPUT_OBJECT",
42691
+ "name": "PackageGroupFilterAddonFilter",
42692
+ "ofType": null
42693
+ }
42694
+ }
42695
+ },
42696
+ "defaultValue": null,
42697
+ "isDeprecated": false,
42698
+ "deprecationReason": null
42699
+ },
42700
+ {
42701
+ "name": "pricingType",
42702
+ "description": null,
42703
+ "type": {
42704
+ "kind": "INPUT_OBJECT",
42705
+ "name": "PricingTypeFilterComparison",
42706
+ "ofType": null
42707
+ },
42708
+ "defaultValue": null,
42709
+ "isDeprecated": false,
42710
+ "deprecationReason": null
42711
+ },
42712
+ {
42713
+ "name": "productId",
42714
+ "description": null,
42715
+ "type": {
42716
+ "kind": "INPUT_OBJECT",
42717
+ "name": "StringFieldComparison",
42718
+ "ofType": null
42719
+ },
42720
+ "defaultValue": null,
42721
+ "isDeprecated": false,
42722
+ "deprecationReason": null
42723
+ },
42724
+ {
42725
+ "name": "refId",
42726
+ "description": null,
42727
+ "type": {
42728
+ "kind": "INPUT_OBJECT",
42729
+ "name": "StringFieldComparison",
42730
+ "ofType": null
42731
+ },
42732
+ "defaultValue": null,
42733
+ "isDeprecated": false,
42734
+ "deprecationReason": null
42735
+ },
42736
+ {
42737
+ "name": "status",
42738
+ "description": null,
42739
+ "type": {
42740
+ "kind": "INPUT_OBJECT",
42741
+ "name": "PackageStatusFilterComparison",
42742
+ "ofType": null
42743
+ },
42744
+ "defaultValue": null,
42745
+ "isDeprecated": false,
42746
+ "deprecationReason": null
42747
+ },
42748
+ {
42749
+ "name": "updatedAt",
42750
+ "description": null,
42751
+ "type": {
42752
+ "kind": "INPUT_OBJECT",
42753
+ "name": "DateFieldComparison",
42754
+ "ofType": null
42755
+ },
42756
+ "defaultValue": null,
42757
+ "isDeprecated": false,
42758
+ "deprecationReason": null
42759
+ },
42760
+ {
42761
+ "name": "versionNumber",
42762
+ "description": null,
42763
+ "type": {
42764
+ "kind": "INPUT_OBJECT",
42765
+ "name": "IntFieldComparison",
42766
+ "ofType": null
42767
+ },
42768
+ "defaultValue": null,
42769
+ "isDeprecated": false,
42770
+ "deprecationReason": null
42771
+ }
42772
+ ],
42773
+ "interfaces": null,
42774
+ "enumValues": null,
42775
+ "possibleTypes": null
42776
+ },
42777
+ {
42778
+ "kind": "OBJECT",
42779
+ "name": "PackageGroupMaxAggregate",
42780
+ "description": null,
42781
+ "fields": [
42782
+ {
42783
+ "name": "createdAt",
42784
+ "description": null,
42785
+ "args": [],
42786
+ "type": {
42787
+ "kind": "SCALAR",
42788
+ "name": "DateTime",
42789
+ "ofType": null
42790
+ },
42791
+ "isDeprecated": false,
42792
+ "deprecationReason": null
42793
+ },
42794
+ {
42795
+ "name": "displayName",
42796
+ "description": null,
42797
+ "args": [],
42798
+ "type": {
42799
+ "kind": "SCALAR",
42800
+ "name": "String",
42801
+ "ofType": null
42802
+ },
42803
+ "isDeprecated": false,
42804
+ "deprecationReason": null
42805
+ },
42806
+ {
42807
+ "name": "environmentId",
42808
+ "description": null,
42809
+ "args": [],
42810
+ "type": {
42811
+ "kind": "SCALAR",
42812
+ "name": "String",
42813
+ "ofType": null
42814
+ },
42815
+ "isDeprecated": false,
42816
+ "deprecationReason": null
42817
+ },
42818
+ {
42819
+ "name": "packageGroupId",
42820
+ "description": null,
42821
+ "args": [],
42822
+ "type": {
42823
+ "kind": "SCALAR",
42824
+ "name": "String",
42825
+ "ofType": null
42826
+ },
42827
+ "isDeprecated": false,
42828
+ "deprecationReason": null
42829
+ },
42830
+ {
42831
+ "name": "status",
42832
+ "description": null,
42833
+ "args": [],
42834
+ "type": {
42835
+ "kind": "ENUM",
42836
+ "name": "PackageGroupStatus",
42837
+ "ofType": null
42838
+ },
42839
+ "isDeprecated": false,
42840
+ "deprecationReason": null
42841
+ },
42842
+ {
42843
+ "name": "updatedAt",
42844
+ "description": null,
42845
+ "args": [],
42846
+ "type": {
42847
+ "kind": "SCALAR",
42848
+ "name": "DateTime",
42849
+ "ofType": null
42850
+ },
42851
+ "isDeprecated": false,
42852
+ "deprecationReason": null
42853
+ },
42854
+ {
42855
+ "name": "versionNumber",
42856
+ "description": null,
42857
+ "args": [],
42858
+ "type": {
42859
+ "kind": "SCALAR",
42860
+ "name": "Int",
42861
+ "ofType": null
42862
+ },
42863
+ "isDeprecated": false,
42864
+ "deprecationReason": null
42865
+ }
42866
+ ],
42867
+ "inputFields": null,
42868
+ "interfaces": [],
42869
+ "enumValues": null,
42870
+ "possibleTypes": null
42871
+ },
42872
+ {
42873
+ "kind": "OBJECT",
42874
+ "name": "PackageGroupMinAggregate",
42875
+ "description": null,
42876
+ "fields": [
42877
+ {
42878
+ "name": "createdAt",
42879
+ "description": null,
42880
+ "args": [],
42881
+ "type": {
42882
+ "kind": "SCALAR",
42883
+ "name": "DateTime",
42884
+ "ofType": null
42885
+ },
42886
+ "isDeprecated": false,
42887
+ "deprecationReason": null
42888
+ },
42889
+ {
42890
+ "name": "displayName",
42891
+ "description": null,
42892
+ "args": [],
42893
+ "type": {
42894
+ "kind": "SCALAR",
42895
+ "name": "String",
42896
+ "ofType": null
42897
+ },
42898
+ "isDeprecated": false,
42899
+ "deprecationReason": null
42900
+ },
42901
+ {
42902
+ "name": "environmentId",
42903
+ "description": null,
42904
+ "args": [],
42905
+ "type": {
42906
+ "kind": "SCALAR",
42907
+ "name": "String",
42908
+ "ofType": null
42909
+ },
42910
+ "isDeprecated": false,
42911
+ "deprecationReason": null
42912
+ },
42913
+ {
42914
+ "name": "packageGroupId",
42915
+ "description": null,
42916
+ "args": [],
42917
+ "type": {
42918
+ "kind": "SCALAR",
42919
+ "name": "String",
42920
+ "ofType": null
42921
+ },
42922
+ "isDeprecated": false,
42923
+ "deprecationReason": null
42924
+ },
42925
+ {
42926
+ "name": "status",
42927
+ "description": null,
42928
+ "args": [],
42929
+ "type": {
42930
+ "kind": "ENUM",
42931
+ "name": "PackageGroupStatus",
42932
+ "ofType": null
42933
+ },
42934
+ "isDeprecated": false,
42935
+ "deprecationReason": null
42936
+ },
42937
+ {
42938
+ "name": "updatedAt",
42939
+ "description": null,
42940
+ "args": [],
42941
+ "type": {
42942
+ "kind": "SCALAR",
42943
+ "name": "DateTime",
42944
+ "ofType": null
42945
+ },
42946
+ "isDeprecated": false,
42947
+ "deprecationReason": null
42948
+ },
42949
+ {
42950
+ "name": "versionNumber",
42951
+ "description": null,
42952
+ "args": [],
42953
+ "type": {
42954
+ "kind": "SCALAR",
42955
+ "name": "Int",
42956
+ "ofType": null
42957
+ },
42958
+ "isDeprecated": false,
42959
+ "deprecationReason": null
42960
+ }
42961
+ ],
42962
+ "inputFields": null,
42963
+ "interfaces": [],
42964
+ "enumValues": null,
42965
+ "possibleTypes": null
42966
+ },
42967
+ {
42968
+ "kind": "INPUT_OBJECT",
42969
+ "name": "PackageGroupSort",
42970
+ "description": null,
42971
+ "fields": null,
42972
+ "inputFields": [
42973
+ {
42974
+ "name": "direction",
42975
+ "description": null,
42976
+ "type": {
42977
+ "kind": "NON_NULL",
42978
+ "name": null,
42979
+ "ofType": {
42980
+ "kind": "ENUM",
42981
+ "name": "SortDirection",
42982
+ "ofType": null
42983
+ }
42984
+ },
42985
+ "defaultValue": null,
42986
+ "isDeprecated": false,
42987
+ "deprecationReason": null
42988
+ },
42989
+ {
42990
+ "name": "field",
42991
+ "description": null,
42992
+ "type": {
42993
+ "kind": "NON_NULL",
42994
+ "name": null,
42995
+ "ofType": {
42996
+ "kind": "ENUM",
42997
+ "name": "PackageGroupSortFields",
42998
+ "ofType": null
42999
+ }
43000
+ },
43001
+ "defaultValue": null,
43002
+ "isDeprecated": false,
43003
+ "deprecationReason": null
43004
+ },
43005
+ {
43006
+ "name": "nulls",
43007
+ "description": null,
43008
+ "type": {
43009
+ "kind": "ENUM",
43010
+ "name": "SortNulls",
43011
+ "ofType": null
43012
+ },
43013
+ "defaultValue": null,
43014
+ "isDeprecated": false,
43015
+ "deprecationReason": null
43016
+ }
43017
+ ],
43018
+ "interfaces": null,
43019
+ "enumValues": null,
43020
+ "possibleTypes": null
43021
+ },
43022
+ {
43023
+ "kind": "ENUM",
43024
+ "name": "PackageGroupSortFields",
43025
+ "description": null,
43026
+ "fields": null,
43027
+ "inputFields": null,
43028
+ "interfaces": null,
43029
+ "enumValues": [
43030
+ {
43031
+ "name": "createdAt",
43032
+ "description": null,
43033
+ "isDeprecated": false,
43034
+ "deprecationReason": null
43035
+ },
43036
+ {
43037
+ "name": "displayName",
43038
+ "description": null,
43039
+ "isDeprecated": false,
43040
+ "deprecationReason": null
43041
+ },
43042
+ {
43043
+ "name": "environmentId",
43044
+ "description": null,
43045
+ "isDeprecated": false,
43046
+ "deprecationReason": null
43047
+ },
43048
+ {
43049
+ "name": "isLatest",
43050
+ "description": null,
43051
+ "isDeprecated": false,
43052
+ "deprecationReason": null
43053
+ },
43054
+ {
43055
+ "name": "packageGroupId",
43056
+ "description": null,
43057
+ "isDeprecated": false,
43058
+ "deprecationReason": null
43059
+ },
43060
+ {
43061
+ "name": "status",
43062
+ "description": null,
43063
+ "isDeprecated": false,
43064
+ "deprecationReason": null
43065
+ },
43066
+ {
43067
+ "name": "updatedAt",
43068
+ "description": null,
43069
+ "isDeprecated": false,
43070
+ "deprecationReason": null
43071
+ },
43072
+ {
43073
+ "name": "versionNumber",
43074
+ "description": null,
43075
+ "isDeprecated": false,
43076
+ "deprecationReason": null
43077
+ }
43078
+ ],
43079
+ "possibleTypes": null
43080
+ },
43081
+ {
43082
+ "kind": "ENUM",
43083
+ "name": "PackageGroupStatus",
43084
+ "description": "Package group status.",
43085
+ "fields": null,
43086
+ "inputFields": null,
43087
+ "interfaces": null,
43088
+ "enumValues": [
43089
+ {
43090
+ "name": "ARCHIVED",
43091
+ "description": "The package group is archived.",
43092
+ "isDeprecated": false,
43093
+ "deprecationReason": null
43094
+ },
43095
+ {
43096
+ "name": "DRAFT",
43097
+ "description": "The package group is a draft.",
43098
+ "isDeprecated": false,
43099
+ "deprecationReason": null
43100
+ },
43101
+ {
43102
+ "name": "PUBLISHED",
43103
+ "description": "The package group is published.",
43104
+ "isDeprecated": false,
43105
+ "deprecationReason": null
43106
+ }
43107
+ ],
43108
+ "possibleTypes": null
43109
+ },
43110
+ {
43111
+ "kind": "INPUT_OBJECT",
43112
+ "name": "PackageGroupStatusFilterComparison",
43113
+ "description": null,
43114
+ "fields": null,
43115
+ "inputFields": [
43116
+ {
43117
+ "name": "eq",
43118
+ "description": null,
43119
+ "type": {
43120
+ "kind": "ENUM",
43121
+ "name": "PackageGroupStatus",
43122
+ "ofType": null
43123
+ },
43124
+ "defaultValue": null,
43125
+ "isDeprecated": false,
43126
+ "deprecationReason": null
43127
+ },
43128
+ {
43129
+ "name": "gt",
43130
+ "description": null,
43131
+ "type": {
43132
+ "kind": "ENUM",
43133
+ "name": "PackageGroupStatus",
43134
+ "ofType": null
43135
+ },
43136
+ "defaultValue": null,
43137
+ "isDeprecated": false,
43138
+ "deprecationReason": null
43139
+ },
43140
+ {
43141
+ "name": "gte",
43142
+ "description": null,
43143
+ "type": {
43144
+ "kind": "ENUM",
43145
+ "name": "PackageGroupStatus",
43146
+ "ofType": null
43147
+ },
43148
+ "defaultValue": null,
43149
+ "isDeprecated": false,
43150
+ "deprecationReason": null
43151
+ },
43152
+ {
43153
+ "name": "iLike",
43154
+ "description": null,
43155
+ "type": {
43156
+ "kind": "ENUM",
43157
+ "name": "PackageGroupStatus",
43158
+ "ofType": null
43159
+ },
43160
+ "defaultValue": null,
43161
+ "isDeprecated": false,
43162
+ "deprecationReason": null
43163
+ },
43164
+ {
43165
+ "name": "in",
43166
+ "description": null,
43167
+ "type": {
43168
+ "kind": "LIST",
43169
+ "name": null,
43170
+ "ofType": {
43171
+ "kind": "NON_NULL",
43172
+ "name": null,
43173
+ "ofType": {
43174
+ "kind": "ENUM",
43175
+ "name": "PackageGroupStatus",
43176
+ "ofType": null
43177
+ }
43178
+ }
43179
+ },
43180
+ "defaultValue": null,
43181
+ "isDeprecated": false,
43182
+ "deprecationReason": null
43183
+ },
43184
+ {
43185
+ "name": "is",
43186
+ "description": null,
43187
+ "type": {
43188
+ "kind": "SCALAR",
43189
+ "name": "Boolean",
43190
+ "ofType": null
43191
+ },
43192
+ "defaultValue": null,
43193
+ "isDeprecated": false,
43194
+ "deprecationReason": null
43195
+ },
43196
+ {
43197
+ "name": "isNot",
43198
+ "description": null,
43199
+ "type": {
43200
+ "kind": "SCALAR",
43201
+ "name": "Boolean",
43202
+ "ofType": null
43203
+ },
43204
+ "defaultValue": null,
43205
+ "isDeprecated": false,
43206
+ "deprecationReason": null
43207
+ },
43208
+ {
43209
+ "name": "like",
43210
+ "description": null,
43211
+ "type": {
43212
+ "kind": "ENUM",
43213
+ "name": "PackageGroupStatus",
43214
+ "ofType": null
43215
+ },
43216
+ "defaultValue": null,
43217
+ "isDeprecated": false,
43218
+ "deprecationReason": null
43219
+ },
43220
+ {
43221
+ "name": "lt",
43222
+ "description": null,
43223
+ "type": {
43224
+ "kind": "ENUM",
43225
+ "name": "PackageGroupStatus",
43226
+ "ofType": null
43227
+ },
43228
+ "defaultValue": null,
43229
+ "isDeprecated": false,
43230
+ "deprecationReason": null
43231
+ },
43232
+ {
43233
+ "name": "lte",
43234
+ "description": null,
43235
+ "type": {
43236
+ "kind": "ENUM",
43237
+ "name": "PackageGroupStatus",
43238
+ "ofType": null
43239
+ },
43240
+ "defaultValue": null,
43241
+ "isDeprecated": false,
43242
+ "deprecationReason": null
43243
+ },
43244
+ {
43245
+ "name": "neq",
43246
+ "description": null,
43247
+ "type": {
43248
+ "kind": "ENUM",
43249
+ "name": "PackageGroupStatus",
43250
+ "ofType": null
43251
+ },
43252
+ "defaultValue": null,
43253
+ "isDeprecated": false,
43254
+ "deprecationReason": null
43255
+ },
43256
+ {
43257
+ "name": "notILike",
43258
+ "description": null,
43259
+ "type": {
43260
+ "kind": "ENUM",
43261
+ "name": "PackageGroupStatus",
43262
+ "ofType": null
43263
+ },
43264
+ "defaultValue": null,
43265
+ "isDeprecated": false,
43266
+ "deprecationReason": null
43267
+ },
43268
+ {
43269
+ "name": "notIn",
43270
+ "description": null,
43271
+ "type": {
43272
+ "kind": "LIST",
43273
+ "name": null,
43274
+ "ofType": {
43275
+ "kind": "NON_NULL",
43276
+ "name": null,
43277
+ "ofType": {
43278
+ "kind": "ENUM",
43279
+ "name": "PackageGroupStatus",
43280
+ "ofType": null
43281
+ }
43282
+ }
43283
+ },
43284
+ "defaultValue": null,
43285
+ "isDeprecated": false,
43286
+ "deprecationReason": null
43287
+ },
43288
+ {
43289
+ "name": "notLike",
43290
+ "description": null,
43291
+ "type": {
43292
+ "kind": "ENUM",
43293
+ "name": "PackageGroupStatus",
43294
+ "ofType": null
43295
+ },
43296
+ "defaultValue": null,
43297
+ "isDeprecated": false,
43298
+ "deprecationReason": null
43299
+ }
43300
+ ],
43301
+ "interfaces": null,
43302
+ "enumValues": null,
43303
+ "possibleTypes": null
43304
+ },
43305
+ {
43306
+ "kind": "OBJECT",
43307
+ "name": "PackageGroupSumAggregate",
43308
+ "description": null,
43309
+ "fields": [
43310
+ {
43311
+ "name": "versionNumber",
43312
+ "description": null,
43313
+ "args": [],
43314
+ "type": {
43315
+ "kind": "SCALAR",
43316
+ "name": "Float",
43317
+ "ofType": null
43318
+ },
43319
+ "isDeprecated": false,
43320
+ "deprecationReason": null
43321
+ }
43322
+ ],
43323
+ "inputFields": null,
43324
+ "interfaces": [],
43325
+ "enumValues": null,
43326
+ "possibleTypes": null
43327
+ },
41561
43328
  {
41562
43329
  "kind": "OBJECT",
41563
43330
  "name": "PackagePrice",
@@ -53994,6 +55761,45 @@
53994
55761
  ],
53995
55762
  "possibleTypes": null
53996
55763
  },
55764
+ {
55765
+ "kind": "INPUT_OBJECT",
55766
+ "name": "PublishPackageGroup",
55767
+ "description": "The input type for publishing an package group",
55768
+ "fields": null,
55769
+ "inputFields": [
55770
+ {
55771
+ "name": "environmentId",
55772
+ "description": "The environment id to publish the package group in",
55773
+ "type": {
55774
+ "kind": "SCALAR",
55775
+ "name": "String",
55776
+ "ofType": null
55777
+ },
55778
+ "defaultValue": null,
55779
+ "isDeprecated": false,
55780
+ "deprecationReason": null
55781
+ },
55782
+ {
55783
+ "name": "packageGroupId",
55784
+ "description": "The id of the package group",
55785
+ "type": {
55786
+ "kind": "NON_NULL",
55787
+ "name": null,
55788
+ "ofType": {
55789
+ "kind": "SCALAR",
55790
+ "name": "String",
55791
+ "ofType": null
55792
+ }
55793
+ },
55794
+ "defaultValue": null,
55795
+ "isDeprecated": false,
55796
+ "deprecationReason": null
55797
+ }
55798
+ ],
55799
+ "interfaces": null,
55800
+ "enumValues": null,
55801
+ "possibleTypes": null
55802
+ },
53997
55803
  {
53998
55804
  "kind": "OBJECT",
53999
55805
  "name": "PublishPackageResult",
@@ -54965,7 +56771,482 @@
54965
56771
  "name": null,
54966
56772
  "ofType": {
54967
56773
  "kind": "INPUT_OBJECT",
54968
- "name": "FeatureSort",
56774
+ "name": "FeatureSort",
56775
+ "ofType": null
56776
+ }
56777
+ }
56778
+ },
56779
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
56780
+ "isDeprecated": false,
56781
+ "deprecationReason": null
56782
+ }
56783
+ ],
56784
+ "type": {
56785
+ "kind": "NON_NULL",
56786
+ "name": null,
56787
+ "ofType": {
56788
+ "kind": "OBJECT",
56789
+ "name": "FeatureConnection",
56790
+ "ofType": null
56791
+ }
56792
+ },
56793
+ "isDeprecated": false,
56794
+ "deprecationReason": null
56795
+ },
56796
+ {
56797
+ "name": "fetchAccount",
56798
+ "description": null,
56799
+ "args": [],
56800
+ "type": {
56801
+ "kind": "OBJECT",
56802
+ "name": "Account",
56803
+ "ofType": null
56804
+ },
56805
+ "isDeprecated": false,
56806
+ "deprecationReason": null
56807
+ },
56808
+ {
56809
+ "name": "getActiveSubscriptions",
56810
+ "description": null,
56811
+ "args": [
56812
+ {
56813
+ "name": "input",
56814
+ "description": null,
56815
+ "type": {
56816
+ "kind": "NON_NULL",
56817
+ "name": null,
56818
+ "ofType": {
56819
+ "kind": "INPUT_OBJECT",
56820
+ "name": "GetActiveSubscriptionsInput",
56821
+ "ofType": null
56822
+ }
56823
+ },
56824
+ "defaultValue": null,
56825
+ "isDeprecated": false,
56826
+ "deprecationReason": null
56827
+ }
56828
+ ],
56829
+ "type": {
56830
+ "kind": "NON_NULL",
56831
+ "name": null,
56832
+ "ofType": {
56833
+ "kind": "LIST",
56834
+ "name": null,
56835
+ "ofType": {
56836
+ "kind": "NON_NULL",
56837
+ "name": null,
56838
+ "ofType": {
56839
+ "kind": "OBJECT",
56840
+ "name": "CustomerSubscription",
56841
+ "ofType": null
56842
+ }
56843
+ }
56844
+ }
56845
+ },
56846
+ "isDeprecated": false,
56847
+ "deprecationReason": null
56848
+ },
56849
+ {
56850
+ "name": "getAddonByRefId",
56851
+ "description": null,
56852
+ "args": [
56853
+ {
56854
+ "name": "input",
56855
+ "description": null,
56856
+ "type": {
56857
+ "kind": "NON_NULL",
56858
+ "name": null,
56859
+ "ofType": {
56860
+ "kind": "INPUT_OBJECT",
56861
+ "name": "GetPackageByRefIdInput",
56862
+ "ofType": null
56863
+ }
56864
+ },
56865
+ "defaultValue": null,
56866
+ "isDeprecated": false,
56867
+ "deprecationReason": null
56868
+ }
56869
+ ],
56870
+ "type": {
56871
+ "kind": "OBJECT",
56872
+ "name": "Addon",
56873
+ "ofType": null
56874
+ },
56875
+ "isDeprecated": false,
56876
+ "deprecationReason": null
56877
+ },
56878
+ {
56879
+ "name": "getAwsExternalId",
56880
+ "description": null,
56881
+ "args": [],
56882
+ "type": {
56883
+ "kind": "NON_NULL",
56884
+ "name": null,
56885
+ "ofType": {
56886
+ "kind": "OBJECT",
56887
+ "name": "GetAwsExternalIdResult",
56888
+ "ofType": null
56889
+ }
56890
+ },
56891
+ "isDeprecated": false,
56892
+ "deprecationReason": null
56893
+ },
56894
+ {
56895
+ "name": "getCustomerByRefId",
56896
+ "description": null,
56897
+ "args": [
56898
+ {
56899
+ "name": "input",
56900
+ "description": null,
56901
+ "type": {
56902
+ "kind": "NON_NULL",
56903
+ "name": null,
56904
+ "ofType": {
56905
+ "kind": "INPUT_OBJECT",
56906
+ "name": "GetCustomerByRefIdInput",
56907
+ "ofType": null
56908
+ }
56909
+ },
56910
+ "defaultValue": null,
56911
+ "isDeprecated": false,
56912
+ "deprecationReason": null
56913
+ }
56914
+ ],
56915
+ "type": {
56916
+ "kind": "OBJECT",
56917
+ "name": "Customer",
56918
+ "ofType": null
56919
+ },
56920
+ "isDeprecated": false,
56921
+ "deprecationReason": null
56922
+ },
56923
+ {
56924
+ "name": "getExperimentStats",
56925
+ "description": null,
56926
+ "args": [
56927
+ {
56928
+ "name": "query",
56929
+ "description": null,
56930
+ "type": {
56931
+ "kind": "NON_NULL",
56932
+ "name": null,
56933
+ "ofType": {
56934
+ "kind": "INPUT_OBJECT",
56935
+ "name": "ExperimentStatsQuery",
56936
+ "ofType": null
56937
+ }
56938
+ },
56939
+ "defaultValue": null,
56940
+ "isDeprecated": false,
56941
+ "deprecationReason": null
56942
+ }
56943
+ ],
56944
+ "type": {
56945
+ "kind": "NON_NULL",
56946
+ "name": null,
56947
+ "ofType": {
56948
+ "kind": "OBJECT",
56949
+ "name": "ExperimentStats",
56950
+ "ofType": null
56951
+ }
56952
+ },
56953
+ "isDeprecated": false,
56954
+ "deprecationReason": null
56955
+ },
56956
+ {
56957
+ "name": "getPackageGroup",
56958
+ "description": null,
56959
+ "args": [
56960
+ {
56961
+ "name": "input",
56962
+ "description": null,
56963
+ "type": {
56964
+ "kind": "NON_NULL",
56965
+ "name": null,
56966
+ "ofType": {
56967
+ "kind": "INPUT_OBJECT",
56968
+ "name": "GetPackageGroup",
56969
+ "ofType": null
56970
+ }
56971
+ },
56972
+ "defaultValue": null,
56973
+ "isDeprecated": false,
56974
+ "deprecationReason": null
56975
+ }
56976
+ ],
56977
+ "type": {
56978
+ "kind": "NON_NULL",
56979
+ "name": null,
56980
+ "ofType": {
56981
+ "kind": "OBJECT",
56982
+ "name": "PackageGroup",
56983
+ "ofType": null
56984
+ }
56985
+ },
56986
+ "isDeprecated": false,
56987
+ "deprecationReason": null
56988
+ },
56989
+ {
56990
+ "name": "getPaywall",
56991
+ "description": null,
56992
+ "args": [
56993
+ {
56994
+ "name": "input",
56995
+ "description": null,
56996
+ "type": {
56997
+ "kind": "NON_NULL",
56998
+ "name": null,
56999
+ "ofType": {
57000
+ "kind": "INPUT_OBJECT",
57001
+ "name": "GetPaywallInput",
57002
+ "ofType": null
57003
+ }
57004
+ },
57005
+ "defaultValue": null,
57006
+ "isDeprecated": false,
57007
+ "deprecationReason": null
57008
+ }
57009
+ ],
57010
+ "type": {
57011
+ "kind": "NON_NULL",
57012
+ "name": null,
57013
+ "ofType": {
57014
+ "kind": "LIST",
57015
+ "name": null,
57016
+ "ofType": {
57017
+ "kind": "NON_NULL",
57018
+ "name": null,
57019
+ "ofType": {
57020
+ "kind": "OBJECT",
57021
+ "name": "Plan",
57022
+ "ofType": null
57023
+ }
57024
+ }
57025
+ }
57026
+ },
57027
+ "isDeprecated": true,
57028
+ "deprecationReason": "Deprecated query, use paywall query instead"
57029
+ },
57030
+ {
57031
+ "name": "getPlanByRefId",
57032
+ "description": null,
57033
+ "args": [
57034
+ {
57035
+ "name": "input",
57036
+ "description": null,
57037
+ "type": {
57038
+ "kind": "NON_NULL",
57039
+ "name": null,
57040
+ "ofType": {
57041
+ "kind": "INPUT_OBJECT",
57042
+ "name": "GetPackageByRefIdInput",
57043
+ "ofType": null
57044
+ }
57045
+ },
57046
+ "defaultValue": null,
57047
+ "isDeprecated": false,
57048
+ "deprecationReason": null
57049
+ }
57050
+ ],
57051
+ "type": {
57052
+ "kind": "OBJECT",
57053
+ "name": "Plan",
57054
+ "ofType": null
57055
+ },
57056
+ "isDeprecated": false,
57057
+ "deprecationReason": null
57058
+ },
57059
+ {
57060
+ "name": "hook",
57061
+ "description": null,
57062
+ "args": [
57063
+ {
57064
+ "name": "id",
57065
+ "description": "The id of the record to find.",
57066
+ "type": {
57067
+ "kind": "NON_NULL",
57068
+ "name": null,
57069
+ "ofType": {
57070
+ "kind": "SCALAR",
57071
+ "name": "String",
57072
+ "ofType": null
57073
+ }
57074
+ },
57075
+ "defaultValue": null,
57076
+ "isDeprecated": false,
57077
+ "deprecationReason": null
57078
+ }
57079
+ ],
57080
+ "type": {
57081
+ "kind": "OBJECT",
57082
+ "name": "Hook",
57083
+ "ofType": null
57084
+ },
57085
+ "isDeprecated": false,
57086
+ "deprecationReason": null
57087
+ },
57088
+ {
57089
+ "name": "hooks",
57090
+ "description": null,
57091
+ "args": [
57092
+ {
57093
+ "name": "filter",
57094
+ "description": "Specify to filter the records returned.",
57095
+ "type": {
57096
+ "kind": "INPUT_OBJECT",
57097
+ "name": "HookFilter",
57098
+ "ofType": null
57099
+ },
57100
+ "defaultValue": "{}",
57101
+ "isDeprecated": false,
57102
+ "deprecationReason": null
57103
+ },
57104
+ {
57105
+ "name": "paging",
57106
+ "description": "Limit or page results.",
57107
+ "type": {
57108
+ "kind": "INPUT_OBJECT",
57109
+ "name": "CursorPaging",
57110
+ "ofType": null
57111
+ },
57112
+ "defaultValue": "{first: 10}",
57113
+ "isDeprecated": false,
57114
+ "deprecationReason": null
57115
+ },
57116
+ {
57117
+ "name": "sorting",
57118
+ "description": "Specify to sort results.",
57119
+ "type": {
57120
+ "kind": "LIST",
57121
+ "name": null,
57122
+ "ofType": {
57123
+ "kind": "NON_NULL",
57124
+ "name": null,
57125
+ "ofType": {
57126
+ "kind": "INPUT_OBJECT",
57127
+ "name": "HookSort",
57128
+ "ofType": null
57129
+ }
57130
+ }
57131
+ },
57132
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
57133
+ "isDeprecated": false,
57134
+ "deprecationReason": null
57135
+ }
57136
+ ],
57137
+ "type": {
57138
+ "kind": "NON_NULL",
57139
+ "name": null,
57140
+ "ofType": {
57141
+ "kind": "OBJECT",
57142
+ "name": "HookConnection",
57143
+ "ofType": null
57144
+ }
57145
+ },
57146
+ "isDeprecated": false,
57147
+ "deprecationReason": null
57148
+ },
57149
+ {
57150
+ "name": "importIntegrationTasks",
57151
+ "description": null,
57152
+ "args": [
57153
+ {
57154
+ "name": "filter",
57155
+ "description": "Specify to filter the records returned.",
57156
+ "type": {
57157
+ "kind": "INPUT_OBJECT",
57158
+ "name": "ImportIntegrationTaskFilter",
57159
+ "ofType": null
57160
+ },
57161
+ "defaultValue": "{}",
57162
+ "isDeprecated": false,
57163
+ "deprecationReason": null
57164
+ },
57165
+ {
57166
+ "name": "paging",
57167
+ "description": "Limit or page results.",
57168
+ "type": {
57169
+ "kind": "INPUT_OBJECT",
57170
+ "name": "CursorPaging",
57171
+ "ofType": null
57172
+ },
57173
+ "defaultValue": "{first: 10}",
57174
+ "isDeprecated": false,
57175
+ "deprecationReason": null
57176
+ },
57177
+ {
57178
+ "name": "sorting",
57179
+ "description": "Specify to sort results.",
57180
+ "type": {
57181
+ "kind": "LIST",
57182
+ "name": null,
57183
+ "ofType": {
57184
+ "kind": "NON_NULL",
57185
+ "name": null,
57186
+ "ofType": {
57187
+ "kind": "INPUT_OBJECT",
57188
+ "name": "ImportIntegrationTaskSort",
57189
+ "ofType": null
57190
+ }
57191
+ }
57192
+ },
57193
+ "defaultValue": "[]",
57194
+ "isDeprecated": false,
57195
+ "deprecationReason": null
57196
+ }
57197
+ ],
57198
+ "type": {
57199
+ "kind": "NON_NULL",
57200
+ "name": null,
57201
+ "ofType": {
57202
+ "kind": "OBJECT",
57203
+ "name": "ImportIntegrationTaskConnection",
57204
+ "ofType": null
57205
+ }
57206
+ },
57207
+ "isDeprecated": false,
57208
+ "deprecationReason": null
57209
+ },
57210
+ {
57211
+ "name": "integrations",
57212
+ "description": null,
57213
+ "args": [
57214
+ {
57215
+ "name": "filter",
57216
+ "description": "Specify to filter the records returned.",
57217
+ "type": {
57218
+ "kind": "INPUT_OBJECT",
57219
+ "name": "IntegrationFilter",
57220
+ "ofType": null
57221
+ },
57222
+ "defaultValue": "{}",
57223
+ "isDeprecated": false,
57224
+ "deprecationReason": null
57225
+ },
57226
+ {
57227
+ "name": "paging",
57228
+ "description": "Limit or page results.",
57229
+ "type": {
57230
+ "kind": "INPUT_OBJECT",
57231
+ "name": "CursorPaging",
57232
+ "ofType": null
57233
+ },
57234
+ "defaultValue": "{first: 10}",
57235
+ "isDeprecated": false,
57236
+ "deprecationReason": null
57237
+ },
57238
+ {
57239
+ "name": "sorting",
57240
+ "description": "Specify to sort results.",
57241
+ "type": {
57242
+ "kind": "LIST",
57243
+ "name": null,
57244
+ "ofType": {
57245
+ "kind": "NON_NULL",
57246
+ "name": null,
57247
+ "ofType": {
57248
+ "kind": "INPUT_OBJECT",
57249
+ "name": "IntegrationSort",
54969
57250
  "ofType": null
54970
57251
  }
54971
57252
  }
@@ -54980,105 +57261,7 @@
54980
57261
  "name": null,
54981
57262
  "ofType": {
54982
57263
  "kind": "OBJECT",
54983
- "name": "FeatureConnection",
54984
- "ofType": null
54985
- }
54986
- },
54987
- "isDeprecated": false,
54988
- "deprecationReason": null
54989
- },
54990
- {
54991
- "name": "fetchAccount",
54992
- "description": null,
54993
- "args": [],
54994
- "type": {
54995
- "kind": "OBJECT",
54996
- "name": "Account",
54997
- "ofType": null
54998
- },
54999
- "isDeprecated": false,
55000
- "deprecationReason": null
55001
- },
55002
- {
55003
- "name": "getActiveSubscriptions",
55004
- "description": null,
55005
- "args": [
55006
- {
55007
- "name": "input",
55008
- "description": null,
55009
- "type": {
55010
- "kind": "NON_NULL",
55011
- "name": null,
55012
- "ofType": {
55013
- "kind": "INPUT_OBJECT",
55014
- "name": "GetActiveSubscriptionsInput",
55015
- "ofType": null
55016
- }
55017
- },
55018
- "defaultValue": null,
55019
- "isDeprecated": false,
55020
- "deprecationReason": null
55021
- }
55022
- ],
55023
- "type": {
55024
- "kind": "NON_NULL",
55025
- "name": null,
55026
- "ofType": {
55027
- "kind": "LIST",
55028
- "name": null,
55029
- "ofType": {
55030
- "kind": "NON_NULL",
55031
- "name": null,
55032
- "ofType": {
55033
- "kind": "OBJECT",
55034
- "name": "CustomerSubscription",
55035
- "ofType": null
55036
- }
55037
- }
55038
- }
55039
- },
55040
- "isDeprecated": false,
55041
- "deprecationReason": null
55042
- },
55043
- {
55044
- "name": "getAddonByRefId",
55045
- "description": null,
55046
- "args": [
55047
- {
55048
- "name": "input",
55049
- "description": null,
55050
- "type": {
55051
- "kind": "NON_NULL",
55052
- "name": null,
55053
- "ofType": {
55054
- "kind": "INPUT_OBJECT",
55055
- "name": "GetPackageByRefIdInput",
55056
- "ofType": null
55057
- }
55058
- },
55059
- "defaultValue": null,
55060
- "isDeprecated": false,
55061
- "deprecationReason": null
55062
- }
55063
- ],
55064
- "type": {
55065
- "kind": "OBJECT",
55066
- "name": "Addon",
55067
- "ofType": null
55068
- },
55069
- "isDeprecated": false,
55070
- "deprecationReason": null
55071
- },
55072
- {
55073
- "name": "getAwsExternalId",
55074
- "description": null,
55075
- "args": [],
55076
- "type": {
55077
- "kind": "NON_NULL",
55078
- "name": null,
55079
- "ofType": {
55080
- "kind": "OBJECT",
55081
- "name": "GetAwsExternalIdResult",
57264
+ "name": "IntegrationConnection",
55082
57265
  "ofType": null
55083
57266
  }
55084
57267
  },
@@ -55086,7 +57269,7 @@
55086
57269
  "deprecationReason": null
55087
57270
  },
55088
57271
  {
55089
- "name": "getCustomerByRefId",
57272
+ "name": "listAwsProductDimensions",
55090
57273
  "description": null,
55091
57274
  "args": [
55092
57275
  {
@@ -55097,36 +57280,7 @@
55097
57280
  "name": null,
55098
57281
  "ofType": {
55099
57282
  "kind": "INPUT_OBJECT",
55100
- "name": "GetCustomerByRefIdInput",
55101
- "ofType": null
55102
- }
55103
- },
55104
- "defaultValue": null,
55105
- "isDeprecated": false,
55106
- "deprecationReason": null
55107
- }
55108
- ],
55109
- "type": {
55110
- "kind": "OBJECT",
55111
- "name": "Customer",
55112
- "ofType": null
55113
- },
55114
- "isDeprecated": false,
55115
- "deprecationReason": null
55116
- },
55117
- {
55118
- "name": "getExperimentStats",
55119
- "description": null,
55120
- "args": [
55121
- {
55122
- "name": "query",
55123
- "description": null,
55124
- "type": {
55125
- "kind": "NON_NULL",
55126
- "name": null,
55127
- "ofType": {
55128
- "kind": "INPUT_OBJECT",
55129
- "name": "ExperimentStatsQuery",
57283
+ "name": "ListAwsProductDimensionsInput",
55130
57284
  "ofType": null
55131
57285
  }
55132
57286
  },
@@ -55140,7 +57294,7 @@
55140
57294
  "name": null,
55141
57295
  "ofType": {
55142
57296
  "kind": "OBJECT",
55143
- "name": "ExperimentStats",
57297
+ "name": "ListAwsProductDimensionsDTO",
55144
57298
  "ofType": null
55145
57299
  }
55146
57300
  },
@@ -55148,48 +57302,7 @@
55148
57302
  "deprecationReason": null
55149
57303
  },
55150
57304
  {
55151
- "name": "getPaywall",
55152
- "description": null,
55153
- "args": [
55154
- {
55155
- "name": "input",
55156
- "description": null,
55157
- "type": {
55158
- "kind": "NON_NULL",
55159
- "name": null,
55160
- "ofType": {
55161
- "kind": "INPUT_OBJECT",
55162
- "name": "GetPaywallInput",
55163
- "ofType": null
55164
- }
55165
- },
55166
- "defaultValue": null,
55167
- "isDeprecated": false,
55168
- "deprecationReason": null
55169
- }
55170
- ],
55171
- "type": {
55172
- "kind": "NON_NULL",
55173
- "name": null,
55174
- "ofType": {
55175
- "kind": "LIST",
55176
- "name": null,
55177
- "ofType": {
55178
- "kind": "NON_NULL",
55179
- "name": null,
55180
- "ofType": {
55181
- "kind": "OBJECT",
55182
- "name": "Plan",
55183
- "ofType": null
55184
- }
55185
- }
55186
- }
55187
- },
55188
- "isDeprecated": true,
55189
- "deprecationReason": "Deprecated query, use paywall query instead"
55190
- },
55191
- {
55192
- "name": "getPlanByRefId",
57305
+ "name": "listAwsProducts",
55193
57306
  "description": null,
55194
57307
  "args": [
55195
57308
  {
@@ -55200,36 +57313,7 @@
55200
57313
  "name": null,
55201
57314
  "ofType": {
55202
57315
  "kind": "INPUT_OBJECT",
55203
- "name": "GetPackageByRefIdInput",
55204
- "ofType": null
55205
- }
55206
- },
55207
- "defaultValue": null,
55208
- "isDeprecated": false,
55209
- "deprecationReason": null
55210
- }
55211
- ],
55212
- "type": {
55213
- "kind": "OBJECT",
55214
- "name": "Plan",
55215
- "ofType": null
55216
- },
55217
- "isDeprecated": false,
55218
- "deprecationReason": null
55219
- },
55220
- {
55221
- "name": "hook",
55222
- "description": null,
55223
- "args": [
55224
- {
55225
- "name": "id",
55226
- "description": "The id of the record to find.",
55227
- "type": {
55228
- "kind": "NON_NULL",
55229
- "name": null,
55230
- "ofType": {
55231
- "kind": "SCALAR",
55232
- "name": "String",
57316
+ "name": "ListAwsProductsInput",
55233
57317
  "ofType": null
55234
57318
  }
55235
57319
  },
@@ -55238,130 +57322,12 @@
55238
57322
  "deprecationReason": null
55239
57323
  }
55240
57324
  ],
55241
- "type": {
55242
- "kind": "OBJECT",
55243
- "name": "Hook",
55244
- "ofType": null
55245
- },
55246
- "isDeprecated": false,
55247
- "deprecationReason": null
55248
- },
55249
- {
55250
- "name": "hooks",
55251
- "description": null,
55252
- "args": [
55253
- {
55254
- "name": "filter",
55255
- "description": "Specify to filter the records returned.",
55256
- "type": {
55257
- "kind": "INPUT_OBJECT",
55258
- "name": "HookFilter",
55259
- "ofType": null
55260
- },
55261
- "defaultValue": "{}",
55262
- "isDeprecated": false,
55263
- "deprecationReason": null
55264
- },
55265
- {
55266
- "name": "paging",
55267
- "description": "Limit or page results.",
55268
- "type": {
55269
- "kind": "INPUT_OBJECT",
55270
- "name": "CursorPaging",
55271
- "ofType": null
55272
- },
55273
- "defaultValue": "{first: 10}",
55274
- "isDeprecated": false,
55275
- "deprecationReason": null
55276
- },
55277
- {
55278
- "name": "sorting",
55279
- "description": "Specify to sort results.",
55280
- "type": {
55281
- "kind": "LIST",
55282
- "name": null,
55283
- "ofType": {
55284
- "kind": "NON_NULL",
55285
- "name": null,
55286
- "ofType": {
55287
- "kind": "INPUT_OBJECT",
55288
- "name": "HookSort",
55289
- "ofType": null
55290
- }
55291
- }
55292
- },
55293
- "defaultValue": "[{direction: DESC, field: createdAt}]",
55294
- "isDeprecated": false,
55295
- "deprecationReason": null
55296
- }
55297
- ],
55298
- "type": {
55299
- "kind": "NON_NULL",
55300
- "name": null,
55301
- "ofType": {
55302
- "kind": "OBJECT",
55303
- "name": "HookConnection",
55304
- "ofType": null
55305
- }
55306
- },
55307
- "isDeprecated": false,
55308
- "deprecationReason": null
55309
- },
55310
- {
55311
- "name": "importIntegrationTasks",
55312
- "description": null,
55313
- "args": [
55314
- {
55315
- "name": "filter",
55316
- "description": "Specify to filter the records returned.",
55317
- "type": {
55318
- "kind": "INPUT_OBJECT",
55319
- "name": "ImportIntegrationTaskFilter",
55320
- "ofType": null
55321
- },
55322
- "defaultValue": "{}",
55323
- "isDeprecated": false,
55324
- "deprecationReason": null
55325
- },
55326
- {
55327
- "name": "paging",
55328
- "description": "Limit or page results.",
55329
- "type": {
55330
- "kind": "INPUT_OBJECT",
55331
- "name": "CursorPaging",
55332
- "ofType": null
55333
- },
55334
- "defaultValue": "{first: 10}",
55335
- "isDeprecated": false,
55336
- "deprecationReason": null
55337
- },
55338
- {
55339
- "name": "sorting",
55340
- "description": "Specify to sort results.",
55341
- "type": {
55342
- "kind": "LIST",
55343
- "name": null,
55344
- "ofType": {
55345
- "kind": "NON_NULL",
55346
- "name": null,
55347
- "ofType": {
55348
- "kind": "INPUT_OBJECT",
55349
- "name": "ImportIntegrationTaskSort",
55350
- "ofType": null
55351
- }
55352
- }
55353
- },
55354
- "defaultValue": "[]",
55355
- "isDeprecated": false,
55356
- "deprecationReason": null
55357
- }
55358
- ],
55359
57325
  "type": {
55360
57326
  "kind": "NON_NULL",
55361
57327
  "name": null,
55362
57328
  "ofType": {
55363
57329
  "kind": "OBJECT",
55364
- "name": "ImportIntegrationTaskConnection",
57330
+ "name": "ListAwsProductsResult",
55365
57331
  "ofType": null
55366
57332
  }
55367
57333
  },
@@ -55369,7 +57335,7 @@
55369
57335
  "deprecationReason": null
55370
57336
  },
55371
57337
  {
55372
- "name": "integrations",
57338
+ "name": "members",
55373
57339
  "description": null,
55374
57340
  "args": [
55375
57341
  {
@@ -55377,7 +57343,7 @@
55377
57343
  "description": "Specify to filter the records returned.",
55378
57344
  "type": {
55379
57345
  "kind": "INPUT_OBJECT",
55380
- "name": "IntegrationFilter",
57346
+ "name": "MemberFilter",
55381
57347
  "ofType": null
55382
57348
  },
55383
57349
  "defaultValue": "{}",
@@ -55407,7 +57373,7 @@
55407
57373
  "name": null,
55408
57374
  "ofType": {
55409
57375
  "kind": "INPUT_OBJECT",
55410
- "name": "IntegrationSort",
57376
+ "name": "MemberSort",
55411
57377
  "ofType": null
55412
57378
  }
55413
57379
  }
@@ -55422,40 +57388,7 @@
55422
57388
  "name": null,
55423
57389
  "ofType": {
55424
57390
  "kind": "OBJECT",
55425
- "name": "IntegrationConnection",
55426
- "ofType": null
55427
- }
55428
- },
55429
- "isDeprecated": false,
55430
- "deprecationReason": null
55431
- },
55432
- {
55433
- "name": "listAwsProductDimensions",
55434
- "description": null,
55435
- "args": [
55436
- {
55437
- "name": "input",
55438
- "description": null,
55439
- "type": {
55440
- "kind": "NON_NULL",
55441
- "name": null,
55442
- "ofType": {
55443
- "kind": "INPUT_OBJECT",
55444
- "name": "ListAwsProductDimensionsInput",
55445
- "ofType": null
55446
- }
55447
- },
55448
- "defaultValue": null,
55449
- "isDeprecated": false,
55450
- "deprecationReason": null
55451
- }
55452
- ],
55453
- "type": {
55454
- "kind": "NON_NULL",
55455
- "name": null,
55456
- "ofType": {
55457
- "kind": "OBJECT",
55458
- "name": "ListAwsProductDimensionsDTO",
57391
+ "name": "MemberConnection",
55459
57392
  "ofType": null
55460
57393
  }
55461
57394
  },
@@ -55463,7 +57396,7 @@
55463
57396
  "deprecationReason": null
55464
57397
  },
55465
57398
  {
55466
- "name": "listAwsProducts",
57399
+ "name": "mockPaywall",
55467
57400
  "description": null,
55468
57401
  "args": [
55469
57402
  {
@@ -55474,7 +57407,7 @@
55474
57407
  "name": null,
55475
57408
  "ofType": {
55476
57409
  "kind": "INPUT_OBJECT",
55477
- "name": "ListAwsProductsInput",
57410
+ "name": "GetPaywallInput",
55478
57411
  "ofType": null
55479
57412
  }
55480
57413
  },
@@ -55488,7 +57421,7 @@
55488
57421
  "name": null,
55489
57422
  "ofType": {
55490
57423
  "kind": "OBJECT",
55491
- "name": "ListAwsProductsResult",
57424
+ "name": "MockPaywall",
55492
57425
  "ofType": null
55493
57426
  }
55494
57427
  },
@@ -55496,7 +57429,7 @@
55496
57429
  "deprecationReason": null
55497
57430
  },
55498
57431
  {
55499
- "name": "members",
57432
+ "name": "packageEntitlements",
55500
57433
  "description": null,
55501
57434
  "args": [
55502
57435
  {
@@ -55504,7 +57437,7 @@
55504
57437
  "description": "Specify to filter the records returned.",
55505
57438
  "type": {
55506
57439
  "kind": "INPUT_OBJECT",
55507
- "name": "MemberFilter",
57440
+ "name": "PackageEntitlementFilter",
55508
57441
  "ofType": null
55509
57442
  },
55510
57443
  "defaultValue": "{}",
@@ -55534,7 +57467,7 @@
55534
57467
  "name": null,
55535
57468
  "ofType": {
55536
57469
  "kind": "INPUT_OBJECT",
55537
- "name": "MemberSort",
57470
+ "name": "PackageEntitlementSort",
55538
57471
  "ofType": null
55539
57472
  }
55540
57473
  }
@@ -55549,7 +57482,7 @@
55549
57482
  "name": null,
55550
57483
  "ofType": {
55551
57484
  "kind": "OBJECT",
55552
- "name": "MemberConnection",
57485
+ "name": "PackageEntitlementConnection",
55553
57486
  "ofType": null
55554
57487
  }
55555
57488
  },
@@ -55557,18 +57490,18 @@
55557
57490
  "deprecationReason": null
55558
57491
  },
55559
57492
  {
55560
- "name": "mockPaywall",
57493
+ "name": "packageGroup",
55561
57494
  "description": null,
55562
57495
  "args": [
55563
57496
  {
55564
- "name": "input",
55565
- "description": null,
57497
+ "name": "id",
57498
+ "description": "The id of the record to find.",
55566
57499
  "type": {
55567
57500
  "kind": "NON_NULL",
55568
57501
  "name": null,
55569
57502
  "ofType": {
55570
- "kind": "INPUT_OBJECT",
55571
- "name": "GetPaywallInput",
57503
+ "kind": "SCALAR",
57504
+ "name": "ID",
55572
57505
  "ofType": null
55573
57506
  }
55574
57507
  },
@@ -55578,19 +57511,15 @@
55578
57511
  }
55579
57512
  ],
55580
57513
  "type": {
55581
- "kind": "NON_NULL",
55582
- "name": null,
55583
- "ofType": {
55584
- "kind": "OBJECT",
55585
- "name": "MockPaywall",
55586
- "ofType": null
55587
- }
57514
+ "kind": "OBJECT",
57515
+ "name": "PackageGroup",
57516
+ "ofType": null
55588
57517
  },
55589
57518
  "isDeprecated": false,
55590
57519
  "deprecationReason": null
55591
57520
  },
55592
57521
  {
55593
- "name": "packageEntitlements",
57522
+ "name": "packageGroups",
55594
57523
  "description": null,
55595
57524
  "args": [
55596
57525
  {
@@ -55598,7 +57527,7 @@
55598
57527
  "description": "Specify to filter the records returned.",
55599
57528
  "type": {
55600
57529
  "kind": "INPUT_OBJECT",
55601
- "name": "PackageEntitlementFilter",
57530
+ "name": "PackageGroupFilter",
55602
57531
  "ofType": null
55603
57532
  },
55604
57533
  "defaultValue": "{}",
@@ -55628,7 +57557,7 @@
55628
57557
  "name": null,
55629
57558
  "ofType": {
55630
57559
  "kind": "INPUT_OBJECT",
55631
- "name": "PackageEntitlementSort",
57560
+ "name": "PackageGroupSort",
55632
57561
  "ofType": null
55633
57562
  }
55634
57563
  }
@@ -55643,7 +57572,7 @@
55643
57572
  "name": null,
55644
57573
  "ofType": {
55645
57574
  "kind": "OBJECT",
55646
- "name": "PackageEntitlementConnection",
57575
+ "name": "PackageGroupConnection",
55647
57576
  "ofType": null
55648
57577
  }
55649
57578
  },
@@ -57528,6 +59457,69 @@
57528
59457
  "enumValues": null,
57529
59458
  "possibleTypes": null
57530
59459
  },
59460
+ {
59461
+ "kind": "INPUT_OBJECT",
59462
+ "name": "SetPackageGroupAddons",
59463
+ "description": "The input type for setting the addons of an package group",
59464
+ "fields": null,
59465
+ "inputFields": [
59466
+ {
59467
+ "name": "addons",
59468
+ "description": "The addons to set on the package group",
59469
+ "type": {
59470
+ "kind": "NON_NULL",
59471
+ "name": null,
59472
+ "ofType": {
59473
+ "kind": "LIST",
59474
+ "name": null,
59475
+ "ofType": {
59476
+ "kind": "NON_NULL",
59477
+ "name": null,
59478
+ "ofType": {
59479
+ "kind": "SCALAR",
59480
+ "name": "String",
59481
+ "ofType": null
59482
+ }
59483
+ }
59484
+ }
59485
+ },
59486
+ "defaultValue": null,
59487
+ "isDeprecated": false,
59488
+ "deprecationReason": null
59489
+ },
59490
+ {
59491
+ "name": "environmentId",
59492
+ "description": "The environment id to set the addons of the package group in",
59493
+ "type": {
59494
+ "kind": "SCALAR",
59495
+ "name": "String",
59496
+ "ofType": null
59497
+ },
59498
+ "defaultValue": null,
59499
+ "isDeprecated": false,
59500
+ "deprecationReason": null
59501
+ },
59502
+ {
59503
+ "name": "packageGroupId",
59504
+ "description": "The id of the package group",
59505
+ "type": {
59506
+ "kind": "NON_NULL",
59507
+ "name": null,
59508
+ "ofType": {
59509
+ "kind": "SCALAR",
59510
+ "name": "String",
59511
+ "ofType": null
59512
+ }
59513
+ },
59514
+ "defaultValue": null,
59515
+ "isDeprecated": false,
59516
+ "deprecationReason": null
59517
+ }
59518
+ ],
59519
+ "interfaces": null,
59520
+ "enumValues": null,
59521
+ "possibleTypes": null
59522
+ },
57531
59523
  {
57532
59524
  "kind": "OBJECT",
57533
59525
  "name": "SnowflakeCredentials",