billfixers-partner 1.2.0 → 1.2.4

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.
data/partner_schema.json CHANGED
@@ -156,6 +156,22 @@
156
156
  "isDeprecated": false,
157
157
  "deprecationReason": null
158
158
  },
159
+ {
160
+ "name": "badDocument",
161
+ "description": null,
162
+ "args": [],
163
+ "type": {
164
+ "kind": "NON_NULL",
165
+ "name": null,
166
+ "ofType": {
167
+ "kind": "SCALAR",
168
+ "name": "Boolean",
169
+ "ofType": null
170
+ }
171
+ },
172
+ "isDeprecated": false,
173
+ "deprecationReason": null
174
+ },
159
175
  {
160
176
  "name": "cancelledAt",
161
177
  "description": "The date the bill negotiations were cancelled, if present",
@@ -216,6 +232,106 @@
216
232
  "isDeprecated": false,
217
233
  "deprecationReason": null
218
234
  },
235
+ {
236
+ "name": "documentCount",
237
+ "description": null,
238
+ "args": [],
239
+ "type": {
240
+ "kind": "NON_NULL",
241
+ "name": null,
242
+ "ofType": {
243
+ "kind": "SCALAR",
244
+ "name": "Int",
245
+ "ofType": null
246
+ }
247
+ },
248
+ "isDeprecated": false,
249
+ "deprecationReason": null
250
+ },
251
+ {
252
+ "name": "documentless",
253
+ "description": "",
254
+ "args": [],
255
+ "type": {
256
+ "kind": "NON_NULL",
257
+ "name": null,
258
+ "ofType": {
259
+ "kind": "SCALAR",
260
+ "name": "Boolean",
261
+ "ofType": null
262
+ }
263
+ },
264
+ "isDeprecated": false,
265
+ "deprecationReason": null
266
+ },
267
+ {
268
+ "name": "documentlessAllowed",
269
+ "description": "Allows documentless submission of a bill",
270
+ "args": [],
271
+ "type": {
272
+ "kind": "NON_NULL",
273
+ "name": null,
274
+ "ofType": {
275
+ "kind": "SCALAR",
276
+ "name": "Boolean",
277
+ "ofType": null
278
+ }
279
+ },
280
+ "isDeprecated": false,
281
+ "deprecationReason": null
282
+ },
283
+ {
284
+ "name": "documentlessInfo",
285
+ "description": "A JSON object containing fields needed for documentless negotiation related to this bill's provider.",
286
+ "args": [],
287
+ "type": {
288
+ "kind": "SCALAR",
289
+ "name": "JSON",
290
+ "ofType": null
291
+ },
292
+ "isDeprecated": false,
293
+ "deprecationReason": null
294
+ },
295
+ {
296
+ "name": "documents",
297
+ "description": null,
298
+ "args": [],
299
+ "type": {
300
+ "kind": "NON_NULL",
301
+ "name": null,
302
+ "ofType": {
303
+ "kind": "LIST",
304
+ "name": null,
305
+ "ofType": {
306
+ "kind": "NON_NULL",
307
+ "name": null,
308
+ "ofType": {
309
+ "kind": "OBJECT",
310
+ "name": "Document",
311
+ "ofType": null
312
+ }
313
+ }
314
+ }
315
+ },
316
+ "isDeprecated": false,
317
+ "deprecationReason": null
318
+ },
319
+ {
320
+ "name": "grossSavings",
321
+ "description": "The lifetime value gained from negotiations",
322
+ "args": [],
323
+ "type": {
324
+ "kind": "NON_NULL",
325
+ "name": null,
326
+ "ofType": {
327
+ "kind": "SCALAR",
328
+ "name": "Money",
329
+ "ofType": null
330
+ }
331
+ },
332
+ "isDeprecated": false,
333
+ "deprecationReason": null
334
+ },
219
335
  {
220
336
  "name": "id",
221
337
  "description": "Alpha-numeric unique identifier",
@@ -232,6 +348,30 @@
232
348
  "isDeprecated": false,
233
349
  "deprecationReason": null
234
350
  },
351
+ {
352
+ "name": "informationRequests",
353
+ "description": null,
354
+ "args": [],
355
+ "type": {
356
+ "kind": "NON_NULL",
357
+ "name": null,
358
+ "ofType": {
359
+ "kind": "LIST",
360
+ "name": null,
361
+ "ofType": {
362
+ "kind": "NON_NULL",
363
+ "name": null,
364
+ "ofType": {
365
+ "kind": "OBJECT",
366
+ "name": "InformationRequest",
367
+ "ofType": null
368
+ }
369
+ }
370
+ }
371
+ },
372
+ "isDeprecated": false,
373
+ "deprecationReason": null
374
+ },
235
375
  {
236
376
  "name": "items",
237
377
  "description": "The items on the bill",
@@ -256,6 +396,22 @@
256
396
  "isDeprecated": false,
257
397
  "deprecationReason": null
258
398
  },
399
+ {
400
+ "name": "missingDocumentInfo",
401
+ "description": null,
402
+ "args": [],
403
+ "type": {
404
+ "kind": "NON_NULL",
405
+ "name": null,
406
+ "ofType": {
407
+ "kind": "SCALAR",
408
+ "name": "Boolean",
409
+ "ofType": null
410
+ }
411
+ },
412
+ "isDeprecated": false,
413
+ "deprecationReason": null
414
+ },
259
415
  {
260
416
  "name": "offers",
261
417
  "description": null,
@@ -346,7 +502,7 @@
346
502
  },
