dipps-client 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/vendor/schema.json CHANGED
@@ -293,7 +293,7 @@
293
293
  {
294
294
  "kind": "OBJECT",
295
295
  "name": "BundleInvoicesPayload",
296
- "description": "Autogenerated return type of BundleInvoices",
296
+ "description": "Autogenerated return type of BundleInvoices.",
297
297
  "fields": [
298
298
  {
299
299
  "name": "clientMutationId",
@@ -346,7 +346,7 @@
346
346
  {
347
347
  "kind": "OBJECT",
348
348
  "name": "Client",
349
- "description": null,
349
+ "description": "Invoice receiver",
350
350
  "fields": [
351
351
  {
352
352
  "name": "address",
@@ -406,7 +406,7 @@
406
406
  },
407
407
  {
408
408
  "name": "clientNumber",
409
- "description": null,
409
+ "description": "Unique identifier to be used in accounting systems",
410
410
  "args": [
411
411
 
412
412
  ],
@@ -519,22 +519,18 @@
519
519
  "deprecationReason": null
520
520
  },
521
521
  {
522
- "name": "notes",
522
+ "name": "nationalRegisterCheck",
523
523
  "description": null,
524
524
  "args": [
525
525
 
526
526
  ],
527
527
  "type": {
528
- "kind": "LIST",
528
+ "kind": "NON_NULL",
529
529
  "name": null,
530
530
  "ofType": {
531
- "kind": "NON_NULL",
532
- "name": null,
533
- "ofType": {
534
- "kind": "OBJECT",
535
- "name": "Note",
536
- "ofType": null
537
- }
531
+ "kind": "SCALAR",
532
+ "name": "Boolean",
533
+ "ofType": null
538
534
  }
539
535
  },
540
536
  "isDeprecated": false,
@@ -635,6 +631,22 @@
635
631
  "description": null,
636
632
  "fields": null,
637
633
  "inputFields": [
634
+ {
635
+ "name": "freelanceProfileId",
636
+ "description": null,
637
+ "type": {
638
+ "kind": "NON_NULL",
639
+ "name": null,
640
+ "ofType": {
641
+ "kind": "SCALAR",
642
+ "name": "ID",
643
+ "ofType": null
644
+ }
645
+ },
646
+ "defaultValue": null,
647
+ "isDeprecated": false,
648
+ "deprecationReason": null
649
+ },
638
650
  {
639
651
  "name": "clientType",
640
652
  "description": null,
@@ -794,6 +806,18 @@
794
806
  "defaultValue": null,
795
807
  "isDeprecated": false,
796
808
  "deprecationReason": null
809
+ },
810
+ {
811
+ "name": "nationalRegisterCheck",
812
+ "description": null,
813
+ "type": {
814
+ "kind": "SCALAR",
815
+ "name": "Boolean",
816
+ "ofType": null
817
+ },
818
+ "defaultValue": null,
819
+ "isDeprecated": false,
820
+ "deprecationReason": null
797
821
  }
798
822
  ],
799
823
  "interfaces": null,
@@ -806,6 +830,18 @@
806
830
  "description": "Autogenerated input type of CreateClient",
807
831
  "fields": null,
808
832
  "inputFields": [
833
+ {
834
+ "name": "clientMutationId",
835
+ "description": "A unique identifier for the client performing the mutation.",
836
+ "type": {
837
+ "kind": "SCALAR",
838
+ "name": "String",
839
+ "ofType": null
840
+ },
841
+ "defaultValue": null,
842
+ "isDeprecated": false,
843
+ "deprecationReason": null
844
+ },
809
845
  {
810
846
  "name": "attributes",
811
847
  "description": null,
@@ -821,18 +857,6 @@
821
857
  "defaultValue": null,
822
858
  "isDeprecated": false,
823
859
  "deprecationReason": null
824
- },
825
- {
826
- "name": "clientMutationId",
827
- "description": "A unique identifier for the client performing the mutation.",
828
- "type": {
829
- "kind": "SCALAR",
830
- "name": "String",
831
- "ofType": null
832
- },
833
- "defaultValue": null,
834
- "isDeprecated": false,
835
- "deprecationReason": null
836
860
  }
837
861
  ],
838
862
  "interfaces": null,
@@ -842,7 +866,7 @@
842
866
  {
843
867
  "kind": "OBJECT",
844
868
  "name": "CreateClientPayload",
845
- "description": "Autogenerated return type of CreateClient",
869
+ "description": "Autogenerated return type of CreateClient.",
846
870
  "fields": [
847
871
  {
848
872
  "name": "client",
@@ -912,6 +936,18 @@
912
936
  "description": "Autogenerated input type of CreateInvoice",
913
937
  "fields": null,
914
938
  "inputFields": [
939
+ {
940
+ "name": "clientMutationId",
941
+ "description": "A unique identifier for the client performing the mutation.",
942
+ "type": {
943
+ "kind": "SCALAR",
944
+ "name": "String",
945
+ "ofType": null
946
+ },
947
+ "defaultValue": null,
948
+ "isDeprecated": false,
949
+ "deprecationReason": null
950
+ },
915
951
  {
916
952
  "name": "enrollmentId",
917
953
  "description": null,
@@ -943,18 +979,6 @@
943
979
  "defaultValue": null,
944
980
  "isDeprecated": false,
945
981
  "deprecationReason": null
946
- },
947
- {
948
- "name": "clientMutationId",
949
- "description": "A unique identifier for the client performing the mutation.",
950
- "type": {
951
- "kind": "SCALAR",
952
- "name": "String",
953
- "ofType": null
954
- },
955
- "defaultValue": null,
956
- "isDeprecated": false,
957
- "deprecationReason": null
958
982
  }
959
983
  ],
960
984
  "interfaces": null,
@@ -964,7 +988,7 @@
964
988
  {
965
989
  "kind": "OBJECT",
966
990
  "name": "CreateInvoicePayload",
967
- "description": "Autogenerated return type of CreateInvoice",
991
+ "description": "Autogenerated return type of CreateInvoice.",
968
992
  "fields": [
969
993
  {
970
994
  "name": "clientMutationId",
@@ -1034,6 +1058,18 @@
1034
1058
  "description": "Autogenerated input type of CreateOwnInvoice",
1035
1059
  "fields": null,
1036
1060
  "inputFields": [
1061
+ {
1062
+ "name": "clientMutationId",
1063
+ "description": "A unique identifier for the client performing the mutation.",
1064
+ "type": {
1065
+ "kind": "SCALAR",
1066
+ "name": "String",
1067
+ "ofType": null
1068
+ },
1069
+ "defaultValue": null,
1070
+ "isDeprecated": false,
1071
+ "deprecationReason": null
1072
+ },
1037
1073
  {
1038
1074
  "name": "freelanceProfileId",
1039
1075
  "description": null,
@@ -1065,18 +1101,6 @@
1065
1101
  "defaultValue": null,
1066
1102
  "isDeprecated": false,
1067
1103
  "deprecationReason": null
1068
- },
1069
- {
1070
- "name": "clientMutationId",
1071
- "description": "A unique identifier for the client performing the mutation.",
1072
- "type": {
1073
- "kind": "SCALAR",
1074
- "name": "String",
1075
- "ofType": null
1076
- },
1077
- "defaultValue": null,
1078
- "isDeprecated": false,
1079
- "deprecationReason": null
1080
1104
  }
1081
1105
  ],
1082
1106
  "interfaces": null,
@@ -1086,7 +1110,7 @@
1086
1110
  {
1087
1111
  "kind": "OBJECT",
1088
1112
  "name": "CreateOwnInvoicePayload",
1089
- "description": "Autogenerated return type of CreateOwnInvoice",
1113
+ "description": "Autogenerated return type of CreateOwnInvoice.",
1090
1114
  "fields": [
1091
1115
  {
1092
1116
  "name": "clientMutationId",
@@ -1164,7 +1188,7 @@
1164
1188
  "name": null,
1165
1189
  "ofType": {
1166
1190
  "kind": "ENUM",
1167
- "name": "LineTypeEnum",
1191
+ "name": "DependentLineTypeEnum",
1168
1192
  "ofType": null
1169
1193
  }
1170
1194
  },
@@ -1190,7 +1214,7 @@
1190
1214
  },
1191
1215
  {
1192
1216
  "name": "unitPrice",
1193
- "description": null,
1217
+ "description": "In cents or øre",
1194
1218
  "type": {
1195
1219
  "kind": "NON_NULL",
1196
1220
  "name": null,
@@ -1222,7 +1246,7 @@
1222
1246
  },
1223
1247
  {
1224
1248
  "name": "vatRate",
1225
- "description": null,
1249
+ "description": "One of: 0.25, 0.15, 0.12, 0.0",
1226
1250
  "type": {
1227
1251
  "kind": "SCALAR",
1228
1252
  "name": "Float",
@@ -1231,6 +1255,18 @@
1231
1255
  "defaultValue": null,
1232
1256
  "isDeprecated": false,
1233
1257
  "deprecationReason": null
1258
+ },
1259
+ {
1260
+ "name": "externalId",
1261
+ "description": null,
1262
+ "type": {
1263
+ "kind": "SCALAR",
1264
+ "name": "String",
1265
+ "ofType": null
1266
+ },
1267
+ "defaultValue": null,
1268
+ "isDeprecated": false,
1269
+ "deprecationReason": null
1234
1270
  }
1235
1271
  ],
1236
1272
  "interfaces": null,
@@ -1238,117 +1274,280 @@
1238
1274
  "possibleTypes": null
1239
1275
  },
1240
1276
  {
1241
- "kind": "OBJECT",
1242
- "name": "Enrollment",
1277
+ "kind": "ENUM",
1278
+ "name": "DependentLineTypeEnum",
1243
1279
  "description": null,
1244
- "fields": [
1280
+ "fields": null,
1281
+ "inputFields": null,
1282
+ "interfaces": null,
1283
+ "enumValues": [
1245
1284
  {
1246
- "name": "email",
1285
+ "name": "BENEFIT",
1247
1286
  "description": null,
1248
- "args": [
1249
-
1250
- ],
1251
- "type": {
1252
- "kind": "NON_NULL",
1253
- "name": null,
1254
- "ofType": {
1255
- "kind": "SCALAR",
1256
- "name": "String",
1257
- "ofType": null
1258
- }
1259
- },
1260
1287
  "isDeprecated": false,
1261
1288
  "deprecationReason": null
1262
1289
  },
1263
1290
  {
1264
- "name": "freelanceProfile",
1291
+ "name": "EXPENSE",
1265
1292
  "description": null,
1266
- "args": [
1267
-
1268
- ],
1293
+ "isDeprecated": false,
1294
+ "deprecationReason": null
1295
+ },
1296
+ {
1297
+ "name": "EXTRA",
1298
+ "description": null,
1299
+ "isDeprecated": false,
1300
+ "deprecationReason": null
1301
+ },
1302
+ {
1303
+ "name": "MILEAGE",
1304
+ "description": null,
1305
+ "isDeprecated": false,
1306
+ "deprecationReason": null
1307
+ },
1308
+ {
1309
+ "name": "DIET",
1310
+ "description": null,
1311
+ "isDeprecated": false,
1312
+ "deprecationReason": null
1313
+ }
1314
+ ],
1315
+ "possibleTypes": null
1316
+ },
1317
+ {
1318
+ "kind": "INPUT_OBJECT",
1319
+ "name": "DestroyInvoicesInput",
1320
+ "description": "Autogenerated input type of DestroyInvoices",
1321
+ "fields": null,
1322
+ "inputFields": [
1323
+ {
1324
+ "name": "clientMutationId",
1325
+ "description": "A unique identifier for the client performing the mutation.",
1269
1326
  "type": {
1270
- "kind": "OBJECT",
1271
- "name": "FreelanceProfile",
1327
+ "kind": "SCALAR",
1328
+ "name": "String",
1272
1329
  "ofType": null
1273
1330
  },
1331
+ "defaultValue": null,
1274
1332
  "isDeprecated": false,
1275
1333
  "deprecationReason": null
1276
1334
  },
1277
1335
  {
1278
- "name": "id",
1336
+ "name": "ids",
1279
1337
  "description": null,
1280
- "args": [
1281
-
1282
- ],
1283
1338
  "type": {
1284
1339
  "kind": "NON_NULL",
1285
1340
  "name": null,
1286
1341
  "ofType": {
1287
- "kind": "SCALAR",
1288
- "name": "ID",
1289
- "ofType": null
1342
+ "kind": "LIST",
1343
+ "name": null,
1344
+ "ofType": {
1345
+ "kind": "NON_NULL",
1346
+ "name": null,
1347
+ "ofType": {
1348
+ "kind": "SCALAR",
1349
+ "name": "ID",
1350
+ "ofType": null
1351
+ }
1352
+ }
1290
1353
  }
1291
1354
  },
1355
+ "defaultValue": null,
1292
1356
  "isDeprecated": false,
1293
1357
  "deprecationReason": null
1294
1358
  }
1295
1359
  ],
1296
- "inputFields": null,
1297
- "interfaces": [
1298
- {
1299
- "kind": "INTERFACE",
1300
- "name": "Node",
1301
- "ofType": null
1302
- }
1303
- ],
1360
+ "interfaces": null,
1304
1361
  "enumValues": null,
1305
1362
  "possibleTypes": null
1306
1363
  },
1307
1364
  {
1308
1365
  "kind": "OBJECT",
1309
- "name": "Error",
1310
- "description": null,
1366
+ "name": "DestroyInvoicesPayload",
1367
+ "description": "Autogenerated return type of DestroyInvoices.",
1311
1368
  "fields": [
1312
1369
  {
1313
- "name": "code",
1314
- "description": null,
1370
+ "name": "clientMutationId",
1371
+ "description": "A unique identifier for the client performing the mutation.",
1315
1372
  "args": [
1316
1373
 
1317
1374
  ],
1318
1375
  "type": {
1319
- "kind": "NON_NULL",
1320
- "name": null,
1321
- "ofType": {
1322
- "kind": "ENUM",
1323
- "name": "ErrorCodeEnum",
1324
- "ofType": null
1325
- }
1376
+ "kind": "SCALAR",
1377
+ "name": "String",
1378
+ "ofType": null
1326
1379
  },
1327
1380
  "isDeprecated": false,
1328
1381
  "deprecationReason": null
1329
1382
  },
1330
1383
  {
1331
- "name": "path",
1384
+ "name": "errors",
1332
1385
  "description": null,
1333
1386
  "args": [
1334
1387
 
1335
1388
  ],
1336
1389
  "type": {
1337
- "kind": "SCALAR",
1338
- "name": "String",
1339
- "ofType": null
1390
+ "kind": "NON_NULL",
1391
+ "name": null,
1392
+ "ofType": {
1393
+ "kind": "LIST",
1394
+ "name": null,
1395
+ "ofType": {
1396
+ "kind": "NON_NULL",
1397
+ "name": null,
1398
+ "ofType": {
1399
+ "kind": "OBJECT",
1400
+ "name": "Error",
1401
+ "ofType": null
1402
+ }
1403
+ }
1404
+ }
1340
1405
  },
1341
1406
  "isDeprecated": false,
1342
1407
  "deprecationReason": null
1343
1408
  },
1344
1409
  {
1345
- "name": "type",
1410
+ "name": "invoices",
1346
1411
  "description": null,
1347
1412
  "args": [
1348
1413
 
1349
1414
  ],
1350
1415
  "type": {
1351
- "kind": "SCALAR",
1416
+ "kind": "LIST",
1417
+ "name": null,
1418
+ "ofType": {
1419
+ "kind": "NON_NULL",
1420
+ "name": null,
1421
+ "ofType": {
1422
+ "kind": "OBJECT",
1423
+ "name": "Invoice",
1424
+ "ofType": null
1425
+ }
1426
+ }
1427
+ },
1428
+ "isDeprecated": false,
1429
+ "deprecationReason": null
1430
+ }
1431
+ ],
1432
+ "inputFields": null,
1433
+ "interfaces": [
1434
+
1435
+ ],
1436
+ "enumValues": null,
1437
+ "possibleTypes": null
1438
+ },
1439
+ {
1440
+ "kind": "OBJECT",
1441
+ "name": "Enrollment",
1442
+ "description": null,
1443
+ "fields": [
1444
+ {
1445
+ "name": "email",
1446
+ "description": null,
1447
+ "args": [
1448
+
1449
+ ],
1450
+ "type": {
1451
+ "kind": "NON_NULL",
1452
+ "name": null,
1453
+ "ofType": {
1454
+ "kind": "SCALAR",
1455
+ "name": "String",
1456
+ "ofType": null
1457
+ }
1458
+ },
1459
+ "isDeprecated": false,
1460
+ "deprecationReason": null
1461
+ },
1462
+ {
1463
+ "name": "freelanceProfile",
1464
+ "description": null,
1465
+ "args": [
1466
+
1467
+ ],
1468
+ "type": {
1469
+ "kind": "OBJECT",
1470
+ "name": "FreelanceProfile",
1471
+ "ofType": null
1472
+ },
1473
+ "isDeprecated": false,
1474
+ "deprecationReason": null
1475
+ },
1476
+ {
1477
+ "name": "id",
1478
+ "description": null,
1479
+ "args": [
1480
+
1481
+ ],
1482
+ "type": {
1483
+ "kind": "NON_NULL",
1484
+ "name": null,
1485
+ "ofType": {
1486
+ "kind": "SCALAR",
1487
+ "name": "ID",
1488
+ "ofType": null
1489
+ }
1490
+ },
1491
+ "isDeprecated": false,
1492
+ "deprecationReason": null
1493
+ }
1494
+ ],
1495
+ "inputFields": null,
1496
+ "interfaces": [
1497
+ {
1498
+ "kind": "INTERFACE",
1499
+ "name": "Node",
1500
+ "ofType": null
1501
+ }
1502
+ ],
1503
+ "enumValues": null,
1504
+ "possibleTypes": null
1505
+ },
1506
+ {
1507
+ "kind": "OBJECT",
1508
+ "name": "Error",
1509
+ "description": null,
1510
+ "fields": [
1511
+ {
1512
+ "name": "code",
1513
+ "description": null,
1514
+ "args": [
1515
+
1516
+ ],
1517
+ "type": {
1518
+ "kind": "NON_NULL",
1519
+ "name": null,
1520
+ "ofType": {
1521
+ "kind": "ENUM",
1522
+ "name": "ErrorCodeEnum",
1523
+ "ofType": null
1524
+ }
1525
+ },
1526
+ "isDeprecated": false,
1527
+ "deprecationReason": null
1528
+ },
1529
+ {
1530
+ "name": "path",
1531
+ "description": null,
1532
+ "args": [
1533
+
1534
+ ],
1535
+ "type": {
1536
+ "kind": "SCALAR",
1537
+ "name": "String",
1538
+ "ofType": null
1539
+ },
1540
+ "isDeprecated": false,
1541
+ "deprecationReason": null
1542
+ },
1543
+ {
1544
+ "name": "type",
1545
+ "description": null,
1546
+ "args": [
1547
+
1548
+ ],
1549
+ "type": {
1550
+ "kind": "SCALAR",
1352
1551
  "name": "String",
1353
1552
  "ofType": null
1354
1553
  },
@@ -1635,30 +1834,12 @@
1635
1834
  "isDeprecated": false,
1636
1835
  "deprecationReason": null
1637
1836
  },
1638
- {
1639
- "name": "DOCUMENT_SUBMITTED",
1640
- "description": null,
1641
- "isDeprecated": false,
1642
- "deprecationReason": null
1643
- },
1644
- {
1645
- "name": "DOCUMENT_NOT_SUBMITTED",
1646
- "description": null,
1647
- "isDeprecated": false,
1648
- "deprecationReason": null
1649
- },
1650
1837
  {
1651
1838
  "name": "DOCUMENT_SIGNED",
1652
1839
  "description": null,
1653
1840
  "isDeprecated": false,
1654
1841
  "deprecationReason": null
1655
1842
  },
1656
- {
1657
- "name": "DOCUMENT_NOT_SIGNED",
1658
- "description": null,
1659
- "isDeprecated": false,
1660
- "deprecationReason": null
1661
- },
1662
1843
  {
1663
1844
  "name": "DOCUMENT_NOT_FOUND",
1664
1845
  "description": null,
@@ -1666,49 +1847,49 @@
1666
1847
  "deprecationReason": null
1667
1848
  },
1668
1849
  {
1669
- "name": "FREELANCER_AGREEMENT_REQUIRED",
1850
+ "name": "SENDER_EQUALS_RECEIVER",
1670
1851
  "description": null,
1671
1852
  "isDeprecated": false,
1672
1853
  "deprecationReason": null
1673
1854
  },
1674
1855
  {
1675
- "name": "FREELANCER_AGREEMENT_SIGNED",
1856
+ "name": "ORGANIZATION_ROLE_CHECK_FAILED",
1676
1857
  "description": null,
1677
1858
  "isDeprecated": false,
1678
1859
  "deprecationReason": null
1679
1860
  },
1680
1861
  {
1681
- "name": "SENDER_EQUALS_RECEIVER",
1862
+ "name": "PARTNER_CALLBACK_ERROR",
1682
1863
  "description": null,
1683
1864
  "isDeprecated": false,
1684
1865
  "deprecationReason": null
1685
1866
  },
1686
1867
  {
1687
- "name": "ORGANIZATION_ROLE_CHECK_FAILED",
1868
+ "name": "OTP_EXPIRED",
1688
1869
  "description": null,
1689
1870
  "isDeprecated": false,
1690
1871
  "deprecationReason": null
1691
1872
  },
1692
1873
  {
1693
- "name": "PARTNER_CALLBACK_ERROR",
1874
+ "name": "OTP_EXPIRED_AND_RESENT",
1694
1875
  "description": null,
1695
1876
  "isDeprecated": false,
1696
1877
  "deprecationReason": null
1697
1878
  },
1698
1879
  {
1699
- "name": "OTP_EXPIRED",
1880
+ "name": "LINE_MISMATCH",
1700
1881
  "description": null,
1701
1882
  "isDeprecated": false,
1702
1883
  "deprecationReason": null
1703
1884
  },
1704
1885
  {
1705
- "name": "OTP_EXPIRED_AND_RESENT",
1886
+ "name": "PERSONAL_NUMBER_MISMATCH",
1706
1887
  "description": null,
1707
1888
  "isDeprecated": false,
1708
1889
  "deprecationReason": null
1709
1890
  },
1710
1891
  {
1711
- "name": "LINE_MISMATCH",
1892
+ "name": "FREELANCE_PROFILE_ARCHIVED",
1712
1893
  "description": null,
1713
1894
  "isDeprecated": false,
1714
1895
  "deprecationReason": null
@@ -1737,6 +1918,20 @@
1737
1918
  "name": "FreelanceProfile",
1738
1919
  "description": null,
1739
1920
  "fields": [
1921
+ {
1922
+ "name": "bankAccountNumber",
1923
+ "description": null,
1924
+ "args": [
1925
+
1926
+ ],
1927
+ "type": {
1928
+ "kind": "SCALAR",
1929
+ "name": "String",
1930
+ "ofType": null
1931
+ },
1932
+ "isDeprecated": false,
1933
+ "deprecationReason": null
1934
+ },
1740
1935
  {
1741
1936
  "name": "firstName",
1742
1937
  "description": null,
@@ -1957,6 +2152,24 @@
1957
2152
  "isDeprecated": false,
1958
2153
  "deprecationReason": null
1959
2154
  },
2155
+ {
2156
+ "name": "showAttachmentWarning",
2157
+ "description": null,
2158
+ "args": [
2159
+
2160
+ ],
2161
+ "type": {
2162
+ "kind": "NON_NULL",
2163
+ "name": null,
2164
+ "ofType": {
2165
+ "kind": "SCALAR",
2166
+ "name": "Boolean",
2167
+ "ofType": null
2168
+ }
2169
+ },
2170
+ "isDeprecated": false,
2171
+ "deprecationReason": null
2172
+ },
1960
2173
  {
1961
2174
  "name": "supportEmail",
1962
2175
  "description": null,
@@ -1990,72 +2203,325 @@
1990
2203
  "possibleTypes": null
1991
2204
  },
1992
2205
  {
1993
- "kind": "SCALAR",
1994
- "name": "Int",
1995
- "description": "Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
1996
- "fields": null,
1997
- "inputFields": null,
1998
- "interfaces": null,
1999
- "enumValues": null,
2000
- "possibleTypes": null
2001
- },
2002
- {
2003
- "kind": "OBJECT",
2004
- "name": "Invoice",
2206
+ "kind": "INPUT_OBJECT",
2207
+ "name": "ImportEnrollmentAttributes",
2005
2208
  "description": null,
2006
- "fields": [
2209
+ "fields": null,
2210
+ "inputFields": [
2007
2211
  {
2008
- "name": "amount",
2212
+ "name": "country",
2213
+ "description": null,
2214
+ "type": {
2215
+ "kind": "SCALAR",
2216
+ "name": "String",
2217
+ "ofType": null
2218
+ },
2219
+ "defaultValue": "\"NO\"",
2220
+ "isDeprecated": false,
2221
+ "deprecationReason": null
2222
+ },
2223
+ {
2224
+ "name": "email",
2009
2225
  "description": null,
2010
- "args": [
2011
-
2012
- ],
2013
2226
  "type": {
2014
2227
  "kind": "NON_NULL",
2015
2228
  "name": null,
2016
2229
  "ofType": {
2017
2230
  "kind": "SCALAR",
2018
- "name": "Int",
2231
+ "name": "String",
2019
2232
  "ofType": null
2020
2233
  }
2021
2234
  },
2235
+ "defaultValue": null,
2022
2236
  "isDeprecated": false,
2023
2237
  "deprecationReason": null
2024
2238
  },
2025
2239
  {
2026
- "name": "buyerReference",
2240
+ "name": "personalNumber",
2027
2241
  "description": null,
2028
- "args": [
2029
-
2030
- ],
2031
2242
  "type": {
2032
- "kind": "SCALAR",
2033
- "name": "String",
2034
- "ofType": null
2243
+ "kind": "NON_NULL",
2244
+ "name": null,
2245
+ "ofType": {
2246
+ "kind": "SCALAR",
2247
+ "name": "String",
2248
+ "ofType": null
2249
+ }
2035
2250
  },
2251
+ "defaultValue": null,
2036
2252
  "isDeprecated": false,
2037
2253
  "deprecationReason": null
2038
2254
  },
2039
2255
  {
2040
- "name": "client",
2256
+ "name": "organizationNumber",
2041
2257
  "description": null,
2042
- "args": [
2043
-
2044
- ],
2045
2258
  "type": {
2046
- "kind": "OBJECT",
2047
- "name": "Client",
2259
+ "kind": "SCALAR",
2260
+ "name": "String",
2048
2261
  "ofType": null
2049
2262
  },
2263
+ "defaultValue": null,
2050
2264
  "isDeprecated": false,
2051
2265
  "deprecationReason": null
2052
2266
  },
2053
2267
  {
2054
- "name": "clientReferencePerson",
2268
+ "name": "firstName",
2055
2269
  "description": null,
2056
- "args": [
2057
-
2058
- ],
2270
+ "type": {
2271
+ "kind": "NON_NULL",
2272
+ "name": null,
2273
+ "ofType": {
2274
+ "kind": "SCALAR",
2275
+ "name": "String",
2276
+ "ofType": null
2277
+ }
2278
+ },
2279
+ "defaultValue": null,
2280
+ "isDeprecated": false,
2281
+ "deprecationReason": null
2282
+ },
2283
+ {
2284
+ "name": "lastName",
2285
+ "description": null,
2286
+ "type": {
2287
+ "kind": "NON_NULL",
2288
+ "name": null,
2289
+ "ofType": {
2290
+ "kind": "SCALAR",
2291
+ "name": "String",
2292
+ "ofType": null
2293
+ }
2294
+ },
2295
+ "defaultValue": null,
2296
+ "isDeprecated": false,
2297
+ "deprecationReason": null
2298
+ },
2299
+ {
2300
+ "name": "dateOfBirth",
2301
+ "description": null,
2302
+ "type": {
2303
+ "kind": "NON_NULL",
2304
+ "name": null,
2305
+ "ofType": {
2306
+ "kind": "SCALAR",
2307
+ "name": "String",
2308
+ "ofType": null
2309
+ }
2310
+ },
2311
+ "defaultValue": null,
2312
+ "isDeprecated": false,
2313
+ "deprecationReason": null
2314
+ },
2315
+ {
2316
+ "name": "bankAccountNumber",
2317
+ "description": null,
2318
+ "type": {
2319
+ "kind": "NON_NULL",
2320
+ "name": null,
2321
+ "ofType": {
2322
+ "kind": "SCALAR",
2323
+ "name": "String",
2324
+ "ofType": null
2325
+ }
2326
+ },
2327
+ "defaultValue": null,
2328
+ "isDeprecated": false,
2329
+ "deprecationReason": null
2330
+ },
2331
+ {
2332
+ "name": "address",
2333
+ "description": null,
2334
+ "type": {
2335
+ "kind": "NON_NULL",
2336
+ "name": null,
2337
+ "ofType": {
2338
+ "kind": "INPUT_OBJECT",
2339
+ "name": "AddressAttributes",
2340
+ "ofType": null
2341
+ }
2342
+ },
2343
+ "defaultValue": null,
2344
+ "isDeprecated": false,
2345
+ "deprecationReason": null
2346
+ }
2347
+ ],
2348
+ "interfaces": null,
2349
+ "enumValues": null,
2350
+ "possibleTypes": null
2351
+ },
2352
+ {
2353
+ "kind": "INPUT_OBJECT",
2354
+ "name": "ImportEnrollmentInput",
2355
+ "description": "Autogenerated input type of ImportEnrollment",
2356
+ "fields": null,
2357
+ "inputFields": [
2358
+ {
2359
+ "name": "clientMutationId",
2360
+ "description": "A unique identifier for the client performing the mutation.",
2361
+ "type": {
2362
+ "kind": "SCALAR",
2363
+ "name": "String",
2364
+ "ofType": null
2365
+ },
2366
+ "defaultValue": null,
2367
+ "isDeprecated": false,
2368
+ "deprecationReason": null
2369
+ },
2370
+ {
2371
+ "name": "attributes",
2372
+ "description": null,
2373
+ "type": {
2374
+ "kind": "NON_NULL",
2375
+ "name": null,
2376
+ "ofType": {
2377
+ "kind": "INPUT_OBJECT",
2378
+ "name": "ImportEnrollmentAttributes",
2379
+ "ofType": null
2380
+ }
2381
+ },
2382
+ "defaultValue": null,
2383
+ "isDeprecated": false,
2384
+ "deprecationReason": null
2385
+ }
2386
+ ],
2387
+ "interfaces": null,
2388
+ "enumValues": null,
2389
+ "possibleTypes": null
2390
+ },
2391
+ {
2392
+ "kind": "OBJECT",
2393
+ "name": "ImportEnrollmentPayload",
2394
+ "description": "Autogenerated return type of ImportEnrollment.",
2395
+ "fields": [
2396
+ {
2397
+ "name": "clientMutationId",
2398
+ "description": "A unique identifier for the client performing the mutation.",
2399
+ "args": [
2400
+
2401
+ ],
2402
+ "type": {
2403
+ "kind": "SCALAR",
2404
+ "name": "String",
2405
+ "ofType": null
2406
+ },
2407
+ "isDeprecated": false,
2408
+ "deprecationReason": null
2409
+ },
2410
+ {
2411
+ "name": "enrollment",
2412
+ "description": null,
2413
+ "args": [
2414
+
2415
+ ],
2416
+ "type": {
2417
+ "kind": "OBJECT",
2418
+ "name": "Enrollment",
2419
+ "ofType": null
2420
+ },
2421
+ "isDeprecated": false,
2422
+ "deprecationReason": null
2423
+ },
2424
+ {
2425
+ "name": "errors",
2426
+ "description": null,
2427
+ "args": [
2428
+
2429
+ ],
2430
+ "type": {
2431
+ "kind": "NON_NULL",
2432
+ "name": null,
2433
+ "ofType": {
2434
+ "kind": "LIST",
2435
+ "name": null,
2436
+ "ofType": {
2437
+ "kind": "NON_NULL",
2438
+ "name": null,
2439
+ "ofType": {
2440
+ "kind": "OBJECT",
2441
+ "name": "Error",
2442
+ "ofType": null
2443
+ }
2444
+ }
2445
+ }
2446
+ },
2447
+ "isDeprecated": false,
2448
+ "deprecationReason": null
2449
+ }
2450
+ ],
2451
+ "inputFields": null,
2452
+ "interfaces": [
2453
+
2454
+ ],
2455
+ "enumValues": null,
2456
+ "possibleTypes": null
2457
+ },
2458
+ {
2459
+ "kind": "SCALAR",
2460
+ "name": "Int",
2461
+ "description": "Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
2462
+ "fields": null,
2463
+ "inputFields": null,
2464
+ "interfaces": null,
2465
+ "enumValues": null,
2466
+ "possibleTypes": null
2467
+ },
2468
+ {
2469
+ "kind": "OBJECT",
2470
+ "name": "Invoice",
2471
+ "description": null,
2472
+ "fields": [
2473
+ {
2474
+ "name": "amount",
2475
+ "description": null,
2476
+ "args": [
2477
+
2478
+ ],
2479
+ "type": {
2480
+ "kind": "NON_NULL",
2481
+ "name": null,
2482
+ "ofType": {
2483
+ "kind": "SCALAR",
2484
+ "name": "Int",
2485
+ "ofType": null
2486
+ }
2487
+ },
2488
+ "isDeprecated": false,
2489
+ "deprecationReason": null
2490
+ },
2491
+ {
2492
+ "name": "buyerReference",
2493
+ "description": null,
2494
+ "args": [
2495
+
2496
+ ],
2497
+ "type": {
2498
+ "kind": "SCALAR",
2499
+ "name": "String",
2500
+ "ofType": null
2501
+ },
2502
+ "isDeprecated": false,
2503
+ "deprecationReason": null
2504
+ },
2505
+ {
2506
+ "name": "client",
2507
+ "description": null,
2508
+ "args": [
2509
+
2510
+ ],
2511
+ "type": {
2512
+ "kind": "OBJECT",
2513
+ "name": "Client",
2514
+ "ofType": null
2515
+ },
2516
+ "isDeprecated": false,
2517
+ "deprecationReason": null
2518
+ },
2519
+ {
2520
+ "name": "clientReferencePerson",
2521
+ "description": null,
2522
+ "args": [
2523
+
2524
+ ],
2059
2525
  "type": {
2060
2526
  "kind": "OBJECT",
2061
2527
  "name": "ReferencePerson",
@@ -2298,7 +2764,7 @@
2298
2764
  },
2299
2765
  {
2300
2766
  "name": "buyerReference",
2301
- "description": null,
2767
+ "description": "Either buyer or order reference required",
2302
2768
  "type": {
2303
2769
  "kind": "SCALAR",
2304
2770
  "name": "String",
@@ -2310,7 +2776,7 @@
2310
2776
  },
2311
2777
  {
2312
2778
  "name": "orderReference",
2313
- "description": null,
2779
+ "description": "Either buyer or order reference required",
2314
2780
  "type": {
2315
2781
  "kind": "SCALAR",
2316
2782
  "name": "String",
@@ -2322,7 +2788,7 @@
2322
2788
  },
2323
2789
  {
2324
2790
  "name": "invoicedOn",
2325
- "description": null,
2791
+ "description": "Should be between beginning of previous month and current date",
2326
2792
  "type": {
2327
2793
  "kind": "SCALAR",
2328
2794
  "name": "String",
@@ -2334,7 +2800,7 @@
2334
2800
  },
2335
2801
  {
2336
2802
  "name": "dueOn",
2337
- "description": null,
2803
+ "description": "Should be after invoicedOn",
2338
2804
  "type": {
2339
2805
  "kind": "SCALAR",
2340
2806
  "name": "String",
@@ -2426,12 +2892,32 @@
2426
2892
  "defaultValue": null,
2427
2893
  "isDeprecated": false,
2428
2894
  "deprecationReason": null
2429
- }
2430
- ],
2431
- "interfaces": null,
2432
- "enumValues": null,
2433
- "possibleTypes": null
2434
- },
2895
+ },
2896
+ {
2897
+ "name": "clientIds",
2898
+ "description": null,
2899
+ "type": {
2900
+ "kind": "LIST",
2901
+ "name": null,
2902
+ "ofType": {
2903
+ "kind": "NON_NULL",
2904
+ "name": null,
2905
+ "ofType": {
2906
+ "kind": "SCALAR",
2907
+ "name": "ID",
2908
+ "ofType": null
2909
+ }
2910
+ }
2911
+ },
2912
+ "defaultValue": null,
2913
+ "isDeprecated": false,
2914
+ "deprecationReason": null
2915
+ }
2916
+ ],
2917
+ "interfaces": null,
2918
+ "enumValues": null,
2919
+ "possibleTypes": null
2920
+ },
2435
2921
  {
2436
2922
  "kind": "OBJECT",
2437
2923
  "name": "InvoiceLine",
@@ -2533,6 +3019,20 @@
2533
3019
  "isDeprecated": false,
2534
3020
  "deprecationReason": null
2535
3021
  },
3022
+ {
3023
+ "name": "externalId",
3024
+ "description": null,
3025
+ "args": [
3026
+
3027
+ ],
3028
+ "type": {
3029
+ "kind": "SCALAR",
3030
+ "name": "String",
3031
+ "ofType": null
3032
+ },
3033
+ "isDeprecated": false,
3034
+ "deprecationReason": null
3035
+ },
2536
3036
  {
2537
3037
  "name": "id",
2538
3038
  "description": null,
@@ -2570,33 +3070,33 @@
2570
3070
  "deprecationReason": null
2571
3071
  },
2572
3072
  {
2573
- "name": "quantity",
3073
+ "name": "occupationCode",
2574
3074
  "description": null,
2575
3075
  "args": [
2576
3076
 
2577
3077
  ],
2578
3078
  "type": {
2579
- "kind": "NON_NULL",
2580
- "name": null,
2581
- "ofType": {
2582
- "kind": "SCALAR",
2583
- "name": "Float",
2584
- "ofType": null
2585
- }
3079
+ "kind": "OBJECT",
3080
+ "name": "OccupationCode",
3081
+ "ofType": null
2586
3082
  },
2587
3083
  "isDeprecated": false,
2588
3084
  "deprecationReason": null
2589
3085
  },
2590
3086
  {
2591
- "name": "service",
3087
+ "name": "quantity",
2592
3088
  "description": null,
2593
3089
  "args": [
2594
3090
 
2595
3091
  ],
2596
3092
  "type": {
2597
- "kind": "OBJECT",
2598
- "name": "Service",
2599
- "ofType": null
3093
+ "kind": "NON_NULL",
3094
+ "name": null,
3095
+ "ofType": {
3096
+ "kind": "SCALAR",
3097
+ "name": "Float",
3098
+ "ofType": null
3099
+ }
2600
3100
  },
2601
3101
  "isDeprecated": false,
2602
3102
  "deprecationReason": null
@@ -2723,17 +3223,25 @@
2723
3223
  "description": null,
2724
3224
  "fields": null,
2725
3225
  "inputFields": [
3226
+ {
3227
+ "name": "occupationCodeId",
3228
+ "description": null,
3229
+ "type": {
3230
+ "kind": "SCALAR",
3231
+ "name": "ID",
3232
+ "ofType": null
3233
+ },
3234
+ "defaultValue": null,
3235
+ "isDeprecated": false,
3236
+ "deprecationReason": null
3237
+ },
2726
3238
  {
2727
3239
  "name": "serviceId",
2728
3240
  "description": null,
2729
3241
  "type": {
2730
- "kind": "NON_NULL",
2731
- "name": null,
2732
- "ofType": {
2733
- "kind": "SCALAR",
2734
- "name": "ID",
2735
- "ofType": null
2736
- }
3242
+ "kind": "SCALAR",
3243
+ "name": "ID",
3244
+ "ofType": null
2737
3245
  },
2738
3246
  "defaultValue": null,
2739
3247
  "isDeprecated": false,
@@ -2757,7 +3265,7 @@
2757
3265
  },
2758
3266
  {
2759
3267
  "name": "unitPrice",
2760
- "description": null,
3268
+ "description": "In cents or øre",
2761
3269
  "type": {
2762
3270
  "kind": "NON_NULL",
2763
3271
  "name": null,
@@ -2779,7 +3287,7 @@
2779
3287
  "name": null,
2780
3288
  "ofType": {
2781
3289
  "kind": "SCALAR",
2782
- "name": "Int",
3290
+ "name": "Float",
2783
3291
  "ofType": null
2784
3292
  }
2785
3293
  },
@@ -2789,7 +3297,7 @@
2789
3297
  },
2790
3298
  {
2791
3299
  "name": "vatRate",
2792
- "description": null,
3300
+ "description": "One of: 0.25, 0.15, 0.12, 0.0",
2793
3301
  "type": {
2794
3302
  "kind": "SCALAR",
2795
3303
  "name": "Float",
@@ -2862,6 +3370,18 @@
2862
3370
  "defaultValue": null,
2863
3371
  "isDeprecated": false,
2864
3372
  "deprecationReason": null
3373
+ },
3374
+ {
3375
+ "name": "externalId",
3376
+ "description": null,
3377
+ "type": {
3378
+ "kind": "SCALAR",
3379
+ "name": "String",
3380
+ "ofType": null
3381
+ },
3382
+ "defaultValue": null,
3383
+ "isDeprecated": false,
3384
+ "deprecationReason": null
2865
3385
  }
2866
3386
  ],
2867
3387
  "interfaces": null,
@@ -2968,6 +3488,112 @@
2968
3488
  ],
2969
3489
  "possibleTypes": null
2970
3490
  },
3491
+ {
3492
+ "kind": "INPUT_OBJECT",
3493
+ "name": "MagicLinkInput",
3494
+ "description": "Autogenerated input type of MagicLink",
3495
+ "fields": null,
3496
+ "inputFields": [
3497
+ {
3498
+ "name": "clientMutationId",
3499
+ "description": "A unique identifier for the client performing the mutation.",
3500
+ "type": {
3501
+ "kind": "SCALAR",
3502
+ "name": "String",
3503
+ "ofType": null
3504
+ },
3505
+ "defaultValue": null,
3506
+ "isDeprecated": false,
3507
+ "deprecationReason": null
3508
+ },
3509
+ {
3510
+ "name": "enrollmentId",
3511
+ "description": null,
3512
+ "type": {
3513
+ "kind": "NON_NULL",
3514
+ "name": null,
3515
+ "ofType": {
3516
+ "kind": "SCALAR",
3517
+ "name": "ID",
3518
+ "ofType": null
3519
+ }
3520
+ },
3521
+ "defaultValue": null,
3522
+ "isDeprecated": false,
3523
+ "deprecationReason": null
3524
+ }
3525
+ ],
3526
+ "interfaces": null,
3527
+ "enumValues": null,
3528
+ "possibleTypes": null
3529
+ },
3530
+ {
3531
+ "kind": "OBJECT",
3532
+ "name": "MagicLinkPayload",
3533
+ "description": "Autogenerated return type of MagicLink.",
3534
+ "fields": [
3535
+ {
3536
+ "name": "clientMutationId",
3537
+ "description": "A unique identifier for the client performing the mutation.",
3538
+ "args": [
3539
+
3540
+ ],
3541
+ "type": {
3542
+ "kind": "SCALAR",
3543
+ "name": "String",
3544
+ "ofType": null
3545
+ },
3546
+ "isDeprecated": false,
3547
+ "deprecationReason": null
3548
+ },
3549
+ {
3550
+ "name": "errors",
3551
+ "description": null,
3552
+ "args": [
3553
+
3554
+ ],
3555
+ "type": {
3556
+ "kind": "NON_NULL",
3557
+ "name": null,
3558
+ "ofType": {
3559
+ "kind": "LIST",
3560
+ "name": null,
3561
+ "ofType": {
3562
+ "kind": "NON_NULL",
3563
+ "name": null,
3564
+ "ofType": {
3565
+ "kind": "OBJECT",
3566
+ "name": "Error",
3567
+ "ofType": null
3568
+ }
3569
+ }
3570
+ }
3571
+ },
3572
+ "isDeprecated": false,
3573
+ "deprecationReason": null
3574
+ },
3575
+ {
3576
+ "name": "magicLink",
3577
+ "description": null,
3578
+ "args": [
3579
+
3580
+ ],
3581
+ "type": {
3582
+ "kind": "SCALAR",
3583
+ "name": "String",
3584
+ "ofType": null
3585
+ },
3586
+ "isDeprecated": false,
3587
+ "deprecationReason": null
3588
+ }
3589
+ ],
3590
+ "inputFields": null,
3591
+ "interfaces": [
3592
+
3593
+ ],
3594
+ "enumValues": null,
3595
+ "possibleTypes": null
3596
+ },
2971
3597
  {
2972
3598
  "kind": "OBJECT",
2973
3599
  "name": "Mutation",
@@ -3089,6 +3715,93 @@
3089
3715
  "isDeprecated": false,
3090
3716
  "deprecationReason": null
3091
3717
  },
3718
+ {
3719
+ "name": "destroyInvoices",
3720
+ "description": null,
3721
+ "args": [
3722
+ {
3723
+ "name": "input",
3724
+ "description": "Parameters for DestroyInvoices",
3725
+ "type": {
3726
+ "kind": "NON_NULL",
3727
+ "name": null,
3728
+ "ofType": {
3729
+ "kind": "INPUT_OBJECT",
3730
+ "name": "DestroyInvoicesInput",
3731
+ "ofType": null
3732
+ }
3733
+ },
3734
+ "defaultValue": null,
3735
+ "isDeprecated": false,
3736
+ "deprecationReason": null
3737
+ }
3738
+ ],
3739
+ "type": {
3740
+ "kind": "OBJECT",
3741
+ "name": "DestroyInvoicesPayload",
3742
+ "ofType": null
3743
+ },
3744
+ "isDeprecated": false,
3745
+ "deprecationReason": null
3746
+ },
3747
+ {
3748
+ "name": "importEnrollment",
3749
+ "description": null,
3750
+ "args": [
3751
+ {
3752
+ "name": "input",
3753
+ "description": "Parameters for ImportEnrollment",
3754
+ "type": {
3755
+ "kind": "NON_NULL",
3756
+ "name": null,
3757
+ "ofType": {
3758
+ "kind": "INPUT_OBJECT",
3759
+ "name": "ImportEnrollmentInput",
3760
+ "ofType": null
3761
+ }
3762
+ },
3763
+ "defaultValue": null,
3764
+ "isDeprecated": false,
3765
+ "deprecationReason": null
3766
+ }
3767
+ ],
3768
+ "type": {
3769
+ "kind": "OBJECT",
3770
+ "name": "ImportEnrollmentPayload",
3771
+ "ofType": null
3772
+ },
3773
+ "isDeprecated": false,
3774
+ "deprecationReason": null
3775
+ },
3776
+ {
3777
+ "name": "magicLink",
3778
+ "description": null,
3779
+ "args": [
3780
+ {
3781
+ "name": "input",
3782
+ "description": "Parameters for MagicLink",
3783
+ "type": {
3784
+ "kind": "NON_NULL",
3785
+ "name": null,
3786
+ "ofType": {
3787
+ "kind": "INPUT_OBJECT",
3788
+ "name": "MagicLinkInput",
3789
+ "ofType": null
3790
+ }
3791
+ },
3792
+ "defaultValue": null,
3793
+ "isDeprecated": false,
3794
+ "deprecationReason": null
3795
+ }
3796
+ ],
3797
+ "type": {
3798
+ "kind": "OBJECT",
3799
+ "name": "MagicLinkPayload",
3800
+ "ofType": null
3801
+ },
3802
+ "isDeprecated": false,
3803
+ "deprecationReason": null
3804
+ },
3092
3805
  {
3093
3806
  "name": "submitInvoice",
3094
3807
  "description": null,
@@ -3118,6 +3831,35 @@
3118
3831
  "isDeprecated": false,
3119
3832
  "deprecationReason": null
3120
3833
  },
3834
+ {
3835
+ "name": "submitInvoices",
3836
+ "description": null,
3837
+ "args": [
3838
+ {
3839
+ "name": "input",
3840
+ "description": "Parameters for SubmitInvoices",
3841
+ "type": {
3842
+ "kind": "NON_NULL",
3843
+ "name": null,
3844
+ "ofType": {
3845
+ "kind": "INPUT_OBJECT",
3846
+ "name": "SubmitInvoicesInput",
3847
+ "ofType": null
3848
+ }
3849
+ },
3850
+ "defaultValue": null,
3851
+ "isDeprecated": false,
3852
+ "deprecationReason": null
3853
+ }
3854
+ ],
3855
+ "type": {
3856
+ "kind": "OBJECT",
3857
+ "name": "SubmitInvoicesPayload",
3858
+ "ofType": null
3859
+ },
3860
+ "isDeprecated": false,
3861
+ "deprecationReason": null
3862
+ },
3121
3863
  {
3122
3864
  "name": "updateClient",
3123
3865
  "description": null,
@@ -3180,7 +3922,9 @@
3180
3922
  }
3181
3923
  ],
3182
3924
  "inputFields": null,
3183
- "interfaces": null,
3925
+ "interfaces": [
3926
+
3927
+ ],
3184
3928
  "enumValues": null,
3185
3929
  "possibleTypes": [
3186
3930
  {
@@ -3208,53 +3952,20 @@
3208
3952
  "name": "InvoiceLine",
3209
3953
  "ofType": null
3210
3954
  },
3211
- {
3212
- "kind": "OBJECT",
3213
- "name": "Note",
3214
- "ofType": null
3215
- },
3216
3955
  {
3217
3956
  "kind": "OBJECT",
3218
3957
  "name": "OccupationCode",
3219
3958
  "ofType": null
3220
- },
3221
- {
3222
- "kind": "OBJECT",
3223
- "name": "Service",
3224
- "ofType": null
3225
- },
3226
- {
3227
- "kind": "OBJECT",
3228
- "name": "UserInfo",
3229
- "ofType": null
3230
3959
  }
3231
3960
  ]
3232
3961
  },
3233
3962
  {
3234
3963
  "kind": "OBJECT",
3235
- "name": "Note",
3964
+ "name": "OccupationCode",
3236
3965
  "description": null,
3237
3966
  "fields": [
3238
3967
  {
3239
- "name": "content",
3240
- "description": null,
3241
- "args": [
3242
-
3243
- ],
3244
- "type": {
3245
- "kind": "NON_NULL",
3246
- "name": null,
3247
- "ofType": {
3248
- "kind": "SCALAR",
3249
- "name": "String",
3250
- "ofType": null
3251
- }
3252
- },
3253
- "isDeprecated": false,
3254
- "deprecationReason": null
3255
- },
3256
- {
3257
- "name": "createdAt",
3968
+ "name": "code",
3258
3969
  "description": null,
3259
3970
  "args": [
3260
3971
 
@@ -3272,33 +3983,7 @@
3272
3983
  "deprecationReason": null
3273
3984
  },
3274
3985
  {
3275
- "name": "files",
3276
- "description": null,
3277
- "args": [
3278
-
3279
- ],
3280
- "type": {
3281
- "kind": "NON_NULL",
3282
- "name": null,
3283
- "ofType": {
3284
- "kind": "LIST",
3285
- "name": null,
3286
- "ofType": {
3287
- "kind": "NON_NULL",
3288
- "name": null,
3289
- "ofType": {
3290
- "kind": "SCALAR",
3291
- "name": "String",
3292
- "ofType": null
3293
- }
3294
- }
3295
- }
3296
- },
3297
- "isDeprecated": false,
3298
- "deprecationReason": null
3299
- },
3300
- {
3301
- "name": "hidden",
3986
+ "name": "enabled",
3302
3987
  "description": null,
3303
3988
  "args": [
3304
3989
 
@@ -3328,140 +4013,13 @@
3328
4013
  "kind": "SCALAR",
3329
4014
  "name": "ID",
3330
4015
  "ofType": null
3331
- }
3332
- },
3333
- "isDeprecated": false,
3334
- "deprecationReason": null
3335
- },
3336
- {
3337
- "name": "user",
3338
- "description": null,
3339
- "args": [
3340
-
3341
- ],
3342
- "type": {
3343
- "kind": "NON_NULL",
3344
- "name": null,
3345
- "ofType": {
3346
- "kind": "OBJECT",
3347
- "name": "UserInfo",
3348
- "ofType": null
3349
- }
3350
- },
3351
- "isDeprecated": false,
3352
- "deprecationReason": null
3353
- }
3354
- ],
3355
- "inputFields": null,
3356
- "interfaces": [
3357
- {
3358
- "kind": "INTERFACE",
3359
- "name": "Node",
3360
- "ofType": null
3361
- }
3362
- ],
3363
- "enumValues": null,
3364
- "possibleTypes": null
3365
- },
3366
- {
3367
- "kind": "OBJECT",
3368
- "name": "OccupationCode",
3369
- "description": null,
3370
- "fields": [
3371
- {
3372
- "name": "code",
3373
- "description": null,
3374
- "args": [
3375
-
3376
- ],
3377
- "type": {
3378
- "kind": "NON_NULL",
3379
- "name": null,
3380
- "ofType": {
3381
- "kind": "SCALAR",
3382
- "name": "String",
3383
- "ofType": null
3384
- }
3385
- },
3386
- "isDeprecated": false,
3387
- "deprecationReason": null
3388
- },
3389
- {
3390
- "name": "id",
3391
- "description": null,
3392
- "args": [
3393
-
3394
- ],
3395
- "type": {
3396
- "kind": "NON_NULL",
3397
- "name": null,
3398
- "ofType": {
3399
- "kind": "SCALAR",
3400
- "name": "ID",
3401
- "ofType": null
3402
- }
3403
- },
3404
- "isDeprecated": false,
3405
- "deprecationReason": null
3406
- },
3407
- {
3408
- "name": "name",
3409
- "description": null,
3410
- "args": [
3411
-
3412
- ],
3413
- "type": {
3414
- "kind": "SCALAR",
3415
- "name": "String",
3416
- "ofType": null
3417
- },
3418
- "isDeprecated": false,
3419
- "deprecationReason": null
3420
- },
3421
- {
3422
- "name": "notes",
3423
- "description": null,
3424
- "args": [
3425
-
3426
- ],
3427
- "type": {
3428
- "kind": "SCALAR",
3429
- "name": "String",
3430
- "ofType": null
3431
- },
3432
- "isDeprecated": false,
3433
- "deprecationReason": null
3434
- },
3435
- {
3436
- "name": "parentCode",
3437
- "description": null,
3438
- "args": [
3439
-
3440
- ],
3441
- "type": {
3442
- "kind": "SCALAR",
3443
- "name": "String",
3444
- "ofType": null
3445
- },
3446
- "isDeprecated": false,
3447
- "deprecationReason": null
3448
- },
3449
- {
3450
- "name": "shortName",
3451
- "description": null,
3452
- "args": [
3453
-
3454
- ],
3455
- "type": {
3456
- "kind": "SCALAR",
3457
- "name": "String",
3458
- "ofType": null
4016
+ }
3459
4017
  },
3460
4018
  "isDeprecated": false,
3461
4019
  "deprecationReason": null
3462
4020
  },
3463
4021
  {
3464
- "name": "tagList",
4022
+ "name": "name",
3465
4023
  "description": null,
3466
4024
  "args": [
3467
4025
 
@@ -3496,8 +4054,48 @@
3496
4054
  "description": null,
3497
4055
  "args": [
3498
4056
  {
3499
- "name": "orgNumber",
4057
+ "name": "page",
4058
+ "description": null,
4059
+ "type": {
4060
+ "kind": "SCALAR",
4061
+ "name": "Int",
4062
+ "ofType": null
4063
+ },
4064
+ "defaultValue": null,
4065
+ "isDeprecated": false,
4066
+ "deprecationReason": null
4067
+ },
4068
+ {
4069
+ "name": "perPage",
4070
+ "description": null,
4071
+ "type": {
4072
+ "kind": "SCALAR",
4073
+ "name": "Int",
4074
+ "ofType": null
4075
+ },
4076
+ "defaultValue": null,
4077
+ "isDeprecated": false,
4078
+ "deprecationReason": null
4079
+ },
4080
+ {
4081
+ "name": "freelanceProfileId",
3500
4082
  "description": null,
4083
+ "type": {
4084
+ "kind": "NON_NULL",
4085
+ "name": null,
4086
+ "ofType": {
4087
+ "kind": "SCALAR",
4088
+ "name": "ID",
4089
+ "ofType": null
4090
+ }
4091
+ },
4092
+ "defaultValue": null,
4093
+ "isDeprecated": false,
4094
+ "deprecationReason": null
4095
+ },
4096
+ {
4097
+ "name": "orgNumber",
4098
+ "description": "Filter by organization number",
3501
4099
  "type": {
3502
4100
  "kind": "SCALAR",
3503
4101
  "name": "String",
@@ -3509,7 +4107,7 @@
3509
4107
  },
3510
4108
  {
3511
4109
  "name": "email",
3512
- "description": null,
4110
+ "description": "Filter by email",
3513
4111
  "type": {
3514
4112
  "kind": "SCALAR",
3515
4113
  "name": "String",
@@ -3544,7 +4142,30 @@
3544
4142
  "name": "enrollments",
3545
4143
  "description": null,
3546
4144
  "args": [
3547
-
4145
+ {
4146
+ "name": "page",
4147
+ "description": null,
4148
+ "type": {
4149
+ "kind": "SCALAR",
4150
+ "name": "Int",
4151
+ "ofType": null
4152
+ },
4153
+ "defaultValue": null,
4154
+ "isDeprecated": false,
4155
+ "deprecationReason": null
4156
+ },
4157
+ {
4158
+ "name": "perPage",
4159
+ "description": null,
4160
+ "type": {
4161
+ "kind": "SCALAR",
4162
+ "name": "Int",
4163
+ "ofType": null
4164
+ },
4165
+ "defaultValue": null,
4166
+ "isDeprecated": false,
4167
+ "deprecationReason": null
4168
+ }
3548
4169
  ],
3549
4170
  "type": {
3550
4171
  "kind": "NON_NULL",
@@ -3566,10 +4187,83 @@
3566
4187
  "isDeprecated": false,
3567
4188
  "deprecationReason": null
3568
4189
  },
4190
+ {
4191
+ "name": "freelanceProfiles",
4192
+ "description": null,
4193
+ "args": [
4194
+ {
4195
+ "name": "page",
4196
+ "description": null,
4197
+ "type": {
4198
+ "kind": "SCALAR",
4199
+ "name": "Int",
4200
+ "ofType": null
4201
+ },
4202
+ "defaultValue": null,
4203
+ "isDeprecated": false,
4204
+ "deprecationReason": null
4205
+ },
4206
+ {
4207
+ "name": "perPage",
4208
+ "description": null,
4209
+ "type": {
4210
+ "kind": "SCALAR",
4211
+ "name": "Int",
4212
+ "ofType": null
4213
+ },
4214
+ "defaultValue": null,
4215
+ "isDeprecated": false,
4216
+ "deprecationReason": null
4217
+ }
4218
+ ],
4219
+ "type": {
4220
+ "kind": "NON_NULL",
4221
+ "name": null,
4222
+ "ofType": {
4223
+ "kind": "LIST",
4224
+ "name": null,
4225
+ "ofType": {
4226
+ "kind": "NON_NULL",
4227
+ "name": null,
4228
+ "ofType": {
4229
+ "kind": "OBJECT",
4230
+ "name": "FreelanceProfile",
4231
+ "ofType": null
4232
+ }
4233
+ }
4234
+ }
4235
+ },
4236
+ "isDeprecated": false,
4237
+ "deprecationReason": null
4238
+ },
3569
4239
  {
3570
4240
  "name": "invoices",
3571
4241
  "description": null,
3572
4242
  "args": [
4243
+ {
4244
+ "name": "page",
4245
+ "description": null,
4246
+ "type": {
4247
+ "kind": "SCALAR",
4248
+ "name": "Int",
4249
+ "ofType": null
4250
+ },
4251
+ "defaultValue": null,
4252
+ "isDeprecated": false,
4253
+ "deprecationReason": null
4254
+ },
4255
+ {
4256
+ "name": "perPage",
4257
+ "description": null,
4258
+ "type": {
4259
+ "kind": "SCALAR",
4260
+ "name": "Int",
4261
+ "ofType": null
4262
+ },
4263
+ "defaultValue": null,
4264
+ "isDeprecated": false,
4265
+ "deprecationReason": null
4266
+ },
3573
4267
  {
3574
4268
  "name": "filters",
3575
4269
  "description": null,
@@ -3633,10 +4327,74 @@
3633
4327
  "deprecationReason": null
3634
4328
  },
3635
4329
  {
3636
- "name": "services",
4330
+ "name": "occupationCode",
3637
4331
  "description": null,
3638
4332
  "args": [
3639
-
4333
+ {
4334
+ "name": "code",
4335
+ "description": "7-digit occupation code",
4336
+ "type": {
4337
+ "kind": "NON_NULL",
4338
+ "name": null,
4339
+ "ofType": {
4340
+ "kind": "SCALAR",
4341
+ "name": "String",
4342
+ "ofType": null
4343
+ }
4344
+ },
4345
+ "defaultValue": null,
4346
+ "isDeprecated": false,
4347
+ "deprecationReason": null
4348
+ }
4349
+ ],
4350
+ "type": {
4351
+ "kind": "OBJECT",
4352
+ "name": "OccupationCode",
4353
+ "ofType": null
4354
+ },
4355
+ "isDeprecated": false,
4356
+ "deprecationReason": null
4357
+ },
4358
+ {
4359
+ "name": "ownInvoices",
4360
+ "description": null,
4361
+ "args": [
4362
+ {
4363
+ "name": "page",
4364
+ "description": null,
4365
+ "type": {
4366
+ "kind": "SCALAR",
4367
+ "name": "Int",
4368
+ "ofType": null
4369
+ },
4370
+ "defaultValue": null,
4371
+ "isDeprecated": false,
4372
+ "deprecationReason": null
4373
+ },
4374
+ {
4375
+ "name": "perPage",
4376
+ "description": null,
4377
+ "type": {
4378
+ "kind": "SCALAR",
4379
+ "name": "Int",
4380
+ "ofType": null
4381
+ },
4382
+ "defaultValue": null,
4383
+ "isDeprecated": false,
4384
+ "deprecationReason": null
4385
+ },
4386
+ {
4387
+ "name": "filters",
4388
+ "description": null,
4389
+ "type": {
4390
+ "kind": "INPUT_OBJECT",
4391
+ "name": "InvoiceFilters",
4392
+ "ofType": null
4393
+ },
4394
+ "defaultValue": null,
4395
+ "isDeprecated": false,
4396
+ "deprecationReason": null
4397
+ }
3640
4398
  ],
3641
4399
  "type": {
3642
4400
  "kind": "NON_NULL",
@@ -3649,7 +4407,7 @@
3649
4407
  "name": null,
3650
4408
  "ofType": {
3651
4409
  "kind": "OBJECT",
3652
- "name": "Service",
4410
+ "name": "Invoice",
3653
4411
  "ofType": null
3654
4412
  }
3655
4413
  }
@@ -3854,16 +4612,36 @@
3854
4612
  "possibleTypes": null
3855
4613
  },
3856
4614
  {
3857
- "kind": "OBJECT",
3858
- "name": "Service",
3859
- "description": null,
3860
- "fields": [
4615
+ "kind": "SCALAR",
4616
+ "name": "String",
4617
+ "description": "Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.",
4618
+ "fields": null,
4619
+ "inputFields": null,
4620
+ "interfaces": null,
4621
+ "enumValues": null,
4622
+ "possibleTypes": null
4623
+ },
4624
+ {
4625
+ "kind": "INPUT_OBJECT",
4626
+ "name": "SubmitInvoiceInput",
4627
+ "description": "Autogenerated input type of SubmitInvoice",
4628
+ "fields": null,
4629
+ "inputFields": [
4630
+ {
4631
+ "name": "clientMutationId",
4632
+ "description": "A unique identifier for the client performing the mutation.",
4633
+ "type": {
4634
+ "kind": "SCALAR",
4635
+ "name": "String",
4636
+ "ofType": null
4637
+ },
4638
+ "defaultValue": null,
4639
+ "isDeprecated": false,
4640
+ "deprecationReason": null
4641
+ },
3861
4642
  {
3862
4643
  "name": "id",
3863
4644
  "description": null,
3864
- "args": [
3865
-
3866
- ],
3867
4645
  "type": {
3868
4646
  "kind": "NON_NULL",
3869
4647
  "name": null,
@@ -3873,12 +4651,23 @@
3873
4651
  "ofType": null
3874
4652
  }
3875
4653
  },
4654
+ "defaultValue": null,
3876
4655
  "isDeprecated": false,
3877
4656
  "deprecationReason": null
3878
- },
4657
+ }
4658
+ ],
4659
+ "interfaces": null,
4660
+ "enumValues": null,
4661
+ "possibleTypes": null
4662
+ },
4663
+ {
4664
+ "kind": "OBJECT",
4665
+ "name": "SubmitInvoicePayload",
4666
+ "description": "Autogenerated return type of SubmitInvoice.",
4667
+ "fields": [
3879
4668
  {
3880
- "name": "name",
3881
- "description": null,
4669
+ "name": "clientMutationId",
4670
+ "description": "A unique identifier for the client performing the mutation.",
3882
4671
  "args": [
3883
4672
 
3884
4673
  ],
@@ -3891,28 +4680,40 @@
3891
4680
  "deprecationReason": null
3892
4681
  },
3893
4682
  {
3894
- "name": "occupationCode",
4683
+ "name": "errors",
4684
+ "description": null,
4685
+ "args": [
4686
+
4687
+ ],
4688
+ "type": {
4689
+ "kind": "NON_NULL",
4690
+ "name": null,
4691
+ "ofType": {
4692
+ "kind": "LIST",
4693
+ "name": null,
4694
+ "ofType": {
4695
+ "kind": "NON_NULL",
4696
+ "name": null,
4697
+ "ofType": {
4698
+ "kind": "OBJECT",
4699
+ "name": "Error",
4700
+ "ofType": null
4701
+ }
4702
+ }
4703
+ }
4704
+ },
4705
+ "isDeprecated": false,
4706
+ "deprecationReason": null
4707
+ },
4708
+ {
4709
+ "name": "invoice",
3895
4710
  "description": null,
3896
4711
  "args": [
3897
4712
 
3898
4713
  ],
3899
4714
  "type": {
3900
4715
  "kind": "OBJECT",
3901
- "name": "OccupationCode",
3902
- "ofType": null
3903
- },
3904
- "isDeprecated": false,
3905
- "deprecationReason": null
3906
- },
3907
- {
3908
- "name": "vatRate",
3909
- "description": null,
3910
- "args": [
3911
-
3912
- ],
3913
- "type": {
3914
- "kind": "SCALAR",
3915
- "name": "Float",
4716
+ "name": "Invoice",
3916
4717
  "ofType": null
3917
4718
  },
3918
4719
  "isDeprecated": false,
@@ -3921,54 +4722,48 @@
3921
4722
  ],
3922
4723
  "inputFields": null,
3923
4724
  "interfaces": [
3924
- {
3925
- "kind": "INTERFACE",
3926
- "name": "Node",
3927
- "ofType": null
3928
- }
4725
+
3929
4726
  ],
3930
4727
  "enumValues": null,
3931
4728
  "possibleTypes": null
3932
4729
  },
3933
- {
3934
- "kind": "SCALAR",
3935
- "name": "String",
3936
- "description": "Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.",
3937
- "fields": null,
3938
- "inputFields": null,
3939
- "interfaces": null,
3940
- "enumValues": null,
3941
- "possibleTypes": null
3942
- },
3943
4730
  {
3944
4731
  "kind": "INPUT_OBJECT",
3945
- "name": "SubmitInvoiceInput",
3946
- "description": "Autogenerated input type of SubmitInvoice",
4732
+ "name": "SubmitInvoicesInput",
4733
+ "description": "Autogenerated input type of SubmitInvoices",
3947
4734
  "fields": null,
3948
4735
  "inputFields": [
3949
4736
  {
3950
- "name": "id",
3951
- "description": null,
4737
+ "name": "clientMutationId",
4738
+ "description": "A unique identifier for the client performing the mutation.",
3952
4739
  "type": {
3953
- "kind": "NON_NULL",
3954
- "name": null,
3955
- "ofType": {
3956
- "kind": "SCALAR",
3957
- "name": "ID",
3958
- "ofType": null
3959
- }
4740
+ "kind": "SCALAR",
4741
+ "name": "String",
4742
+ "ofType": null
3960
4743
  },
3961
4744
  "defaultValue": null,
3962
4745
  "isDeprecated": false,
3963
4746
  "deprecationReason": null
3964
4747
  },
3965
4748
  {
3966
- "name": "clientMutationId",
3967
- "description": "A unique identifier for the client performing the mutation.",
4749
+ "name": "ids",
4750
+ "description": null,
3968
4751
  "type": {
3969
- "kind": "SCALAR",
3970
- "name": "String",
3971
- "ofType": null
4752
+ "kind": "NON_NULL",
4753
+ "name": null,
4754
+ "ofType": {
4755
+ "kind": "LIST",
4756
+ "name": null,
4757
+ "ofType": {
4758
+ "kind": "NON_NULL",
4759
+ "name": null,
4760
+ "ofType": {
4761
+ "kind": "SCALAR",
4762
+ "name": "ID",
4763
+ "ofType": null
4764
+ }
4765
+ }
4766
+ }
3972
4767
  },
3973
4768
  "defaultValue": null,
3974
4769
  "isDeprecated": false,
@@ -3981,8 +4776,8 @@
3981
4776
  },
3982
4777
  {
3983
4778
  "kind": "OBJECT",
3984
- "name": "SubmitInvoicePayload",
3985
- "description": "Autogenerated return type of SubmitInvoice",
4779
+ "name": "SubmitInvoicesPayload",
4780
+ "description": "Autogenerated return type of SubmitInvoices.",
3986
4781
  "fields": [
3987
4782
  {
3988
4783
  "name": "clientMutationId",
@@ -4025,15 +4820,23 @@
4025
4820
  "deprecationReason": null
4026
4821
  },
4027
4822
  {
4028
- "name": "invoice",
4823
+ "name": "invoices",
4029
4824
  "description": null,
4030
4825
  "args": [
4031
4826
 
4032
4827
  ],
4033
4828
  "type": {
4034
- "kind": "OBJECT",
4035
- "name": "Invoice",
4036
- "ofType": null
4829
+ "kind": "LIST",
4830
+ "name": null,
4831
+ "ofType": {
4832
+ "kind": "NON_NULL",
4833
+ "name": null,
4834
+ "ofType": {
4835
+ "kind": "OBJECT",
4836
+ "name": "Invoice",
4837
+ "ofType": null
4838
+ }
4839
+ }
4037
4840
  },
4038
4841
  "isDeprecated": false,
4039
4842
  "deprecationReason": null
@@ -4191,6 +4994,18 @@
4191
4994
  "defaultValue": null,
4192
4995
  "isDeprecated": false,
4193
4996
  "deprecationReason": null
4997
+ },
4998
+ {
4999
+ "name": "nationalRegisterCheck",
5000
+ "description": null,
5001
+ "type": {
5002
+ "kind": "SCALAR",
5003
+ "name": "Boolean",
5004
+ "ofType": null
5005
+ },
5006
+ "defaultValue": null,
5007
+ "isDeprecated": false,
5008
+ "deprecationReason": null
4194
5009
  }
4195
5010
  ],
4196
5011
  "interfaces": null,
@@ -4203,6 +5018,18 @@
4203
5018
  "description": "Autogenerated input type of UpdateClient",
4204
5019
  "fields": null,
4205
5020
  "inputFields": [
5021
+ {
5022
+ "name": "clientMutationId",
5023
+ "description": "A unique identifier for the client performing the mutation.",
5024
+ "type": {
5025
+ "kind": "SCALAR",
5026
+ "name": "String",
5027
+ "ofType": null
5028
+ },
5029
+ "defaultValue": null,
5030
+ "isDeprecated": false,
5031
+ "deprecationReason": null
5032
+ },
4206
5033
  {
4207
5034
  "name": "id",
4208
5035
  "description": null,
@@ -4234,18 +5061,6 @@
4234
5061
  "defaultValue": null,
4235
5062
  "isDeprecated": false,
4236
5063
  "deprecationReason": null
4237
- },
4238
- {
4239
- "name": "clientMutationId",
4240
- "description": "A unique identifier for the client performing the mutation.",
4241
- "type": {
4242
- "kind": "SCALAR",
4243
- "name": "String",
4244
- "ofType": null
4245
- },
4246
- "defaultValue": null,
4247
- "isDeprecated": false,
4248
- "deprecationReason": null
4249
5064
  }
4250
5065
  ],
4251
5066
  "interfaces": null,
@@ -4255,7 +5070,7 @@
4255
5070
  {
4256
5071
  "kind": "OBJECT",
4257
5072
  "name": "UpdateClientPayload",
4258
- "description": "Autogenerated return type of UpdateClient",
5073
+ "description": "Autogenerated return type of UpdateClient.",
4259
5074
  "fields": [
4260
5075
  {
4261
5076
  "name": "client",
@@ -4319,87 +5134,6 @@
4319
5134
  "enumValues": null,
4320
5135
  "possibleTypes": null
4321
5136
  },
4322
- {
4323
- "kind": "OBJECT",
4324
- "name": "UserInfo",
4325
- "description": null,
4326
- "fields": [
4327
- {
4328
- "name": "email",
4329
- "description": null,
4330
- "args": [
4331
-
4332
- ],
4333
- "type": {
4334
- "kind": "NON_NULL",
4335
- "name": null,
4336
- "ofType": {
4337
- "kind": "SCALAR",
4338
- "name": "String",
4339
- "ofType": null
4340
- }
4341
- },
4342
- "isDeprecated": false,
4343
- "deprecationReason": null
4344
- },
4345
- {
4346
- "name": "firstName",
4347
- "description": null,
4348
- "args": [
4349
-
4350
- ],
4351
- "type": {
4352
- "kind": "SCALAR",
4353
- "name": "String",
4354
- "ofType": null
4355
- },
4356
- "isDeprecated": false,
4357
- "deprecationReason": null
4358
- },
4359
- {
4360
- "name": "id",
4361
- "description": null,
4362
- "args": [
4363
-
4364
- ],
4365
- "type": {
4366
- "kind": "NON_NULL",
4367
- "name": null,
4368
- "ofType": {
4369
- "kind": "SCALAR",
4370
- "name": "ID",
4371
- "ofType": null
4372
- }
4373
- },
4374
- "isDeprecated": false,
4375
- "deprecationReason": null
4376
- },
4377
- {
4378
- "name": "lastName",
4379
- "description": null,
4380
- "args": [
4381
-
4382
- ],
4383
- "type": {
4384
- "kind": "SCALAR",
4385
- "name": "String",
4386
- "ofType": null
4387
- },
4388
- "isDeprecated": false,
4389
- "deprecationReason": null
4390
- }
4391
- ],
4392
- "inputFields": null,
4393
- "interfaces": [
4394
- {
4395
- "kind": "INTERFACE",
4396
- "name": "Node",
4397
- "ofType": null
4398
- }
4399
- ],
4400
- "enumValues": null,
4401
- "possibleTypes": null
4402
- },
4403
5137
  {
4404
5138
  "kind": "OBJECT",
4405
5139
  "name": "__Directive",
@@ -4456,6 +5190,20 @@
4456
5190
  "isDeprecated": false,
4457
5191
  "deprecationReason": null
4458
5192
  },
5193
+ {
5194
+ "name": "isRepeatable",
5195
+ "description": null,
5196
+ "args": [
5197
+
5198
+ ],
5199
+ "type": {
5200
+ "kind": "SCALAR",
5201
+ "name": "Boolean",
5202
+ "ofType": null
5203
+ },
5204
+ "isDeprecated": false,
5205
+ "deprecationReason": null
5206
+ },
4459
5207
  {
4460
5208
  "name": "locations",
4461
5209
  "description": null,
@@ -4677,6 +5425,12 @@
4677
5425
  "description": "Location adjacent to an input object field definition.",
4678
5426
  "isDeprecated": false,
4679
5427
  "deprecationReason": null
5428
+ },
5429
+ {
5430
+ "name": "VARIABLE_DEFINITION",
5431
+ "description": "Location adjacent to a variable definition.",
5432
+ "isDeprecated": false,
5433
+ "deprecationReason": null
4680
5434
  }
4681
5435
  ],
4682
5436
  "possibleTypes": null
@@ -5004,6 +5758,20 @@
5004
5758
  "name": "__Schema",
5005
5759
  "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
5006
5760
  "fields": [
5761
+ {
5762
+ "name": "description",
5763
+ "description": null,
5764
+ "args": [
5765
+
5766
+ ],
5767
+ "type": {
5768
+ "kind": "SCALAR",
5769
+ "name": "String",
5770
+ "ofType": null
5771
+ },
5772
+ "isDeprecated": false,
5773
+ "deprecationReason": null
5774
+ },
5007
5775
  {
5008
5776
  "name": "directives",
5009
5777
  "description": "A list of all directives supported by this server.",
@@ -5317,6 +6085,20 @@
5317
6085
  },
5318
6086
  "isDeprecated": false,
5319
6087
  "deprecationReason": null
6088
+ },
6089
+ {
6090
+ "name": "specifiedByUrl",
6091
+ "description": null,
6092
+ "args": [
6093
+
6094
+ ],
6095
+ "type": {
6096
+ "kind": "SCALAR",
6097
+ "name": "String",
6098
+ "ofType": null
6099
+ },
6100
+ "isDeprecated": false,
6101
+ "deprecationReason": null
5320
6102
  }
5321
6103
  ],
5322
6104
  "inputFields": null,
@@ -5464,6 +6246,16 @@
5464
6246
  "deprecationReason": null
5465
6247
  }
5466
6248
  ]
6249
+ },
6250
+ {
6251
+ "name": "oneOf",
6252
+ "description": "Requires that exactly one field must be supplied and that field must not be `null`.",
6253
+ "locations": [
6254
+ "INPUT_OBJECT"
6255
+ ],
6256
+ "args": [
6257
+
6258
+ ]
5467
6259
  }
5468
6260
  ]
5469
6261
  }