347
503
  {
348
504
  "name": "totalSavings",
349
- "description": "The total value gained from negotiations",
505
+ "description": "The current value gained from negotiations",
350
506
  "args": [],
351
507
  "type": {
352
508
  "kind": "NON_NULL",
@@ -860,6 +1016,22 @@
860
1016
  "name": "Customer",
861
1017
  "description": "The person being billed by a provider",
862
1018
  "fields": [
1019
+ {
1020
+ "name": "allTimeGrossSavings",
1021
+ "description": null,
1022
+ "args": [],
1023
+ "type": {
1024
+ "kind": "NON_NULL",
1025
+ "name": null,
1026
+ "ofType": {
1027
+ "kind": "SCALAR",
1028
+ "name": "Money",
1029
+ "ofType": null
1030
+ }
1031
+ },
1032
+ "isDeprecated": false,
1033
+ "deprecationReason": null
1034
+ },
863
1035
  {
864
1036
  "name": "avatarUrl",
865
1037
  "description": null,
@@ -892,6 +1064,22 @@
892
1064
  "isDeprecated": false,
893
1065
  "deprecationReason": null
894
1066
  },
1067
+ {
1068
+ "name": "billCount",
1069
+ "description": null,
1070
+ "args": [],
1071
+ "type": {
1072
+ "kind": "NON_NULL",
1073
+ "name": null,
1074
+ "ofType": {
1075
+ "kind": "SCALAR",
1076
+ "name": "Int",
1077
+ "ofType": null
1078
+ }
1079
+ },
1080
+ "isDeprecated": false,
1081
+ "deprecationReason": null
1082
+ },
895
1083
  {
896
1084
  "name": "bills",
897
1085
  "description": null,
@@ -970,13 +1158,9 @@
970
1158
  "description": null,
971
1159
  "args": [],
972
1160
  "type": {
973
- "kind": "NON_NULL",
974
- "name": null,
975
- "ofType": {
976
- "kind": "SCALAR",
977
- "name": "String",
978
- "ofType": null
979
- }
1161
+ "kind": "SCALAR",
1162
+ "name": "String",
1163
+ "ofType": null
980
1164
  },
981
1165
  "isDeprecated": false,
982
1166
  "deprecationReason": null
@@ -1049,6 +1233,50 @@
1049
1233
  "isDeprecated": false,
1050
1234
  "deprecationReason": null
1051
1235
  },
1236
+ {
1237
+ "name": "readyBillCount",
1238
+ "description": null,
1239
+ "args": [],
1240
+ "type": {
1241
+ "kind": "NON_NULL",
1242
+ "name": null,
1243
+ "ofType": {
1244
+ "kind": "SCALAR",
1245
+ "name": "Int",
1246
+ "ofType": null
1247
+ }
1248
+ },
1249
+ "isDeprecated": false,
1250
+ "deprecationReason": null
1251
+ },
1252
+ {
1253
+ "name": "referralData",
1254
+ "description": null,
1255
+ "args": [],
1256
+ "type": {
1257
+ "kind": "SCALAR",
1258
+ "name": "JSON",
1259
+ "ofType": null
1260
+ },
1261
+ "isDeprecated": false,
1262
+ "deprecationReason": null
1263
+ },
1264
+ {
1265
+ "name": "type",
1266
+ "description": null,
1267
+ "args": [],
1268
+ "type": {
1269
+ "kind": "NON_NULL",
1270
+ "name": null,
1271
+ "ofType": {
1272
+ "kind": "SCALAR",
1273
+ "name": "String",
1274
+ "ofType": null
1275
+ }
1276
+ },
1277
+ "isDeprecated": false,
1278
+ "deprecationReason": null
1279
+ },
1052
1280
  {
1053
1281
  "name": "updatedAt",
1054
1282
  "description": null,
@@ -1294,11 +1522,11 @@
1294
1522
  },
1295
1523
  {
1296
1524
  "kind": "OBJECT",
1297
- "name": "Fixer",
1525
+ "name": "Document",
1298
1526
  "description": null,
1299
1527
  "fields": [
1300
1528
  {
1301
- "name": "email",
1529
+ "name": "createdAt",
1302
1530
  "description": null,
1303
1531
  "args": [],
1304
1532
  "type": {
@@ -1306,7 +1534,7 @@
1306
1534
  "name": null,
1307
1535
  "ofType": {
1308
1536
  "kind": "SCALAR",
1309
- "name": "String",
1537
+ "name": "DateTime",
1310
1538
  "ofType": null
1311
1539
  }
1312
1540
  },
@@ -1314,7 +1542,7 @@
1314
1542
  "deprecationReason": null
1315
1543
  },
1316
1544
  {
1317
- "name": "firstName",
1545
+ "name": "documentableId",
1318
1546
  "description": null,
1319
1547
  "args": [],
1320
1548
  "type": {
@@ -1322,7 +1550,7 @@
1322
1550
  "name": null,
1323
1551
  "ofType": {
1324
1552
  "kind": "SCALAR",
1325
- "name": "String",
1553
+ "name": "ID",
1326
1554
  "ofType": null
1327
1555
  }
1328
1556
  },
@@ -1330,7 +1558,7 @@
1330
1558
  "deprecationReason": null
1331
1559
  },
1332
1560
  {
1333
- "name": "firstNameLastInitial",
1561
+ "name": "documentableType",
1334
1562
  "description": null,
1335
1563
  "args": [],
1336
1564
  "type": {
@@ -1346,7 +1574,7 @@
1346
1574
  "deprecationReason": null
1347
1575
  },
1348
1576
  {
1349
- "name": "id",
1577
+ "name": "filename",
1350
1578
  "description": null,
1351
1579
  "args": [],
1352
1580
  "type": {
@@ -1354,7 +1582,7 @@
1354
1582
  "name": null,
1355
1583
  "ofType": {
1356
1584
  "kind": "SCALAR",
1357
- "name": "ID",
1585
+ "name": "String",
1358
1586
  "ofType": null
1359
1587
  }
1360
1588
  },
@@ -1362,7 +1590,7 @@
1362
1590
  "deprecationReason": null
1363
1591
  },
1364
1592
  {
1365
- "name": "lastName",
1593
+ "name": "id",
1366
1594
  "description": null,
1367
1595
  "args": [],
1368
1596
  "type": {
@@ -1370,7 +1598,7 @@
1370
1598
  "name": null,
1371
1599
  "ofType": {
1372
1600
  "kind": "SCALAR",
1373
- "name": "String",
1601
+ "name": "ID",
1374
1602
  "ofType": null
1375
1603
  }
1376
1604
  },
@@ -1378,7 +1606,19 @@
1378
1606
  "deprecationReason": null
1379
1607
  },
1380
1608
  {
1381
- "name": "name",
1609
+ "name": "title",
1610
+ "description": null,
1611
+ "args": [],
1612
+ "type": {
1613
+ "kind": "SCALAR",
1614
+ "name": "String",
1615
+ "ofType": null
1616
+ },
1617
+ "isDeprecated": false,
1618
+ "deprecationReason": null
1619
+ },
1620
+ {
1621
+ "name": "url",
1382
1622
  "description": null,
1383
1623
  "args": [],
1384
1624
  "type": {
@@ -1392,9 +1632,116 @@
1392
1632
  },
1393
1633
  "isDeprecated": false,
1394
1634
  "deprecationReason": null
1395
- },
1396
- {
1397
- "name": "phoneNumber",
1635
+ }
1636
+ ],
1637
+ "inputFields": null,
1638
+ "interfaces": [],
1639
+ "enumValues": null,
1640
+ "possibleTypes": null
1641
+ },
1642
+ {
1643
+ "kind": "OBJECT",
1644
+ "name": "Fixer",
1645
+ "description": null,
1646
+ "fields": [
1647
+ {
1648
+ "name": "email",
1649
+ "description": null,
1650
+ "args": [],
1651
+ "type": {
1652
+ "kind": "NON_NULL",
1653
+ "name": null,
1654
+ "ofType": {
1655
+ "kind": "SCALAR",
1656
+ "name": "String",
1657
+ "ofType": null
1658
+ }
1659
+ },
1660
+ "isDeprecated": false,
1661
+ "deprecationReason": null
1662
+ },
1663
+ {
1664
+ "name": "firstName",
1665
+ "description": null,
1666
+ "args": [],
1667
+ "type": {
1668
+ "kind": "NON_NULL",
1669
+ "name": null,
1670
+ "ofType": {
1671
+ "kind": "SCALAR",
1672
+ "name": "String",
1673
+ "ofType": null
1674
+ }
1675
+ },
1676
+ "isDeprecated": false,
1677
+ "deprecationReason": null
1678
+ },
1679
+ {
1680
+ "name": "firstNameLastInitial",
1681
+ "description": null,
1682
+ "args": [],
1683
+ "type": {
1684
+ "kind": "NON_NULL",
1685
+ "name": null,
1686
+ "ofType": {
1687
+ "kind": "SCALAR",
1688
+ "name": "String",
1689
+ "ofType": null
1690
+ }
1691
+ },
1692
+ "isDeprecated": false,
1693
+ "deprecationReason": null
1694
+ },
1695
+ {
1696
+ "name": "id",
1697
+ "description": null,
1698
+ "args": [],
1699
+ "type": {
1700
+ "kind": "NON_NULL",
1701
+ "name": null,
1702
+ "ofType": {
1703
+ "kind": "SCALAR",
1704
+ "name": "ID",
1705
+ "ofType": null
1706
+ }
1707
+ },
1708
+ "isDeprecated": false,
1709
+ "deprecationReason": null
1710
+ },
1711
+ {
1712
+ "name": "lastName",
1713
+ "description": null,
1714
+ "args": [],
1715
+ "type": {
1716
+ "kind": "NON_NULL",
1717
+ "name": null,
1718
+ "ofType": {
1719
+ "kind": "SCALAR",
1720
+ "name": "String",
1721
+ "ofType": null
1722
+ }
1723
+ },
1724
+ "isDeprecated": false,
1725
+ "deprecationReason": null
1726
+ },
1727
+ {
1728
+ "name": "name",
1729
+ "description": null,
1730
+ "args": [],
1731
+ "type": {
1732
+ "kind": "NON_NULL",
1733
+ "name": null,
1734
+ "ofType": {
1735
+ "kind": "SCALAR",
1736
+ "name": "String",
1737
+ "ofType": null
1738
+ }
1739
+ },
1740
+ "isDeprecated": false,
1741
+ "deprecationReason": null
1742
+ },
1743
+ {
1744
+ "name": "phoneNumber",
1398
1745
  "description": null,
1399
1746
  "args": [],
1400
1747
  "type": {
@@ -2093,6 +2440,22 @@
2093
2440
  "isDeprecated": false,
2094
2441
  "deprecationReason": null
2095
2442
  },
2443
+ {
2444
+ "name": "expired",
2445
+ "description": "Whether or not the savings for this item have expired",
2446
+ "args": [],
2447
+ "type": {
2448
+ "kind": "NON_NULL",
2449
+ "name": null,
2450
+ "ofType": {
2451
+ "kind": "SCALAR",
2452
+ "name": "Boolean",
2453
+ "ofType": null
2454
+ }
2455
+ },
2456
+ "isDeprecated": false,
2457
+ "deprecationReason": null
2458
+ },
2096
2459
  {
2097
2460
  "name": "name",
2098
2461
  "description": "Name of the good or service",
@@ -2243,6 +2606,16 @@
2243
2606
  "enumValues": null,
2244
2607
  "possibleTypes": null
2245
2608
  },
2609
+ {
2610
+ "kind": "SCALAR",
2611
+ "name": "JSON",
2612
+ "description": "Represents untyped JSON",
2613
+ "fields": null,
2614
+ "inputFields": null,
2615
+ "interfaces": null,
2616
+ "enumValues": null,
2617
+ "possibleTypes": null
2618
+ },
2246
2619
  {
2247
2620
  "kind": "SCALAR",
2248
2621
  "name": "Money",
@@ -2339,6 +2712,33 @@
2339
2712
  "isDeprecated": false,
2340
2713
  "deprecationReason": null
2341
2714
  },
2715
+ {
2716
+ "name": "ProvideDocumentlessInfo",
2717
+ "description": null,
2718
+ "args": [
2719
+ {
2720
+ "name": "input",
2721
+ "description": "Parameters for ProvideDocumentlessInfo",
2722
+ "type": {
2723
+ "kind": "NON_NULL",
2724
+ "name": null,
2725
+ "ofType": {
2726
+ "kind": "INPUT_OBJECT",
2727
+ "name": "ProvideDocumentlessInfoInput",
2728
+ "ofType": null
2729
+ }
2730
+ },
2731
+ "defaultValue": null
2732
+ }
2733
+ ],
2734
+ "type": {
2735
+ "kind": "OBJECT",
2736
+ "name": "ProvideDocumentlessInfoPayload",
2737
+ "ofType": null
2738
+ },
2739
+ "isDeprecated": false,
2740
+ "deprecationReason": null
2741
+ },
2342
2742
  {
2343
2743
  "name": "RejectOffer",
2344
2744
  "description": "Reject an offer",
@@ -2420,6 +2820,114 @@
2420
2820
  "isDeprecated": false,
2421
2821
  "deprecationReason": null
2422
2822
  },
2823
+ {
2824
+ "name": "RotateApiKeys",
2825
+ "description": null,
2826
+ "args": [
2827
+ {
2828
+ "name": "input",
2829
+ "description": "Parameters for RotateApiKeys",
2830
+ "type": {
2831
+ "kind": "NON_NULL",
2832
+ "name": null,
2833
+ "ofType": {
2834
+ "kind": "INPUT_OBJECT",
2835
+ "name": "RotateApiKeysInput",
2836
+ "ofType": null
2837
+ }
2838
+ },
2839
+ "defaultValue": null
2840
+ }
2841
+ ],
2842
+ "type": {
2843
+ "kind": "OBJECT",
2844
+ "name": "RotateApiKeysPayload",
2845
+ "ofType": null
2846
+ },
2847
+ "isDeprecated": false,
2848
+ "deprecationReason": null
2849
+ },
2850
+ {
2851
+ "name": "SandboxGenerateNegotiation",
2852
+ "description": null,
2853
+ "args": [
2854
+ {
2855
+ "name": "input",
2856
+ "description": "Parameters for SandboxGenerateNegotiation",
2857
+ "type": {
2858
+ "kind": "NON_NULL",
2859
+ "name": null,
2860
+ "ofType": {
2861
+ "kind": "INPUT_OBJECT",
2862
+ "name": "SandboxGenerateNegotiationInput",
2863
+ "ofType": null
2864
+ }
2865
+ },
2866
+ "defaultValue": null
2867
+ }
2868
+ ],
2869
+ "type": {
2870
+ "kind": "OBJECT",
2871
+ "name": "SandboxGenerateNegotiationPayload",
2872
+ "ofType": null
2873
+ },
2874
+ "isDeprecated": false,
2875
+ "deprecationReason": null
2876
+ },
2877
+ {
2878
+ "name": "SandboxResetBill",
2879
+ "description": null,
2880
+ "args": [
2881
+ {
2882
+ "name": "input",
2883
+ "description": "Parameters for SandboxResetBill",
2884
+ "type": {
2885
+ "kind": "NON_NULL",
2886
+ "name": null,
2887
+ "ofType": {
2888
+ "kind": "INPUT_OBJECT",
2889
+ "name": "SandboxResetBillInput",
2890
+ "ofType": null
2891
+ }
2892
+ },
2893
+ "defaultValue": null
2894
+ }
2895
+ ],
2896
+ "type": {
2897
+ "kind": "OBJECT",
2898
+ "name": "SandboxResetBillPayload",
2899
+ "ofType": null
2900
+ },
2901
+ "isDeprecated": false,
2902
+ "deprecationReason": null
2903
+ },
2904
+ {
2905
+ "name": "SandboxTransitionNegotiation",
2906
+ "description": null,
2907
+ "args": [
2908
+ {
2909
+ "name": "input",
2910
+ "description": "Parameters for SandboxTransitionNegotiation",
2911
+ "type": {
2912
+ "kind": "NON_NULL",
2913
+ "name": null,
2914
+ "ofType": {
2915
+ "kind": "INPUT_OBJECT",
2916
+ "name": "SandboxTransitionNegotiationInput",
2917
+ "ofType": null
2918
+ }
2919
+ },
2920
+ "defaultValue": null
2921
+ }
2922
+ ],
2923
+ "type": {
2924
+ "kind": "OBJECT",
2925
+ "name": "SandboxTransitionNegotiationPayload",
2926
+ "ofType": null
2927
+ },
2928
+ "isDeprecated": false,
2929
+ "deprecationReason": null
2930
+ },
2423
2931
  {
2424
2932
  "name": "StopNegotiating",
2425
2933
  "description": null,
@@ -2887,17 +3395,151 @@
2887
3395
  },
2888
3396
  {
2889
3397
  "kind": "OBJECT",
2890
- "name": "Offer",
2891
- "description": null,
3398
+ "name": "NegotiationConnection",
3399
+ "description": "The connection type for Negotiation.",
2892
3400
  "fields": [
2893
3401
  {
2894
- "name": "acceptedAt",
2895
- "description": null,
3402
+ "name": "edges",
3403
+ "description": "A list of edges.",
2896
3404
  "args": [],
2897
3405
  "type": {
2898
- "kind": "SCALAR",
2899
- "name": "DateTime",
2900
- "ofType": null
3406
+ "kind": "NON_NULL",
3407
+ "name": null,
3408
+ "ofType": {
3409
+ "kind": "LIST",
3410
+ "name": null,
3411
+ "ofType": {
3412
+ "kind": "NON_NULL",
3413
+ "name": null,
3414
+ "ofType": {
3415
+ "kind": "OBJECT",
3416
+ "name": "NegotiationEdge",
3417
+ "ofType": null
3418
+ }
3419
+ }
3420
+ }
3421
+ },
3422
+ "isDeprecated": false,
3423
+ "deprecationReason": null
3424
+ },
3425
+ {
3426
+ "name": "nodes",
3427
+ "description": "A list of nodes.",
3428
+ "args": [],
3429
+ "type": {
3430
+ "kind": "NON_NULL",
3431
+ "name": null,
3432
+ "ofType": {
3433
+ "kind": "LIST",
3434
+ "name": null,
3435
+ "ofType": {
3436
+ "kind": "NON_NULL",
3437
+ "name": null,
3438
+ "ofType": {
3439
+ "kind": "OBJECT",
3440
+ "name": "Negotiation",
3441
+ "ofType": null
3442
+ }
3443
+ }
3444
+ }
3445
+ },
3446
+ "isDeprecated": false,
3447
+ "deprecationReason": null
3448
+ },
3449
+ {
3450
+ "name": "pageInfo",
3451
+ "description": "Information to aid in pagination.",
3452
+ "args": [],
3453
+ "type": {
3454
+ "kind": "NON_NULL",
3455
+ "name": null,
3456
+ "ofType": {
3457
+ "kind": "OBJECT",
3458
+ "name": "PageInfo",
3459
+ "ofType": null
3460
+ }
3461
+ },
3462
+ "isDeprecated": false,
3463
+ "deprecationReason": null
3464
+ },
3465
+ {
3466
+ "name": "totalCount",
3467
+ "description": null,
3468
+ "args": [],
3469
+ "type": {
3470
+ "kind": "NON_NULL",
3471
+ "name": null,
3472
+ "ofType": {
3473
+ "kind": "SCALAR",
3474
+ "name": "Int",
3475
+ "ofType": null
3476
+ }
3477
+ },
3478
+ "isDeprecated": false,
3479
+ "deprecationReason": null
3480
+ }
3481
+ ],
3482
+ "inputFields": null,
3483
+ "interfaces": [],
3484
+ "enumValues": null,
3485
+ "possibleTypes": null
3486
+ },
3487
+ {
3488
+ "kind": "OBJECT",
3489
+ "name": "NegotiationEdge",
3490
+ "description": "An edge in a connection.",
3491
+ "fields": [
3492
+ {
3493
+ "name": "cursor",
3494
+ "description": "A cursor for use in pagination.",
3495
+ "args": [],
3496
+ "type": {
3497
+ "kind": "NON_NULL",
3498
+ "name": null,
3499
+ "ofType": {
3500
+ "kind": "SCALAR",
3501
+ "name": "String",
3502
+ "ofType": null
3503
+ }
3504
+ },
3505
+ "isDeprecated": false,
3506
+ "deprecationReason": null
3507
+ },
3508
+ {
3509
+ "name": "node",
3510
+ "description": "The item at the end of the edge.",
3511
+ "args": [],
3512
+ "type": {
3513
+ "kind": "NON_NULL",
3514
+ "name": null,
3515
+ "ofType": {
3516
+ "kind": "OBJECT",
3517
+ "name": "Negotiation",
3518
+ "ofType": null
3519
+ }
3520
+ },
3521
+ "isDeprecated": false,
3522
+ "deprecationReason": null
3523
+ }
3524
+ ],
3525
+ "inputFields": null,
3526
+ "interfaces": [],
3527
+ "enumValues": null,
3528
+ "possibleTypes": null
3529
+ },
3530
+ {
3531
+ "kind": "OBJECT",
3532
+ "name": "Offer",
3533
+ "description": null,
3534
+ "fields": [
3535
+ {
3536
+ "name": "acceptedAt",
3537
+ "description": null,
3538
+ "args": [],
3539
+ "type": {
3540
+ "kind": "SCALAR",
3541
+ "name": "DateTime",
3542
+ "ofType": null
2901
3543
  },
2902
3544
  "isDeprecated": false,
2903
3545
  "deprecationReason": null
@@ -3267,15 +3909,15 @@
3267
3909
  "description": null,
3268
3910
  "fields": [
3269
3911
  {
3270
- "name": "createdAt",
3271
- "description": null,
3912
+ "name": "apiKey",
3913
+ "description": "Live API key",
3272
3914
  "args": [],
3273
3915
  "type": {
3274
3916
  "kind": "NON_NULL",
3275
3917
  "name": null,
3276
3918
  "ofType": {
3277
3919
  "kind": "SCALAR",
3278
- "name": "DateTime",
3920
+ "name": "String",
3279
3921
  "ofType": null
3280
3922
  }
3281
3923
  },
@@ -3283,15 +3925,15 @@
3283
3925
  "deprecationReason": null
3284
3926
  },
3285
3927
  {
3286
- "name": "id",
3287
- "description": "Alpha-numeric unique identifier",
3928
+ "name": "averageSavingsPerBill",
3929
+ "description": null,
3288
3930
  "args": [],
3289
3931
  "type": {
3290
3932
  "kind": "NON_NULL",
3291
3933
  "name": null,
3292
3934
  "ofType": {
3293
3935
  "kind": "SCALAR",
3294
- "name": "String",
3936
+ "name": "Money",
3295
3937
  "ofType": null
3296
3938
  }
3297
3939
  },
@@ -3299,27 +3941,31 @@
3299
3941
  "deprecationReason": null
3300
3942
  },
3301
3943
  {
3302
- "name": "liveWebhookUrl",
3303
- "description": "Webhook URL for live/production requests",
3944
+ "name": "averageSavingsPerCustomer",
3945
+ "description": null,
3304
3946
  "args": [],
3305
3947
  "type": {
3306
- "kind": "SCALAR",
3307
- "name": "String",
3308
- "ofType": null
3948
+ "kind": "NON_NULL",
3949
+ "name": null,
3950
+ "ofType": {
3951
+ "kind": "SCALAR",
3952
+ "name": "Money",
3953
+ "ofType": null
3954
+ }
3309
3955
  },
3310
3956
  "isDeprecated": false,
3311
3957
  "deprecationReason": null
3312
3958
  },
3313
3959
  {
3314
- "name": "name",
3315
- "description": "Name of the partner",
3960
+ "name": "averageSavingsPerReadyBill",
3961
+ "description": null,
3316
3962
  "args": [],
3317
3963
  "type": {
3318
3964
  "kind": "NON_NULL",
3319
3965
  "name": null,
3320
3966
  "ofType": {
3321
3967
  "kind": "SCALAR",
3322
- "name": "String",
3968
+ "name": "Money",
3323
3969
  "ofType": null
3324
3970
  }
3325
3971
  },
@@ -3327,27 +3973,31 @@
3327
3973
  "deprecationReason": null
3328
3974
  },
3329
3975
  {
3330
- "name": "referralCode",
3331
- "description": "The partner's referral code",
3976
+ "name": "billCount",
3977
+ "description": null,
3332
3978
  "args": [],
3333
3979
  "type": {
3334
- "kind": "SCALAR",
3335
- "name": "String",
3336
- "ofType": null
3980
+ "kind": "NON_NULL",
3981
+ "name": null,
3982
+ "ofType": {
3983
+ "kind": "SCALAR",
3984
+ "name": "Int",
3985
+ "ofType": null
3986
+ }
3337
3987
  },
3338
3988
  "isDeprecated": false,
3339
3989
  "deprecationReason": null
3340
3990
  },
3341
3991
  {
3342
- "name": "referralLink",
3343
- "description": "The partner's referral link",
3992
+ "name": "createdAt",
3993
+ "description": null,
3344
3994
  "args": [],
3345
3995
  "type": {
3346
3996
  "kind": "NON_NULL",
3347
3997
  "name": null,
3348
3998
  "ofType": {
3349
3999
  "kind": "SCALAR",
3350
- "name": "String",
4000
+ "name": "DateTime",
3351
4001
  "ofType": null
3352
4002
  }
3353
4003
  },
@@ -3355,19 +4005,23 @@
3355
4005
  "deprecationReason": null
3356
4006
  },
3357
4007
  {
3358
- "name": "testWebhookUrl",
3359
- "description": "Webhook URL for test/development requests",
4008
+ "name": "customerCount",
4009
+ "description": null,
3360
4010
  "args": [],
3361
4011
  "type": {
3362
- "kind": "SCALAR",
3363
- "name": "String",
3364
- "ofType": null
4012
+ "kind": "NON_NULL",
4013
+ "name": null,
4014
+ "ofType": {
4015
+ "kind": "SCALAR",
4016
+ "name": "Int",
4017
+ "ofType": null
4018
+ }
3365
4019
  },
3366
4020
  "isDeprecated": false,
3367
4021
  "deprecationReason": null
3368
4022
  },
3369
4023
  {
3370
- "name": "updatedAt",
4024
+ "name": "customersWithReadyBillsCount",
3371
4025
  "description": null,
3372
4026
  "args": [],
3373
4027
  "type": {
@@ -3375,58 +4029,39 @@
3375
4029
  "name": null,
3376
4030
  "ofType": {
3377
4031
  "kind": "SCALAR",
3378
- "name": "DateTime",
4032
+ "name": "Int",
3379
4033
  "ofType": null
3380
4034
  }
3381
4035
  },
3382
4036
  "isDeprecated": false,
3383
4037
  "deprecationReason": null
3384
- }
3385
- ],
3386
- "inputFields": null,
3387
- "interfaces": [],
3388
- "enumValues": null,
3389
- "possibleTypes": null
3390
- },
3391
- {
3392
- "kind": "OBJECT",
3393
- "name": "Provider",
3394
- "description": null,
3395
- "fields": [
4038
+ },
3396
4039
  {
3397
- "name": "billFields",
4040
+ "name": "customersWithoutReadyBillsCount",
3398
4041
  "description": null,
3399
4042
  "args": [],
3400
4043
  "type": {
3401
4044
  "kind": "NON_NULL",
3402
4045
  "name": null,
3403
4046
  "ofType": {
3404
- "kind": "LIST",
3405
- "name": null,
3406
- "ofType": {
3407
- "kind": "NON_NULL",
3408
- "name": null,
3409
- "ofType": {
3410
- "kind": "SCALAR",
3411
- "name": "String",
3412
- "ofType": null
3413
- }
3414
- }
4047
+ "kind": "SCALAR",
4048
+ "name": "Int",
4049
+ "ofType": null
3415
4050
  }
3416
4051
  },
3417
4052
  "isDeprecated": false,
3418
4053
  "deprecationReason": null
3419
4054
  },
3420
4055
  {
3421
- "name": "createdAt",
3422
- "description": null,
4056
+ "name": "id",
4057
+ "description": "Alpha-numeric unique identifier",
3423
4058
  "args": [],
3424
4059
  "type": {
3425
4060
  "kind": "NON_NULL",
3426
4061
  "name": null,
3427
4062
  "ofType": {
3428
4063
  "kind": "SCALAR",
3429
- "name": "DateTime",
4064
+ "name": "String",
3430
4065
  "ofType": null
3431
4066
  }
3432
4067
  },
@@ -3434,7 +4069,7 @@
3434
4069
  "deprecationReason": null
3435
4070
  },
3436
4071
  {
3437
- "name": "id",
4072
+ "name": "lastNinetyDaysSignups",
3438
4073
  "description": null,
3439
4074
  "args": [],
3440
4075
  "type": {
@@ -3442,7 +4077,7 @@
3442
4077
  "name": null,
3443
4078
  "ofType": {
3444
4079
  "kind": "SCALAR",
3445
- "name": "ID",
4080
+ "name": "Int",
3446
4081
  "ofType": null
3447
4082
  }
3448
4083
  },
@@ -3450,19 +4085,23 @@
3450
4085
  "deprecationReason": null
3451
4086
  },
3452
4087
  {
3453
- "name": "logo",
4088
+ "name": "lastSevenDaysSignups",
3454
4089
  "description": null,
3455
4090
  "args": [],
3456
4091
  "type": {
3457
- "kind": "OBJECT",
3458
- "name": "Image",
3459
- "ofType": null
4092
+ "kind": "NON_NULL",
4093
+ "name": null,
4094
+ "ofType": {
4095
+ "kind": "SCALAR",
4096
+ "name": "Int",
4097
+ "ofType": null
4098
+ }
3460
4099
  },
3461
4100
  "isDeprecated": false,
3462
4101
  "deprecationReason": null
3463
4102
  },
3464
4103
  {
3465
- "name": "name",
4104
+ "name": "lastThirtyDaysSignups",
3466
4105
  "description": null,
3467
4106
  "args": [],
3468
4107
  "type": {
@@ -3470,7 +4109,7 @@
3470
4109
  "name": null,
3471
4110
  "ofType": {
3472
4111
  "kind": "SCALAR",
3473
- "name": "String",
4112
+ "name": "Int",
3474
4113
  "ofType": null
3475
4114
  }
3476
4115
  },
@@ -3478,31 +4117,35 @@
3478
4117
  "deprecationReason": null
3479
4118
  },
3480
4119
  {
3481
- "name": "services",
3482
- "description": null,
4120
+ "name": "liveWebhookUrl",
4121
+ "description": "Webhook URL for live/production requests",
3483
4122
  "args": [],
3484
4123
  "type": {
3485
- "kind": "NON_NULL",
3486
- "name": null,
3487
- "ofType": {
3488
- "kind": "LIST",
3489
- "name": null,
3490
- "ofType": {
3491
- "kind": "NON_NULL",
3492
- "name": null,
3493
- "ofType": {
3494
- "kind": "SCALAR",
3495
- "name": "String",
3496
- "ofType": null
3497
- }
3498
- }
4124
+ "kind": "SCALAR",
4125
+ "name": "String",
4126
+ "ofType": null
4127
+ },
4128
+ "isDeprecated": false,
4129
+ "deprecationReason": null
4130
+ },
4131
+ {
4132
+ "name": "name",
4133
+ "description": "Name of the partner",
4134
+ "args": [],
4135
+ "type": {
4136
+ "kind": "NON_NULL",
4137
+ "name": null,
4138
+ "ofType": {
4139
+ "kind": "SCALAR",
4140
+ "name": "String",
4141
+ "ofType": null
3499
4142
  }
3500
4143
  },
3501
4144
  "isDeprecated": false,
3502
4145
  "deprecationReason": null
3503
4146
  },
3504
4147
  {
3505
- "name": "updatedAt",
4148
+ "name": "readyBillCount",
3506
4149
  "description": null,
3507
4150
  "args": [],
3508
4151
  "type": {
@@ -3510,34 +4153,35 @@
3510
4153
  "name": null,
3511
4154
  "ofType": {
3512
4155
  "kind": "SCALAR",
3513
- "name": "DateTime",
4156
+ "name": "Int",
3514
4157
  "ofType": null
3515
4158
  }
3516
4159
  },
3517
4160
  "isDeprecated": false,
3518
4161
  "deprecationReason": null
3519
- }
3520
- ],
3521
- "inputFields": null,
3522
- "interfaces": [],
3523
- "enumValues": null,
3524
- "possibleTypes": null
3525
- },
3526
- {
3527
- "kind": "OBJECT",
3528
- "name": "Query",
3529
- "description": null,
3530
- "fields": [
4162
+ },
3531
4163
  {
3532
- "name": "CalculateSavingsEstimate",
3533
- "description": null,
4164
+ "name": "referralCode",
4165
+ "description": "The partner's referral code",
4166
+ "args": [],
4167
+ "type": {
4168
+ "kind": "SCALAR",
4169
+ "name": "String",
4170
+ "ofType": null
4171
+ },
4172
+ "isDeprecated": false,
4173
+ "deprecationReason": null
4174
+ },
4175
+ {
4176
+ "name": "referralLink",
4177
+ "description": "The partner's referral link",
3534
4178
  "args": [],
3535
4179
  "type": {
3536
4180
  "kind": "NON_NULL",
3537
4181
  "name": null,
3538
4182
  "ofType": {
3539
- "kind": "OBJECT",
3540
- "name": "SavingsEstimate",
4183
+ "kind": "SCALAR",
4184
+ "name": "String",
3541
4185
  "ofType": null
3542
4186
  }
3543
4187
  },
@@ -3545,42 +4189,43 @@
3545
4189
  "deprecationReason": null
3546
4190
  },
3547
4191
  {
3548
- "name": "FindBill",
3549
- "description": null,
3550
- "args": [
3551
- {
3552
- "name": "id",
3553
- "description": null,
3554
- "type": {
3555
- "kind": "NON_NULL",
3556
- "name": null,
3557
- "ofType": {
3558
- "kind": "SCALAR",
3559
- "name": "ID",
3560
- "ofType": null
3561
- }
3562
- },
3563
- "defaultValue": null
4192
+ "name": "testApiKey",
4193
+ "description": "Test API key",
4194
+ "args": [],
4195
+ "type": {
4196
+ "kind": "NON_NULL",
4197
+ "name": null,
4198
+ "ofType": {
4199
+ "kind": "SCALAR",
4200
+ "name": "String",
4201
+ "ofType": null
3564
4202
  }
3565
- ],
4203
+ },
4204
+ "isDeprecated": false,
4205
+ "deprecationReason": null
4206
+ },
4207
+ {
4208
+ "name": "testWebhookUrl",
4209
+ "description": "Webhook URL for test/development requests",
4210
+ "args": [],
3566
4211
  "type": {
3567
- "kind": "OBJECT",
3568
- "name": "Bill",
4212
+ "kind": "SCALAR",
4213
+ "name": "String",
3569
4214
  "ofType": null
3570
4215
  },
3571
4216
  "isDeprecated": false,
3572
4217
  "deprecationReason": null
3573
4218
  },
3574
4219
  {
3575
- "name": "FindCurrentPartner",
4220
+ "name": "totalSavings",
3576
4221
  "description": null,
3577
4222
  "args": [],
3578
4223
  "type": {
3579
4224
  "kind": "NON_NULL",
3580
4225
  "name": null,
3581
4226
  "ofType": {
3582
- "kind": "OBJECT",
3583
- "name": "Partner",
4227
+ "kind": "SCALAR",
4228
+ "name": "Money",
3584
4229
  "ofType": null
3585
4230
  }
3586
4231
  },
@@ -3588,108 +4233,680 @@
3588
4233
  "deprecationReason": null
3589
4234
  },
3590
4235
  {
3591
- "name": "FindCustomer",
4236
+ "name": "updatedAt",
3592
4237
  "description": null,
3593
- "args": [
3594
- {
3595
- "name": "id",
3596
- "description": null,
3597
- "type": {
3598
- "kind": "NON_NULL",
3599
- "name": null,
3600
- "ofType": {
3601
- "kind": "SCALAR",
3602
- "name": "ID",
3603
- "ofType": null
3604
- }
3605
- },
3606
- "defaultValue": null
3607
- }
3608
- ],
4238
+ "args": [],
3609
4239
  "type": {
3610
- "kind": "OBJECT",
3611
- "name": "Customer",
3612
- "ofType": null
4240
+ "kind": "NON_NULL",
4241
+ "name": null,
4242
+ "ofType": {
4243
+ "kind": "SCALAR",
4244
+ "name": "DateTime",
4245
+ "ofType": null
4246
+ }
3613
4247
  },
3614
4248
  "isDeprecated": false,
3615
4249
  "deprecationReason": null
4250
+ }
4251
+ ],
4252
+ "inputFields": null,
4253
+ "interfaces": [],
4254
+ "enumValues": null,
4255
+ "possibleTypes": null
4256
+ },
4257
+ {
4258
+ "kind": "INPUT_OBJECT",
4259
+ "name": "ProvideDocumentlessInfoInput",
4260
+ "description": "Autogenerated input type of ProvideDocumentlessInfo",
4261
+ "fields": null,
4262
+ "inputFields": [
4263
+ {
4264
+ "name": "billId",
4265
+ "description": null,
4266
+ "type": {
4267
+ "kind": "NON_NULL",
4268
+ "name": null,
4269
+ "ofType": {
4270
+ "kind": "SCALAR",
4271
+ "name": "ID",
4272
+ "ofType": null
4273
+ }
4274
+ },
4275
+ "defaultValue": null
3616
4276
  },
3617
4277
  {
3618
- "name": "FindInformationRequest",
4278
+ "name": "documentlessInfo",
3619
4279
  "description": null,
3620
- "args": [
3621
- {
3622
- "name": "id",
3623
- "description": null,
3624
- "type": {
3625
- "kind": "NON_NULL",
3626
- "name": null,
3627
- "ofType": {
3628
- "kind": "SCALAR",
3629
- "name": "ID",
3630
- "ofType": null
3631
- }
3632
- },
3633
- "defaultValue": null
4280
+ "type": {
4281
+ "kind": "NON_NULL",
4282
+ "name": null,
4283
+ "ofType": {
4284
+ "kind": "SCALAR",
4285
+ "name": "JSON",
4286
+ "ofType": null
3634
4287
  }
3635
- ],
4288
+ },
4289
+ "defaultValue": null
4290
+ },
4291
+ {
4292
+ "name": "clientMutationId",
4293
+ "description": "A unique identifier for the client performing the mutation.",
4294
+ "type": {
4295
+ "kind": "SCALAR",
4296
+ "name": "String",
4297
+ "ofType": null
4298
+ },
4299
+ "defaultValue": null
4300
+ }
4301
+ ],
4302
+ "interfaces": null,
4303
+ "enumValues": null,
4304
+ "possibleTypes": null
4305
+ },
4306
+ {
4307
+ "kind": "OBJECT",
4308
+ "name": "ProvideDocumentlessInfoPayload",
4309
+ "description": "Autogenerated return type of ProvideDocumentlessInfo",
4310
+ "fields": [
4311
+ {
4312
+ "name": "bill",
4313
+ "description": null,
4314
+ "args": [],
3636
4315
  "type": {
3637
4316
  "kind": "OBJECT",
3638
- "name": "InformationRequest",
4317
+ "name": "Bill",
3639
4318
  "ofType": null
3640
4319
  },
3641
4320
  "isDeprecated": false,
3642
4321
  "deprecationReason": null
3643
4322
  },
3644
4323
  {
3645
- "name": "FindOffer",
3646
- "description": null,
3647
- "args": [
3648
- {
3649
- "name": "id",
3650
- "description": null,
3651
- "type": {
3652
- "kind": "NON_NULL",
3653
- "name": null,
3654
- "ofType": {
3655
- "kind": "SCALAR",
3656
- "name": "ID",
3657
- "ofType": null
3658
- }
3659
- },
3660
- "defaultValue": null
3661
- }
3662
- ],
4324
+ "name": "clientMutationId",
4325
+ "description": "A unique identifier for the client performing the mutation.",
4326
+ "args": [],
3663
4327
  "type": {
3664
- "kind": "OBJECT",
3665
- "name": "Offer",
4328
+ "kind": "SCALAR",
4329
+ "name": "String",
3666
4330
  "ofType": null
3667
4331
  },
3668
4332
  "isDeprecated": false,
3669
4333
  "deprecationReason": null
3670
4334
  },
3671
4335
  {
3672
- "name": "FindProvider",
4336
+ "name": "errors",
3673
4337
  "description": null,
3674
- "args": [
3675
- {
3676
- "name": "id",
3677
- "description": null,
3678
- "type": {
4338
+ "args": [],
4339
+ "type": {
4340
+ "kind": "NON_NULL",
4341
+ "name": null,
4342
+ "ofType": {
4343
+ "kind": "LIST",
4344
+ "name": null,
4345
+ "ofType": {
3679
4346
  "kind": "NON_NULL",
3680
4347
  "name": null,
3681
4348
  "ofType": {
3682
4349
  "kind": "SCALAR",
3683
- "name": "ID",
4350
+ "name": "String",
3684
4351
  "ofType": null
3685
4352
  }
3686
- },
3687
- "defaultValue": null
4353
+ }
3688
4354
  }
3689
- ],
3690
- "type": {
3691
- "kind": "OBJECT",
3692
- "name": "Provider",
4355
+ },
4356
+ "isDeprecated": false,
4357
+ "deprecationReason": null
4358
+ },
4359
+ {
4360
+ "name": "success",
4361
+ "description": null,
4362
+ "args": [],
4363
+ "type": {
4364
+ "kind": "NON_NULL",
4365
+ "name": null,
4366
+ "ofType": {
4367
+ "kind": "SCALAR",
4368
+ "name": "Boolean",
4369
+ "ofType": null
4370
+ }
4371
+ },
4372
+ "isDeprecated": false,
4373
+ "deprecationReason": null
4374
+ }
4375
+ ],
4376
+ "inputFields": null,
4377
+ "interfaces": [],
4378
+ "enumValues": null,
4379
+ "possibleTypes": null
4380
+ },
4381
+ {
4382
+ "kind": "OBJECT",
4383
+ "name": "Provider",
4384
+ "description": null,
4385
+ "fields": [
4386
+ {
4387
+ "name": "billFields",
4388
+ "description": null,
4389
+ "args": [],
4390
+ "type": {
4391
+ "kind": "NON_NULL",
4392
+ "name": null,
4393
+ "ofType": {
4394
+ "kind": "LIST",
4395
+ "name": null,
4396
+ "ofType": {
4397
+ "kind": "NON_NULL",
4398
+ "name": null,
4399
+ "ofType": {
4400
+ "kind": "SCALAR",
4401
+ "name": "String",
4402
+ "ofType": null
4403
+ }
4404
+ }
4405
+ }
4406
+ },
4407
+ "isDeprecated": false,
4408
+ "deprecationReason": null
4409
+ },
4410
+ {
4411
+ "name": "createdAt",
4412
+ "description": null,
4413
+ "args": [],
4414
+ "type": {
4415
+ "kind": "NON_NULL",
4416
+ "name": null,
4417
+ "ofType": {
4418
+ "kind": "SCALAR",
4419
+ "name": "DateTime",
4420
+ "ofType": null
4421
+ }
4422
+ },
4423
+ "isDeprecated": false,
4424
+ "deprecationReason": null
4425
+ },
4426
+ {
4427
+ "name": "documentlessAllowed",
4428
+ "description": "Allows documentless submission of a bill",
4429
+ "args": [],
4430
+ "type": {
4431
+ "kind": "NON_NULL",
4432
+ "name": null,
4433
+ "ofType": {
4434
+ "kind": "SCALAR",
4435
+ "name": "Boolean",
4436
+ "ofType": null
4437
+ }
4438
+ },
4439
+ "isDeprecated": false,
4440
+ "deprecationReason": null
4441
+ },
4442
+ {
4443
+ "name": "id",
4444
+ "description": null,
4445
+ "args": [],
4446
+ "type": {
4447
+ "kind": "NON_NULL",
4448
+ "name": null,
4449
+ "ofType": {
4450
+ "kind": "SCALAR",
4451
+ "name": "ID",
4452
+ "ofType": null
4453
+ }
4454
+ },
4455
+ "isDeprecated": false,
4456
+ "deprecationReason": null
4457
+ },
4458
+ {
4459
+ "name": "logo",
4460
+ "description": null,
4461
+ "args": [],
4462
+ "type": {
4463
+ "kind": "OBJECT",
4464
+ "name": "Image",
4465
+ "ofType": null
4466
+ },
4467
+ "isDeprecated": false,
4468
+ "deprecationReason": null
4469
+ },
4470
+ {
4471
+ "name": "name",
4472
+ "description": null,
4473
+ "args": [],
4474
+ "type": {
4475
+ "kind": "NON_NULL",
4476
+ "name": null,
4477
+ "ofType": {
4478
+ "kind": "SCALAR",
4479
+ "name": "String",
4480
+ "ofType": null
4481
+ }
4482
+ },
4483
+ "isDeprecated": false,
4484
+ "deprecationReason": null
4485
+ },
4486
+ {
4487
+ "name": "providerBillFields",
4488
+ "description": null,
4489
+ "args": [],
4490
+ "type": {
4491
+ "kind": "NON_NULL",
4492
+ "name": null,
4493
+ "ofType": {
4494
+ "kind": "LIST",
4495
+ "name": null,
4496
+ "ofType": {
4497
+ "kind": "NON_NULL",
4498
+ "name": null,
4499
+ "ofType": {
4500
+ "kind": "OBJECT",
4501
+ "name": "ProviderBillField",
4502
+ "ofType": null
4503
+ }
4504
+ }
4505
+ }
4506
+ },
4507
+ "isDeprecated": false,
4508
+ "deprecationReason": null
4509
+ },
4510
+ {
4511
+ "name": "services",
4512
+ "description": null,
4513
+ "args": [],
4514
+ "type": {
4515
+ "kind": "NON_NULL",
4516
+ "name": null,
4517
+ "ofType": {
4518
+ "kind": "LIST",
4519
+ "name": null,
4520
+ "ofType": {
4521
+ "kind": "NON_NULL",
4522
+ "name": null,
4523
+ "ofType": {
4524
+ "kind": "SCALAR",
4525
+ "name": "String",
4526
+ "ofType": null
4527
+ }
4528
+ }
4529
+ }
4530
+ },
4531
+ "isDeprecated": false,
4532
+ "deprecationReason": null
4533
+ },
4534
+ {
4535
+ "name": "updatedAt",
4536
+ "description": null,
4537
+ "args": [],
4538
+ "type": {
4539
+ "kind": "NON_NULL",
4540
+ "name": null,
4541
+ "ofType": {
4542
+ "kind": "SCALAR",
4543
+ "name": "DateTime",
4544
+ "ofType": null
4545
+ }
4546
+ },
4547
+ "isDeprecated": false,
4548
+ "deprecationReason": null
4549
+ }
4550
+ ],
4551
+ "inputFields": null,
4552
+ "interfaces": [],
4553
+ "enumValues": null,
4554
+ "possibleTypes": null
4555
+ },
4556
+ {
4557
+ "kind": "OBJECT",
4558
+ "name": "ProviderBillField",
4559
+ "description": null,
4560
+ "fields": [
4561
+ {
4562
+ "name": "createdAt",
4563
+ "description": null,
4564
+ "args": [],
4565
+ "type": {
4566
+ "kind": "NON_NULL",
4567
+ "name": null,
4568
+ "ofType": {
4569
+ "kind": "SCALAR",
4570
+ "name": "DateTime",
4571
+ "ofType": null
4572
+ }
4573
+ },
4574
+ "isDeprecated": false,
4575
+ "deprecationReason": null
4576
+ },
4577
+ {
4578
+ "name": "dataType",
4579
+ "description": null,
4580
+ "args": [],
4581
+ "type": {
4582
+ "kind": "NON_NULL",
4583
+ "name": null,
4584
+ "ofType": {
4585
+ "kind": "SCALAR",
4586
+ "name": "String",
4587
+ "ofType": null
4588
+ }
4589
+ },
4590
+ "isDeprecated": false,
4591
+ "deprecationReason": null
4592
+ },
4593
+ {
4594
+ "name": "formatHashString",
4595
+ "description": null,
4596
+ "args": [],
4597
+ "type": {
4598
+ "kind": "SCALAR",
4599
+ "name": "String",
4600
+ "ofType": null
4601
+ },
4602
+ "isDeprecated": false,
4603
+ "deprecationReason": null
4604
+ },
4605
+ {
4606
+ "name": "helpText",
4607
+ "description": null,
4608
+ "args": [],
4609
+ "type": {
4610
+ "kind": "SCALAR",
4611
+ "name": "String",
4612
+ "ofType": null
4613
+ },
4614
+ "isDeprecated": false,
4615
+ "deprecationReason": null
4616
+ },
4617
+ {
4618
+ "name": "id",
4619
+ "description": null,
4620
+ "args": [],
4621
+ "type": {
4622
+ "kind": "NON_NULL",
4623
+ "name": null,
4624
+ "ofType": {
4625
+ "kind": "SCALAR",
4626
+ "name": "ID",
4627
+ "ofType": null
4628
+ }
4629
+ },
4630
+ "isDeprecated": false,
4631
+ "deprecationReason": null
4632
+ },
4633
+ {
4634
+ "name": "label",
4635
+ "description": null,
4636
+ "args": [],
4637
+ "type": {
4638
+ "kind": "NON_NULL",
4639
+ "name": null,
4640
+ "ofType": {
4641
+ "kind": "SCALAR",
4642
+ "name": "String",
4643
+ "ofType": null
4644
+ }
4645
+ },
4646
+ "isDeprecated": false,
4647
+ "deprecationReason": null
4648
+ },
4649
+ {
4650
+ "name": "name",
4651
+ "description": null,
4652
+ "args": [],
4653
+ "type": {
4654
+ "kind": "NON_NULL",
4655
+ "name": null,
4656
+ "ofType": {
4657
+ "kind": "SCALAR",
4658
+ "name": "String",
4659
+ "ofType": null
4660
+ }
4661
+ },
4662
+ "isDeprecated": false,
4663
+ "deprecationReason": null
4664
+ },
4665
+ {
4666
+ "name": "placeholder",
4667
+ "description": null,
4668
+ "args": [],
4669
+ "type": {
4670
+ "kind": "SCALAR",
4671
+ "name": "String",
4672
+ "ofType": null
4673
+ },
4674
+ "isDeprecated": false,
4675
+ "deprecationReason": null
4676
+ },
4677
+ {
4678
+ "name": "providerId",
4679
+ "description": null,
4680
+ "args": [],
4681
+ "type": {
4682
+ "kind": "NON_NULL",
4683
+ "name": null,
4684
+ "ofType": {
4685
+ "kind": "SCALAR",
4686
+ "name": "ID",
4687
+ "ofType": null
4688
+ }
4689
+ },
4690
+ "isDeprecated": false,
4691
+ "deprecationReason": null
4692
+ },
4693
+ {
4694
+ "name": "required",
4695
+ "description": null,
4696
+ "args": [],
4697
+ "type": {
4698
+ "kind": "NON_NULL",
4699
+ "name": null,
4700
+ "ofType": {
4701
+ "kind": "SCALAR",
4702
+ "name": "Boolean",
4703
+ "ofType": null
4704
+ }
4705
+ },
4706
+ "isDeprecated": false,
4707
+ "deprecationReason": null
4708
+ },
4709
+ {
4710
+ "name": "requiredResponseLength",
4711
+ "description": null,
4712
+ "args": [],
4713
+ "type": {
4714
+ "kind": "SCALAR",
4715
+ "name": "Int",
4716
+ "ofType": null
4717
+ },
4718
+ "isDeprecated": false,
4719
+ "deprecationReason": null
4720
+ },
4721
+ {
4722
+ "name": "updatedAt",
4723
+ "description": null,
4724
+ "args": [],
4725
+ "type": {
4726
+ "kind": "NON_NULL",
4727
+ "name": null,
4728
+ "ofType": {
4729
+ "kind": "SCALAR",
4730
+ "name": "DateTime",
4731
+ "ofType": null
4732
+ }
4733
+ },
4734
+ "isDeprecated": false,
4735
+ "deprecationReason": null
4736
+ }
4737
+ ],
4738
+ "inputFields": null,
4739
+ "interfaces": [],
4740
+ "enumValues": null,
4741
+ "possibleTypes": null
4742
+ },
4743
+ {
4744
+ "kind": "OBJECT",
4745
+ "name": "Query",
4746
+ "description": null,
4747
+ "fields": [
4748
+ {
4749
+ "name": "CalculateSavingsEstimate",
4750
+ "description": null,
4751
+ "args": [],
4752
+ "type": {
4753
+ "kind": "NON_NULL",
4754
+ "name": null,
4755
+ "ofType": {
4756
+ "kind": "OBJECT",
4757
+ "name": "SavingsEstimate",
4758
+ "ofType": null
4759
+ }
4760
+ },
4761
+ "isDeprecated": false,
4762
+ "deprecationReason": null
4763
+ },
4764
+ {
4765
+ "name": "FindBill",
4766
+ "description": null,
4767
+ "args": [
4768
+ {
4769
+ "name": "id",
4770
+ "description": null,
4771
+ "type": {
4772
+ "kind": "NON_NULL",
4773
+ "name": null,
4774
+ "ofType": {
4775
+ "kind": "SCALAR",
4776
+ "name": "ID",
4777
+ "ofType": null
4778
+ }
4779
+ },
4780
+ "defaultValue": null
4781
+ }
4782
+ ],
4783
+ "type": {
4784
+ "kind": "OBJECT",
4785
+ "name": "Bill",
4786
+ "ofType": null
4787
+ },
4788
+ "isDeprecated": false,
4789
+ "deprecationReason": null
4790
+ },
4791
+ {
4792
+ "name": "FindCurrentPartner",
4793
+ "description": null,
4794
+ "args": [],
4795
+ "type": {
4796
+ "kind": "NON_NULL",
4797
+ "name": null,
4798
+ "ofType": {
4799
+ "kind": "OBJECT",
4800
+ "name": "Partner",
4801
+ "ofType": null
4802
+ }
4803
+ },
4804
+ "isDeprecated": false,
4805
+ "deprecationReason": null
4806
+ },
4807
+ {
4808
+ "name": "FindCustomer",
4809
+ "description": null,
4810
+ "args": [
4811
+ {
4812
+ "name": "id",
4813
+ "description": null,
4814
+ "type": {
4815
+ "kind": "NON_NULL",
4816
+ "name": null,
4817
+ "ofType": {
4818
+ "kind": "SCALAR",
4819
+ "name": "ID",
4820
+ "ofType": null
4821
+ }
4822
+ },
4823
+ "defaultValue": null
4824
+ }
4825
+ ],
4826
+ "type": {
4827
+ "kind": "OBJECT",
4828
+ "name": "Customer",
4829
+ "ofType": null
4830
+ },
4831
+ "isDeprecated": false,
4832
+ "deprecationReason": null
4833
+ },
4834
+ {
4835
+ "name": "FindInformationRequest",
4836
+ "description": null,
4837
+ "args": [
4838
+ {
4839
+ "name": "id",
4840
+ "description": null,
4841
+ "type": {
4842
+ "kind": "NON_NULL",
4843
+ "name": null,
4844
+ "ofType": {
4845
+ "kind": "SCALAR",
4846
+ "name": "ID",
4847
+ "ofType": null
4848
+ }
4849
+ },
4850
+ "defaultValue": null
4851
+ }
4852
+ ],
4853
+ "type": {
4854
+ "kind": "OBJECT",
4855
+ "name": "InformationRequest",
4856
+ "ofType": null
4857
+ },
4858
+ "isDeprecated": false,
4859
+ "deprecationReason": null
4860
+ },
4861
+ {
4862
+ "name": "FindOffer",
4863
+ "description": null,
4864
+ "args": [
4865
+ {
4866
+ "name": "id",
4867
+ "description": null,
4868
+ "type": {
4869
+ "kind": "NON_NULL",
4870
+ "name": null,
4871
+ "ofType": {
4872
+ "kind": "SCALAR",
4873
+ "name": "ID",
4874
+ "ofType": null
4875
+ }
4876
+ },
4877
+ "defaultValue": null
4878
+ }
4879
+ ],
4880
+ "type": {
4881
+ "kind": "OBJECT",
4882
+ "name": "Offer",
4883
+ "ofType": null
4884
+ },
4885
+ "isDeprecated": false,
4886
+ "deprecationReason": null
4887
+ },
4888
+ {
4889
+ "name": "FindProvider",
4890
+ "description": null,
4891
+ "args": [
4892
+ {
4893
+ "name": "id",
4894
+ "description": null,
4895
+ "type": {
4896
+ "kind": "NON_NULL",
4897
+ "name": null,
4898
+ "ofType": {
4899
+ "kind": "SCALAR",
4900
+ "name": "ID",
4901
+ "ofType": null
4902
+ }
4903
+ },
4904
+ "defaultValue": null
4905
+ }
4906
+ ],
4907
+ "type": {
4908
+ "kind": "OBJECT",
4909
+ "name": "Provider",
3693
4910
  "ofType": null
3694
4911
  },
3695
4912
  "isDeprecated": false,
@@ -4058,7 +5275,133 @@
4058
5275
  "name": "Int",
4059
5276
  "ofType": null
4060
5277
  },
4061
- "defaultValue": "0"
5278
+ "defaultValue": "0"
5279
+ },
5280
+ {
5281
+ "name": "after",
5282
+ "description": "Returns the elements in the list that come after the specified cursor.",
5283
+ "type": {
5284
+ "kind": "SCALAR",
5285
+ "name": "String",
5286
+ "ofType": null
5287
+ },
5288
+ "defaultValue": null
5289
+ },
5290
+ {
5291
+ "name": "before",
5292
+ "description": "Returns the elements in the list that come before the specified cursor.",
5293
+ "type": {
5294
+ "kind": "SCALAR",
5295
+ "name": "String",
5296
+ "ofType": null
5297
+ },
5298
+ "defaultValue": null
5299
+ },
5300
+ {
5301
+ "name": "first",
5302
+ "description": "Returns the first _n_ elements from the list.",
5303
+ "type": {
5304
+ "kind": "SCALAR",
5305
+ "name": "Int",
5306
+ "ofType": null
5307
+ },
5308
+ "defaultValue": null
5309
+ },
5310
+ {
5311
+ "name": "last",
5312
+ "description": "Returns the last _n_ elements from the list.",
5313
+ "type": {
5314
+ "kind": "SCALAR",
5315
+ "name": "Int",
5316
+ "ofType": null
5317
+ },
5318
+ "defaultValue": null
5319
+ }
5320
+ ],
5321
+ "type": {
5322
+ "kind": "NON_NULL",
5323
+ "name": null,
5324
+ "ofType": {
5325
+ "kind": "OBJECT",
5326
+ "name": "OfferConnection",
5327
+ "ofType": null
5328
+ }
5329
+ },
5330
+ "isDeprecated": false,
5331
+ "deprecationReason": null
5332
+ },
5333
+ {
5334
+ "name": "ListProviders",
5335
+ "description": null,
5336
+ "args": [],
5337
+ "type": {
5338
+ "kind": "NON_NULL",
5339
+ "name": null,
5340
+ "ofType": {
5341
+ "kind": "LIST",
5342
+ "name": null,
5343
+ "ofType": {
5344
+ "kind": "NON_NULL",
5345
+ "name": null,
5346
+ "ofType": {
5347
+ "kind": "OBJECT",
5348
+ "name": "Provider",
5349
+ "ofType": null
5350
+ }
5351
+ }
5352
+ }
5353
+ },
5354
+ "isDeprecated": false,
5355
+ "deprecationReason": null
5356
+ },
5357
+ {
5358
+ "name": "PingUptime",
5359
+ "description": null,
5360
+ "args": [
5361
+ {
5362
+ "name": "partnerId",
5363
+ "description": null,
5364
+ "type": {
5365
+ "kind": "NON_NULL",
5366
+ "name": null,
5367
+ "ofType": {
5368
+ "kind": "SCALAR",
5369
+ "name": "ID",
5370
+ "ofType": null
5371
+ }
5372
+ },
5373
+ "defaultValue": null
5374
+ }
5375
+ ],
5376
+ "type": {
5377
+ "kind": "NON_NULL",
5378
+ "name": null,
5379
+ "ofType": {
5380
+ "kind": "SCALAR",
5381
+ "name": "String",
5382
+ "ofType": null
5383
+ }
5384
+ },
5385
+ "isDeprecated": false,
5386
+ "deprecationReason": null
5387
+ },
5388
+ {
5389
+ "name": "SandboxListNegotiationsForBill",
5390
+ "description": null,
5391
+ "args": [
5392
+ {
5393
+ "name": "billId",
5394
+ "description": "",
5395
+ "type": {
5396
+ "kind": "NON_NULL",
5397
+ "name": null,
5398
+ "ofType": {
5399
+ "kind": "SCALAR",
5400
+ "name": "ID",
5401
+ "ofType": null
5402
+ }
5403
+ },
5404
+ "defaultValue": null
4062
5405
  },
4063
5406
  {
4064
5407
  "name": "after",
@@ -4100,21 +5443,325 @@
4100
5443
  },
4101
5444
  "defaultValue": null
4102
5445
  }
4103
- ],
5446
+ ],
5447
+ "type": {
5448
+ "kind": "NON_NULL",
5449
+ "name": null,
5450
+ "ofType": {
5451
+ "kind": "OBJECT",
5452
+ "name": "NegotiationConnection",
5453
+ "ofType": null
5454
+ }
5455
+ },
5456
+ "isDeprecated": false,
5457
+ "deprecationReason": null
5458
+ }
5459
+ ],
5460
+ "inputFields": null,
5461
+ "interfaces": [],
5462
+ "enumValues": null,
5463
+ "possibleTypes": null
5464
+ },
5465
+ {
5466
+ "kind": "INPUT_OBJECT",
5467
+ "name": "RejectOfferInput",
5468
+ "description": "Autogenerated input type of RejectOffer",
5469
+ "fields": null,
5470
+ "inputFields": [
5471
+ {
5472
+ "name": "id",
5473
+ "description": null,
5474
+ "type": {
5475
+ "kind": "NON_NULL",
5476
+ "name": null,
5477
+ "ofType": {
5478
+ "kind": "SCALAR",
5479
+ "name": "ID",
5480
+ "ofType": null
5481
+ }
5482
+ },
5483
+ "defaultValue": null
5484
+ },
5485
+ {
5486
+ "name": "clientMutationId",
5487
+ "description": "A unique identifier for the client performing the mutation.",
5488
+ "type": {
5489
+ "kind": "SCALAR",
5490
+ "name": "String",
5491
+ "ofType": null
5492
+ },
5493
+ "defaultValue": null
5494
+ }
5495
+ ],
5496
+ "interfaces": null,
5497
+ "enumValues": null,
5498
+ "possibleTypes": null
5499
+ },
5500
+ {
5501
+ "kind": "OBJECT",
5502
+ "name": "RejectOfferPayload",
5503
+ "description": "Autogenerated return type of RejectOffer",
5504
+ "fields": [
5505
+ {
5506
+ "name": "clientMutationId",
5507
+ "description": "A unique identifier for the client performing the mutation.",
5508
+ "args": [],
5509
+ "type": {
5510
+ "kind": "SCALAR",
5511
+ "name": "String",
5512
+ "ofType": null
5513
+ },
5514
+ "isDeprecated": false,
5515
+ "deprecationReason": null
5516
+ },
5517
+ {
5518
+ "name": "errors",
5519
+ "description": null,
5520
+ "args": [],
5521
+ "type": {
5522
+ "kind": "NON_NULL",
5523
+ "name": null,
5524
+ "ofType": {
5525
+ "kind": "LIST",
5526
+ "name": null,
5527
+ "ofType": {
5528
+ "kind": "NON_NULL",
5529
+ "name": null,
5530
+ "ofType": {
5531
+ "kind": "SCALAR",
5532
+ "name": "String",
5533
+ "ofType": null
5534
+ }
5535
+ }
5536
+ }
5537
+ },
5538
+ "isDeprecated": false,
5539
+ "deprecationReason": null
5540
+ },
5541
+ {
5542
+ "name": "offer",
5543
+ "description": null,
5544
+ "args": [],
5545
+ "type": {
5546
+ "kind": "OBJECT",
5547
+ "name": "Offer",
5548
+ "ofType": null
5549
+ },
5550
+ "isDeprecated": false,
5551
+ "deprecationReason": null
5552
+ },
5553
+ {
5554
+ "name": "success",
5555
+ "description": null,
5556
+ "args": [],
5557
+ "type": {
5558
+ "kind": "NON_NULL",
5559
+ "name": null,
5560
+ "ofType": {
5561
+ "kind": "SCALAR",
5562
+ "name": "Boolean",
5563
+ "ofType": null
5564
+ }
5565
+ },
5566
+ "isDeprecated": false,
5567
+ "deprecationReason": null
5568
+ }
5569
+ ],
5570
+ "inputFields": null,
5571
+ "interfaces": [],
5572
+ "enumValues": null,
5573
+ "possibleTypes": null
5574
+ },
5575
+ {
5576
+ "kind": "INPUT_OBJECT",
5577
+ "name": "RenegotiateBillInput",
5578
+ "description": "Autogenerated input type of RenegotiateBill",
5579
+ "fields": null,
5580
+ "inputFields": [
5581
+ {
5582
+ "name": "id",
5583
+ "description": "Id of the bill that should be renegotiated",
5584
+ "type": {
5585
+ "kind": "NON_NULL",
5586
+ "name": null,
5587
+ "ofType": {
5588
+ "kind": "SCALAR",
5589
+ "name": "ID",
5590
+ "ofType": null
5591
+ }
5592
+ },
5593
+ "defaultValue": null
5594
+ },
5595
+ {
5596
+ "name": "clientMutationId",
5597
+ "description": "A unique identifier for the client performing the mutation.",
5598
+ "type": {
5599
+ "kind": "SCALAR",
5600
+ "name": "String",
5601
+ "ofType": null
5602
+ },
5603
+ "defaultValue": null
5604
+ }
5605
+ ],
5606
+ "interfaces": null,
5607
+ "enumValues": null,
5608
+ "possibleTypes": null
5609
+ },
5610
+ {
5611
+ "kind": "OBJECT",
5612
+ "name": "RenegotiateBillPayload",
5613
+ "description": "Autogenerated return type of RenegotiateBill",
5614
+ "fields": [
5615
+ {
5616
+ "name": "bill",
5617
+ "description": null,
5618
+ "args": [],
5619
+ "type": {
5620
+ "kind": "OBJECT",
5621
+ "name": "Bill",
5622
+ "ofType": null
5623
+ },
5624
+ "isDeprecated": false,
5625
+ "deprecationReason": null
5626
+ },
5627
+ {
5628
+ "name": "clientMutationId",
5629
+ "description": "A unique identifier for the client performing the mutation.",
5630
+ "args": [],
5631
+ "type": {
5632
+ "kind": "SCALAR",
5633
+ "name": "String",
5634
+ "ofType": null
5635
+ },
5636
+ "isDeprecated": false,
5637
+ "deprecationReason": null
5638
+ },
5639
+ {
5640
+ "name": "errors",
5641
+ "description": null,
5642
+ "args": [],
5643
+ "type": {
5644
+ "kind": "NON_NULL",
5645
+ "name": null,
5646
+ "ofType": {
5647
+ "kind": "LIST",
5648
+ "name": null,
5649
+ "ofType": {
5650
+ "kind": "NON_NULL",
5651
+ "name": null,
5652
+ "ofType": {
5653
+ "kind": "SCALAR",
5654
+ "name": "String",
5655
+ "ofType": null
5656
+ }
5657
+ }
5658
+ }
5659
+ },
5660
+ "isDeprecated": false,
5661
+ "deprecationReason": null
5662
+ },
5663
+ {
5664
+ "name": "success",
5665
+ "description": null,
5666
+ "args": [],
5667
+ "type": {
5668
+ "kind": "NON_NULL",
5669
+ "name": null,
5670
+ "ofType": {
5671
+ "kind": "SCALAR",
5672
+ "name": "Boolean",
5673
+ "ofType": null
5674
+ }
5675
+ },
5676
+ "isDeprecated": false,
5677
+ "deprecationReason": null
5678
+ }
5679
+ ],
5680
+ "inputFields": null,
5681
+ "interfaces": [],
5682
+ "enumValues": null,
5683
+ "possibleTypes": null
5684
+ },
5685
+ {
5686
+ "kind": "INPUT_OBJECT",
5687
+ "name": "RespondToInformationRequestInput",
5688
+ "description": "Autogenerated input type of RespondToInformationRequest",
5689
+ "fields": null,
5690
+ "inputFields": [
5691
+ {
5692
+ "name": "id",
5693
+ "description": "Id of the information request",
5694
+ "type": {
5695
+ "kind": "NON_NULL",
5696
+ "name": null,
5697
+ "ofType": {
5698
+ "kind": "SCALAR",
5699
+ "name": "ID",
5700
+ "ofType": null
5701
+ }
5702
+ },
5703
+ "defaultValue": null
5704
+ },
5705
+ {
5706
+ "name": "informationRequest",
5707
+ "description": null,
4104
5708
  "type": {
4105
5709
  "kind": "NON_NULL",
4106
5710
  "name": null,
4107
5711
  "ofType": {
4108
- "kind": "OBJECT",
4109
- "name": "OfferConnection",
5712
+ "kind": "INPUT_OBJECT",
5713
+ "name": "InformationRequestAttributes",
4110
5714
  "ofType": null
4111
5715
  }
4112
5716
  },
5717
+ "defaultValue": null
5718
+ },
5719
+ {
5720
+ "name": "clientMutationId",
5721
+ "description": "A unique identifier for the client performing the mutation.",
5722
+ "type": {
5723
+ "kind": "SCALAR",
5724
+ "name": "String",
5725
+ "ofType": null
5726
+ },
5727
+ "defaultValue": null
5728
+ }
5729
+ ],
5730
+ "interfaces": null,
5731
+ "enumValues": null,
5732
+ "possibleTypes": null
5733
+ },
5734
+ {
5735
+ "kind": "OBJECT",
5736
+ "name": "RespondToInformationRequestPayload",
5737
+ "description": "Autogenerated return type of RespondToInformationRequest",
5738
+ "fields": [
5739
+ {
5740
+ "name": "bill",
5741
+ "description": null,
5742
+ "args": [],
5743
+ "type": {
5744
+ "kind": "OBJECT",
5745
+ "name": "Bill",
5746
+ "ofType": null
5747
+ },
4113
5748
  "isDeprecated": false,
4114
5749
  "deprecationReason": null
4115
5750
  },
4116
5751
  {
4117
- "name": "ListProviders",
5752
+ "name": "clientMutationId",
5753
+ "description": "A unique identifier for the client performing the mutation.",
5754
+ "args": [],
5755
+ "type": {
5756
+ "kind": "SCALAR",
5757
+ "name": "String",
5758
+ "ofType": null
5759
+ },
5760
+ "isDeprecated": false,
5761
+ "deprecationReason": null
5762
+ },
5763
+ {
5764
+ "name": "errors",
4118
5765
  "description": null,
4119
5766
  "args": [],
4120
5767
  "type": {
@@ -4127,8 +5774,8 @@
4127
5774
  "kind": "NON_NULL",
4128
5775
  "name": null,
4129
5776
  "ofType": {
4130
- "kind": "OBJECT",
4131
- "name": "Provider",
5777
+ "kind": "SCALAR",
5778
+ "name": "String",
4132
5779
  "ofType": null
4133
5780
  }
4134
5781
  }
@@ -4136,6 +5783,46 @@
4136
5783
  },
4137
5784
  "isDeprecated": false,
4138
5785
  "deprecationReason": null
5786
+ },
5787
+ {
5788
+ "name": "informationRequest",
5789
+ "description": null,
5790
+ "args": [],
5791
+ "type": {
5792
+ "kind": "OBJECT",
5793
+ "name": "InformationRequest",
5794
+ "ofType": null
5795
+ },
5796
+ "isDeprecated": false,
5797
+ "deprecationReason": null
5798
+ },
5799
+ {
5800
+ "name": "negotiation",
5801
+ "description": null,
5802
+ "args": [],
5803
+ "type": {
5804
+ "kind": "OBJECT",
5805
+ "name": "Negotiation",
5806
+ "ofType": null
5807
+ },
5808
+ "isDeprecated": false,
5809
+ "deprecationReason": null
5810
+ },
5811
+ {
5812
+ "name": "success",
5813
+ "description": null,
5814
+ "args": [],
5815
+ "type": {
5816
+ "kind": "NON_NULL",
5817
+ "name": null,
5818
+ "ofType": {
5819
+ "kind": "SCALAR",
5820
+ "name": "Boolean",
5821
+ "ofType": null
5822
+ }
5823
+ },
5824
+ "isDeprecated": false,
5825
+ "deprecationReason": null
4139
5826
  }
4140
5827
  ],
4141
5828
  "inputFields": null,
@@ -4145,24 +5832,10 @@
4145
5832
  },
4146
5833
  {
4147
5834
  "kind": "INPUT_OBJECT",
4148
- "name": "RejectOfferInput",
4149
- "description": "Autogenerated input type of RejectOffer",
5835
+ "name": "RotateApiKeysInput",
5836
+ "description": "Autogenerated input type of RotateApiKeys",
4150
5837
  "fields": null,
4151
5838
  "inputFields": [
4152
- {
4153
- "name": "id",
4154
- "description": null,
4155
- "type": {
4156
- "kind": "NON_NULL",
4157
- "name": null,
4158
- "ofType": {
4159
- "kind": "SCALAR",
4160
- "name": "ID",
4161
- "ofType": null
4162
- }
4163
- },
4164
- "defaultValue": null
4165
- },
4166
5839
  {
4167
5840
  "name": "clientMutationId",
4168
5841
  "description": "A unique identifier for the client performing the mutation.",
@@ -4180,8 +5853,8 @@
4180
5853
  },
4181
5854
  {
4182
5855
  "kind": "OBJECT",
4183
- "name": "RejectOfferPayload",
4184
- "description": "Autogenerated return type of RejectOffer",
5856
+ "name": "RotateApiKeysPayload",
5857
+ "description": "Autogenerated return type of RotateApiKeys",
4185
5858
  "fields": [
4186
5859
  {
4187
5860
  "name": "clientMutationId",
@@ -4220,12 +5893,12 @@
4220
5893
  "deprecationReason": null
4221
5894
  },
4222
5895
  {
4223
- "name": "offer",
5896
+ "name": "partner",
4224
5897
  "description": null,
4225
5898
  "args": [],
4226
5899
  "type": {
4227
5900
  "kind": "OBJECT",
4228
- "name": "Offer",
5901
+ "name": "Partner",
4229
5902
  "ofType": null
4230
5903
  },
4231
5904
  "isDeprecated": false,
@@ -4255,13 +5928,13 @@
4255
5928
  },
4256
5929
  {
4257
5930
  "kind": "INPUT_OBJECT",
4258
- "name": "RenegotiateBillInput",
4259
- "description": "Autogenerated input type of RenegotiateBill",
5931
+ "name": "SandboxGenerateNegotiationInput",
5932
+ "description": "Autogenerated input type of SandboxGenerateNegotiation",
4260
5933
  "fields": null,
4261
5934
  "inputFields": [
4262
5935
  {
4263
- "name": "id",
4264
- "description": "Id of the bill that should be renegotiated",
5936
+ "name": "billId",
5937
+ "description": "",
4265
5938
  "type": {
4266
5939
  "kind": "NON_NULL",
4267
5940
  "name": null,
@@ -4290,8 +5963,8 @@
4290
5963
  },
4291
5964
  {
4292
5965
  "kind": "OBJECT",
4293
- "name": "RenegotiateBillPayload",
4294
- "description": "Autogenerated return type of RenegotiateBill",
5966
+ "name": "SandboxGenerateNegotiationPayload",
5967
+ "description": "Autogenerated return type of SandboxGenerateNegotiation",
4295
5968
  "fields": [
4296
5969
  {
4297
5970
  "name": "bill",
@@ -4365,13 +6038,13 @@
4365
6038
  },
4366
6039
  {
4367
6040
  "kind": "INPUT_OBJECT",
4368
- "name": "RespondToInformationRequestInput",
4369
- "description": "Autogenerated input type of RespondToInformationRequest",
6041
+ "name": "SandboxResetBillInput",
6042
+ "description": "Autogenerated input type of SandboxResetBill",
4370
6043
  "fields": null,
4371
6044
  "inputFields": [
4372
6045
  {
4373
- "name": "id",
4374
- "description": "Id of the information request",
6046
+ "name": "billId",
6047
+ "description": "",
4375
6048
  "type": {
4376
6049
  "kind": "NON_NULL",
4377
6050
  "name": null,
@@ -4383,20 +6056,6 @@
4383
6056
  },
4384
6057
  "defaultValue": null
4385
6058
  },
4386
- {
4387
- "name": "informationRequest",
4388
- "description": null,
4389
- "type": {
4390
- "kind": "NON_NULL",
4391
- "name": null,
4392
- "ofType": {
4393
- "kind": "INPUT_OBJECT",
4394
- "name": "InformationRequestAttributes",
4395
- "ofType": null
4396
- }
4397
- },
4398
- "defaultValue": null
4399
- },
4400
6059
  {
4401
6060
  "name": "clientMutationId",
4402
6061
  "description": "A unique identifier for the client performing the mutation.",
@@ -4414,8 +6073,8 @@
4414
6073
  },
4415
6074
  {
4416
6075
  "kind": "OBJECT",
4417
- "name": "RespondToInformationRequestPayload",
4418
- "description": "Autogenerated return type of RespondToInformationRequest",
6076
+ "name": "SandboxResetBillPayload",
6077
+ "description": "Autogenerated return type of SandboxResetBill",
4419
6078
  "fields": [
4420
6079
  {
4421
6080
  "name": "bill",
@@ -4466,17 +6125,117 @@
4466
6125
  "deprecationReason": null
4467
6126
  },
4468
6127
  {
4469
- "name": "informationRequest",
6128
+ "name": "success",
4470
6129
  "description": null,
4471
6130
  "args": [],
4472
6131
  "type": {
4473
- "kind": "OBJECT",
4474
- "name": "InformationRequest",
6132
+ "kind": "NON_NULL",
6133
+ "name": null,
6134
+ "ofType": {
6135
+ "kind": "SCALAR",
6136
+ "name": "Boolean",
6137
+ "ofType": null
6138
+ }
6139
+ },
6140
+ "isDeprecated": false,
6141
+ "deprecationReason": null
6142
+ }
6143
+ ],
6144
+ "inputFields": null,
6145
+ "interfaces": [],
6146
+ "enumValues": null,
6147
+ "possibleTypes": null
6148
+ },
6149
+ {
6150
+ "kind": "INPUT_OBJECT",
6151
+ "name": "SandboxTransitionNegotiationInput",
6152
+ "description": "Autogenerated input type of SandboxTransitionNegotiation",
6153
+ "fields": null,
6154
+ "inputFields": [
6155
+ {
6156
+ "name": "negId",
6157
+ "description": "Id of the negotiation that will transition",
6158
+ "type": {
6159
+ "kind": "NON_NULL",
6160
+ "name": null,
6161
+ "ofType": {
6162
+ "kind": "SCALAR",
6163
+ "name": "ID",
6164
+ "ofType": null
6165
+ }
6166
+ },
6167
+ "defaultValue": null
6168
+ },
6169
+ {
6170
+ "name": "transition",
6171
+ "description": null,
6172
+ "type": {
6173
+ "kind": "NON_NULL",
6174
+ "name": null,
6175
+ "ofType": {
6176
+ "kind": "SCALAR",
6177
+ "name": "String",
6178
+ "ofType": null
6179
+ }
6180
+ },
6181
+ "defaultValue": null
6182
+ },
6183
+ {
6184
+ "name": "clientMutationId",
6185
+ "description": "A unique identifier for the client performing the mutation.",
6186
+ "type": {
6187
+ "kind": "SCALAR",
6188
+ "name": "String",
6189
+ "ofType": null
6190
+ },
6191
+ "defaultValue": null
6192
+ }
6193
+ ],
6194
+ "interfaces": null,
6195
+ "enumValues": null,
6196
+ "possibleTypes": null
6197
+ },
6198
+ {
6199
+ "kind": "OBJECT",
6200
+ "name": "SandboxTransitionNegotiationPayload",
6201
+ "description": "Autogenerated return type of SandboxTransitionNegotiation",
6202
+ "fields": [
6203
+ {
6204
+ "name": "clientMutationId",
6205
+ "description": "A unique identifier for the client performing the mutation.",
6206
+ "args": [],
6207
+ "type": {
6208
+ "kind": "SCALAR",
6209
+ "name": "String",
4475
6210
  "ofType": null
4476
6211
  },
4477
6212
  "isDeprecated": false,
4478
6213
  "deprecationReason": null
4479
6214
  },
6215
+ {
6216
+ "name": "errors",
6217
+ "description": null,
6218
+ "args": [],
6219
+ "type": {
6220
+ "kind": "NON_NULL",
6221
+ "name": null,
6222
+ "ofType": {
6223
+ "kind": "LIST",
6224
+ "name": null,
6225
+ "ofType": {
6226
+ "kind": "NON_NULL",
6227
+ "name": null,
6228
+ "ofType": {
6229
+ "kind": "SCALAR",
6230
+ "name": "String",
6231
+ "ofType": null
6232
+ }
6233
+ }
6234
+ }
6235
+ },
6236
+ "isDeprecated": false,
6237
+ "deprecationReason": null
6238
+ },
4480
6239
  {
4481
6240
  "name": "negotiation",
4482
6241
  "description": null,