@pexip-engage-public/graphql 1.2.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/graphql-env.d.ts +461 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +532 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +68 -0
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +532 -0
- package/src/schema.ts +104 -0
package/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -1876,6 +1876,119 @@ declare const introspection: {
|
|
|
1876
1876
|
};
|
|
1877
1877
|
}];
|
|
1878
1878
|
readonly isOneOf: false;
|
|
1879
|
+
}, {
|
|
1880
|
+
readonly kind: "INPUT_OBJECT";
|
|
1881
|
+
readonly name: "AppointmentChartFilters";
|
|
1882
|
+
readonly inputFields: readonly [{
|
|
1883
|
+
readonly name: "appointmentStatus";
|
|
1884
|
+
readonly type: {
|
|
1885
|
+
readonly kind: "LIST";
|
|
1886
|
+
readonly ofType: {
|
|
1887
|
+
readonly kind: "NON_NULL";
|
|
1888
|
+
readonly ofType: {
|
|
1889
|
+
readonly kind: "ENUM";
|
|
1890
|
+
readonly name: "AppointmentStatus";
|
|
1891
|
+
};
|
|
1892
|
+
};
|
|
1893
|
+
};
|
|
1894
|
+
}, {
|
|
1895
|
+
readonly name: "createdByType";
|
|
1896
|
+
readonly type: {
|
|
1897
|
+
readonly kind: "LIST";
|
|
1898
|
+
readonly ofType: {
|
|
1899
|
+
readonly kind: "NON_NULL";
|
|
1900
|
+
readonly ofType: {
|
|
1901
|
+
readonly kind: "ENUM";
|
|
1902
|
+
readonly name: "UserType";
|
|
1903
|
+
};
|
|
1904
|
+
};
|
|
1905
|
+
};
|
|
1906
|
+
}, {
|
|
1907
|
+
readonly name: "createdFrom";
|
|
1908
|
+
readonly type: {
|
|
1909
|
+
readonly kind: "SCALAR";
|
|
1910
|
+
readonly name: "ISO8601";
|
|
1911
|
+
};
|
|
1912
|
+
}, {
|
|
1913
|
+
readonly name: "createdTo";
|
|
1914
|
+
readonly type: {
|
|
1915
|
+
readonly kind: "SCALAR";
|
|
1916
|
+
readonly name: "ISO8601";
|
|
1917
|
+
};
|
|
1918
|
+
}, {
|
|
1919
|
+
readonly name: "employeeId";
|
|
1920
|
+
readonly type: {
|
|
1921
|
+
readonly kind: "LIST";
|
|
1922
|
+
readonly ofType: {
|
|
1923
|
+
readonly kind: "NON_NULL";
|
|
1924
|
+
readonly ofType: {
|
|
1925
|
+
readonly kind: "SCALAR";
|
|
1926
|
+
readonly name: "ID";
|
|
1927
|
+
};
|
|
1928
|
+
};
|
|
1929
|
+
};
|
|
1930
|
+
}, {
|
|
1931
|
+
readonly name: "from";
|
|
1932
|
+
readonly type: {
|
|
1933
|
+
readonly kind: "SCALAR";
|
|
1934
|
+
readonly name: "ISO8601";
|
|
1935
|
+
};
|
|
1936
|
+
}, {
|
|
1937
|
+
readonly name: "meetingType";
|
|
1938
|
+
readonly type: {
|
|
1939
|
+
readonly kind: "LIST";
|
|
1940
|
+
readonly ofType: {
|
|
1941
|
+
readonly kind: "NON_NULL";
|
|
1942
|
+
readonly ofType: {
|
|
1943
|
+
readonly kind: "ENUM";
|
|
1944
|
+
readonly name: "MeetingType";
|
|
1945
|
+
};
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
}, {
|
|
1949
|
+
readonly name: "officeId";
|
|
1950
|
+
readonly type: {
|
|
1951
|
+
readonly kind: "LIST";
|
|
1952
|
+
readonly ofType: {
|
|
1953
|
+
readonly kind: "NON_NULL";
|
|
1954
|
+
readonly ofType: {
|
|
1955
|
+
readonly kind: "SCALAR";
|
|
1956
|
+
readonly name: "ID";
|
|
1957
|
+
};
|
|
1958
|
+
};
|
|
1959
|
+
};
|
|
1960
|
+
}, {
|
|
1961
|
+
readonly name: "subjectGroupId";
|
|
1962
|
+
readonly type: {
|
|
1963
|
+
readonly kind: "LIST";
|
|
1964
|
+
readonly ofType: {
|
|
1965
|
+
readonly kind: "NON_NULL";
|
|
1966
|
+
readonly ofType: {
|
|
1967
|
+
readonly kind: "SCALAR";
|
|
1968
|
+
readonly name: "ID";
|
|
1969
|
+
};
|
|
1970
|
+
};
|
|
1971
|
+
};
|
|
1972
|
+
}, {
|
|
1973
|
+
readonly name: "subjectId";
|
|
1974
|
+
readonly type: {
|
|
1975
|
+
readonly kind: "LIST";
|
|
1976
|
+
readonly ofType: {
|
|
1977
|
+
readonly kind: "NON_NULL";
|
|
1978
|
+
readonly ofType: {
|
|
1979
|
+
readonly kind: "SCALAR";
|
|
1980
|
+
readonly name: "ID";
|
|
1981
|
+
};
|
|
1982
|
+
};
|
|
1983
|
+
};
|
|
1984
|
+
}, {
|
|
1985
|
+
readonly name: "to";
|
|
1986
|
+
readonly type: {
|
|
1987
|
+
readonly kind: "SCALAR";
|
|
1988
|
+
readonly name: "ISO8601";
|
|
1989
|
+
};
|
|
1990
|
+
}];
|
|
1991
|
+
readonly isOneOf: false;
|
|
1879
1992
|
}, {
|
|
1880
1993
|
readonly kind: "INPUT_OBJECT";
|
|
1881
1994
|
readonly name: "AppointmentCompleteInput";
|
|
@@ -2700,6 +2813,17 @@ declare const introspection: {
|
|
|
2700
2813
|
};
|
|
2701
2814
|
readonly args: readonly [];
|
|
2702
2815
|
readonly isDeprecated: false;
|
|
2816
|
+
}, {
|
|
2817
|
+
readonly name: "appointmentId";
|
|
2818
|
+
readonly type: {
|
|
2819
|
+
readonly kind: "NON_NULL";
|
|
2820
|
+
readonly ofType: {
|
|
2821
|
+
readonly kind: "SCALAR";
|
|
2822
|
+
readonly name: "ID";
|
|
2823
|
+
};
|
|
2824
|
+
};
|
|
2825
|
+
readonly args: readonly [];
|
|
2826
|
+
readonly isDeprecated: false;
|
|
2703
2827
|
}, {
|
|
2704
2828
|
readonly name: "cancelUrl";
|
|
2705
2829
|
readonly type: {
|
|
@@ -5775,6 +5899,107 @@ declare const introspection: {
|
|
|
5775
5899
|
readonly isDeprecated: false;
|
|
5776
5900
|
}];
|
|
5777
5901
|
readonly interfaces: readonly [];
|
|
5902
|
+
}, {
|
|
5903
|
+
readonly kind: "OBJECT";
|
|
5904
|
+
readonly name: "Chart";
|
|
5905
|
+
readonly fields: readonly [{
|
|
5906
|
+
readonly name: "chartConfig";
|
|
5907
|
+
readonly type: {
|
|
5908
|
+
readonly kind: "NON_NULL";
|
|
5909
|
+
readonly ofType: {
|
|
5910
|
+
readonly kind: "SCALAR";
|
|
5911
|
+
readonly name: "JSONObject";
|
|
5912
|
+
};
|
|
5913
|
+
};
|
|
5914
|
+
readonly args: readonly [];
|
|
5915
|
+
readonly isDeprecated: false;
|
|
5916
|
+
}, {
|
|
5917
|
+
readonly name: "chartData";
|
|
5918
|
+
readonly type: {
|
|
5919
|
+
readonly kind: "NON_NULL";
|
|
5920
|
+
readonly ofType: {
|
|
5921
|
+
readonly kind: "LIST";
|
|
5922
|
+
readonly ofType: {
|
|
5923
|
+
readonly kind: "NON_NULL";
|
|
5924
|
+
readonly ofType: {
|
|
5925
|
+
readonly kind: "OBJECT";
|
|
5926
|
+
readonly name: "ChartDataItem";
|
|
5927
|
+
};
|
|
5928
|
+
};
|
|
5929
|
+
};
|
|
5930
|
+
};
|
|
5931
|
+
readonly args: readonly [];
|
|
5932
|
+
readonly isDeprecated: false;
|
|
5933
|
+
}];
|
|
5934
|
+
readonly interfaces: readonly [];
|
|
5935
|
+
}, {
|
|
5936
|
+
readonly kind: "ENUM";
|
|
5937
|
+
readonly name: "ChartConfigGroupByDatePart";
|
|
5938
|
+
readonly enumValues: readonly [{
|
|
5939
|
+
readonly name: "DAY";
|
|
5940
|
+
readonly isDeprecated: false;
|
|
5941
|
+
}, {
|
|
5942
|
+
readonly name: "DAY_OF_WEEK_NUMBER";
|
|
5943
|
+
readonly isDeprecated: false;
|
|
5944
|
+
}, {
|
|
5945
|
+
readonly name: "HOUR_NUMBER";
|
|
5946
|
+
readonly isDeprecated: false;
|
|
5947
|
+
}, {
|
|
5948
|
+
readonly name: "MONTH";
|
|
5949
|
+
readonly isDeprecated: false;
|
|
5950
|
+
}, {
|
|
5951
|
+
readonly name: "MONTH_NUMBER";
|
|
5952
|
+
readonly isDeprecated: false;
|
|
5953
|
+
}, {
|
|
5954
|
+
readonly name: "QUARTER_NUMBER";
|
|
5955
|
+
readonly isDeprecated: false;
|
|
5956
|
+
}, {
|
|
5957
|
+
readonly name: "WEEK";
|
|
5958
|
+
readonly isDeprecated: false;
|
|
5959
|
+
}, {
|
|
5960
|
+
readonly name: "WEEK_NUMBER";
|
|
5961
|
+
readonly isDeprecated: false;
|
|
5962
|
+
}, {
|
|
5963
|
+
readonly name: "YEAR";
|
|
5964
|
+
readonly isDeprecated: false;
|
|
5965
|
+
}];
|
|
5966
|
+
}, {
|
|
5967
|
+
readonly kind: "ENUM";
|
|
5968
|
+
readonly name: "ChartConfigWeekStartsOn";
|
|
5969
|
+
readonly enumValues: readonly [{
|
|
5970
|
+
readonly name: "MONDAY";
|
|
5971
|
+
readonly isDeprecated: false;
|
|
5972
|
+
}, {
|
|
5973
|
+
readonly name: "SUNDAY";
|
|
5974
|
+
readonly isDeprecated: false;
|
|
5975
|
+
}];
|
|
5976
|
+
}, {
|
|
5977
|
+
readonly kind: "OBJECT";
|
|
5978
|
+
readonly name: "ChartDataItem";
|
|
5979
|
+
readonly fields: readonly [{
|
|
5980
|
+
readonly name: "count";
|
|
5981
|
+
readonly type: {
|
|
5982
|
+
readonly kind: "NON_NULL";
|
|
5983
|
+
readonly ofType: {
|
|
5984
|
+
readonly kind: "SCALAR";
|
|
5985
|
+
readonly name: "Int";
|
|
5986
|
+
};
|
|
5987
|
+
};
|
|
5988
|
+
readonly args: readonly [];
|
|
5989
|
+
readonly isDeprecated: false;
|
|
5990
|
+
}, {
|
|
5991
|
+
readonly name: "id";
|
|
5992
|
+
readonly type: {
|
|
5993
|
+
readonly kind: "NON_NULL";
|
|
5994
|
+
readonly ofType: {
|
|
5995
|
+
readonly kind: "SCALAR";
|
|
5996
|
+
readonly name: "String";
|
|
5997
|
+
};
|
|
5998
|
+
};
|
|
5999
|
+
readonly args: readonly [];
|
|
6000
|
+
readonly isDeprecated: false;
|
|
6001
|
+
}];
|
|
6002
|
+
readonly interfaces: readonly [];
|
|
5778
6003
|
}, {
|
|
5779
6004
|
readonly kind: "OBJECT";
|
|
5780
6005
|
readonly name: "Communication";
|
|
@@ -25147,6 +25372,182 @@ declare const introspection: {
|
|
|
25147
25372
|
};
|
|
25148
25373
|
}];
|
|
25149
25374
|
readonly isDeprecated: false;
|
|
25375
|
+
}, {
|
|
25376
|
+
readonly name: "appointmentCountByCreatedAtChart";
|
|
25377
|
+
readonly type: {
|
|
25378
|
+
readonly kind: "NON_NULL";
|
|
25379
|
+
readonly ofType: {
|
|
25380
|
+
readonly kind: "OBJECT";
|
|
25381
|
+
readonly name: "Chart";
|
|
25382
|
+
};
|
|
25383
|
+
};
|
|
25384
|
+
readonly args: readonly [{
|
|
25385
|
+
readonly name: "filters";
|
|
25386
|
+
readonly type: {
|
|
25387
|
+
readonly kind: "NON_NULL";
|
|
25388
|
+
readonly ofType: {
|
|
25389
|
+
readonly kind: "INPUT_OBJECT";
|
|
25390
|
+
readonly name: "AppointmentChartFilters";
|
|
25391
|
+
};
|
|
25392
|
+
};
|
|
25393
|
+
}, {
|
|
25394
|
+
readonly name: "interval";
|
|
25395
|
+
readonly type: {
|
|
25396
|
+
readonly kind: "NON_NULL";
|
|
25397
|
+
readonly ofType: {
|
|
25398
|
+
readonly kind: "ENUM";
|
|
25399
|
+
readonly name: "ChartConfigGroupByDatePart";
|
|
25400
|
+
};
|
|
25401
|
+
};
|
|
25402
|
+
}, {
|
|
25403
|
+
readonly name: "weekStartsOn";
|
|
25404
|
+
readonly type: {
|
|
25405
|
+
readonly kind: "NON_NULL";
|
|
25406
|
+
readonly ofType: {
|
|
25407
|
+
readonly kind: "ENUM";
|
|
25408
|
+
readonly name: "ChartConfigWeekStartsOn";
|
|
25409
|
+
};
|
|
25410
|
+
};
|
|
25411
|
+
}];
|
|
25412
|
+
readonly isDeprecated: false;
|
|
25413
|
+
}, {
|
|
25414
|
+
readonly name: "appointmentCountByStartChart";
|
|
25415
|
+
readonly type: {
|
|
25416
|
+
readonly kind: "NON_NULL";
|
|
25417
|
+
readonly ofType: {
|
|
25418
|
+
readonly kind: "OBJECT";
|
|
25419
|
+
readonly name: "Chart";
|
|
25420
|
+
};
|
|
25421
|
+
};
|
|
25422
|
+
readonly args: readonly [{
|
|
25423
|
+
readonly name: "filters";
|
|
25424
|
+
readonly type: {
|
|
25425
|
+
readonly kind: "NON_NULL";
|
|
25426
|
+
readonly ofType: {
|
|
25427
|
+
readonly kind: "INPUT_OBJECT";
|
|
25428
|
+
readonly name: "AppointmentChartFilters";
|
|
25429
|
+
};
|
|
25430
|
+
};
|
|
25431
|
+
}, {
|
|
25432
|
+
readonly name: "interval";
|
|
25433
|
+
readonly type: {
|
|
25434
|
+
readonly kind: "NON_NULL";
|
|
25435
|
+
readonly ofType: {
|
|
25436
|
+
readonly kind: "ENUM";
|
|
25437
|
+
readonly name: "ChartConfigGroupByDatePart";
|
|
25438
|
+
};
|
|
25439
|
+
};
|
|
25440
|
+
}, {
|
|
25441
|
+
readonly name: "weekStartsOn";
|
|
25442
|
+
readonly type: {
|
|
25443
|
+
readonly kind: "NON_NULL";
|
|
25444
|
+
readonly ofType: {
|
|
25445
|
+
readonly kind: "ENUM";
|
|
25446
|
+
readonly name: "ChartConfigWeekStartsOn";
|
|
25447
|
+
};
|
|
25448
|
+
};
|
|
25449
|
+
}];
|
|
25450
|
+
readonly isDeprecated: false;
|
|
25451
|
+
}, {
|
|
25452
|
+
readonly name: "appointmentCountChart";
|
|
25453
|
+
readonly type: {
|
|
25454
|
+
readonly kind: "NON_NULL";
|
|
25455
|
+
readonly ofType: {
|
|
25456
|
+
readonly kind: "OBJECT";
|
|
25457
|
+
readonly name: "Chart";
|
|
25458
|
+
};
|
|
25459
|
+
};
|
|
25460
|
+
readonly args: readonly [{
|
|
25461
|
+
readonly name: "filters";
|
|
25462
|
+
readonly type: {
|
|
25463
|
+
readonly kind: "NON_NULL";
|
|
25464
|
+
readonly ofType: {
|
|
25465
|
+
readonly kind: "INPUT_OBJECT";
|
|
25466
|
+
readonly name: "AppointmentChartFilters";
|
|
25467
|
+
};
|
|
25468
|
+
};
|
|
25469
|
+
}];
|
|
25470
|
+
readonly isDeprecated: false;
|
|
25471
|
+
}, {
|
|
25472
|
+
readonly name: "appointmentCreatedByTypeChart";
|
|
25473
|
+
readonly type: {
|
|
25474
|
+
readonly kind: "NON_NULL";
|
|
25475
|
+
readonly ofType: {
|
|
25476
|
+
readonly kind: "OBJECT";
|
|
25477
|
+
readonly name: "Chart";
|
|
25478
|
+
};
|
|
25479
|
+
};
|
|
25480
|
+
readonly args: readonly [{
|
|
25481
|
+
readonly name: "filters";
|
|
25482
|
+
readonly type: {
|
|
25483
|
+
readonly kind: "NON_NULL";
|
|
25484
|
+
readonly ofType: {
|
|
25485
|
+
readonly kind: "INPUT_OBJECT";
|
|
25486
|
+
readonly name: "AppointmentChartFilters";
|
|
25487
|
+
};
|
|
25488
|
+
};
|
|
25489
|
+
}];
|
|
25490
|
+
readonly isDeprecated: false;
|
|
25491
|
+
}, {
|
|
25492
|
+
readonly name: "appointmentCustomerCountChart";
|
|
25493
|
+
readonly type: {
|
|
25494
|
+
readonly kind: "NON_NULL";
|
|
25495
|
+
readonly ofType: {
|
|
25496
|
+
readonly kind: "OBJECT";
|
|
25497
|
+
readonly name: "Chart";
|
|
25498
|
+
};
|
|
25499
|
+
};
|
|
25500
|
+
readonly args: readonly [{
|
|
25501
|
+
readonly name: "filters";
|
|
25502
|
+
readonly type: {
|
|
25503
|
+
readonly kind: "NON_NULL";
|
|
25504
|
+
readonly ofType: {
|
|
25505
|
+
readonly kind: "INPUT_OBJECT";
|
|
25506
|
+
readonly name: "AppointmentChartFilters";
|
|
25507
|
+
};
|
|
25508
|
+
};
|
|
25509
|
+
}];
|
|
25510
|
+
readonly isDeprecated: false;
|
|
25511
|
+
}, {
|
|
25512
|
+
readonly name: "appointmentMeetingTypeChart";
|
|
25513
|
+
readonly type: {
|
|
25514
|
+
readonly kind: "NON_NULL";
|
|
25515
|
+
readonly ofType: {
|
|
25516
|
+
readonly kind: "OBJECT";
|
|
25517
|
+
readonly name: "Chart";
|
|
25518
|
+
};
|
|
25519
|
+
};
|
|
25520
|
+
readonly args: readonly [{
|
|
25521
|
+
readonly name: "filters";
|
|
25522
|
+
readonly type: {
|
|
25523
|
+
readonly kind: "NON_NULL";
|
|
25524
|
+
readonly ofType: {
|
|
25525
|
+
readonly kind: "INPUT_OBJECT";
|
|
25526
|
+
readonly name: "AppointmentChartFilters";
|
|
25527
|
+
};
|
|
25528
|
+
};
|
|
25529
|
+
}];
|
|
25530
|
+
readonly isDeprecated: false;
|
|
25531
|
+
}, {
|
|
25532
|
+
readonly name: "appointmentOfficeChart";
|
|
25533
|
+
readonly type: {
|
|
25534
|
+
readonly kind: "NON_NULL";
|
|
25535
|
+
readonly ofType: {
|
|
25536
|
+
readonly kind: "OBJECT";
|
|
25537
|
+
readonly name: "Chart";
|
|
25538
|
+
};
|
|
25539
|
+
};
|
|
25540
|
+
readonly args: readonly [{
|
|
25541
|
+
readonly name: "filters";
|
|
25542
|
+
readonly type: {
|
|
25543
|
+
readonly kind: "NON_NULL";
|
|
25544
|
+
readonly ofType: {
|
|
25545
|
+
readonly kind: "INPUT_OBJECT";
|
|
25546
|
+
readonly name: "AppointmentChartFilters";
|
|
25547
|
+
};
|
|
25548
|
+
};
|
|
25549
|
+
}];
|
|
25550
|
+
readonly isDeprecated: false;
|
|
25150
25551
|
}, {
|
|
25151
25552
|
readonly name: "appointmentParticipant";
|
|
25152
25553
|
readonly type: {
|
|
@@ -25167,6 +25568,66 @@ declare const introspection: {
|
|
|
25167
25568
|
};
|
|
25168
25569
|
}];
|
|
25169
25570
|
readonly isDeprecated: false;
|
|
25571
|
+
}, {
|
|
25572
|
+
readonly name: "appointmentStatusChart";
|
|
25573
|
+
readonly type: {
|
|
25574
|
+
readonly kind: "NON_NULL";
|
|
25575
|
+
readonly ofType: {
|
|
25576
|
+
readonly kind: "OBJECT";
|
|
25577
|
+
readonly name: "Chart";
|
|
25578
|
+
};
|
|
25579
|
+
};
|
|
25580
|
+
readonly args: readonly [{
|
|
25581
|
+
readonly name: "filters";
|
|
25582
|
+
readonly type: {
|
|
25583
|
+
readonly kind: "NON_NULL";
|
|
25584
|
+
readonly ofType: {
|
|
25585
|
+
readonly kind: "INPUT_OBJECT";
|
|
25586
|
+
readonly name: "AppointmentChartFilters";
|
|
25587
|
+
};
|
|
25588
|
+
};
|
|
25589
|
+
}];
|
|
25590
|
+
readonly isDeprecated: false;
|
|
25591
|
+
}, {
|
|
25592
|
+
readonly name: "appointmentSubjectChart";
|
|
25593
|
+
readonly type: {
|
|
25594
|
+
readonly kind: "NON_NULL";
|
|
25595
|
+
readonly ofType: {
|
|
25596
|
+
readonly kind: "OBJECT";
|
|
25597
|
+
readonly name: "Chart";
|
|
25598
|
+
};
|
|
25599
|
+
};
|
|
25600
|
+
readonly args: readonly [{
|
|
25601
|
+
readonly name: "filters";
|
|
25602
|
+
readonly type: {
|
|
25603
|
+
readonly kind: "NON_NULL";
|
|
25604
|
+
readonly ofType: {
|
|
25605
|
+
readonly kind: "INPUT_OBJECT";
|
|
25606
|
+
readonly name: "AppointmentChartFilters";
|
|
25607
|
+
};
|
|
25608
|
+
};
|
|
25609
|
+
}];
|
|
25610
|
+
readonly isDeprecated: false;
|
|
25611
|
+
}, {
|
|
25612
|
+
readonly name: "appointmentSubjectGroupChart";
|
|
25613
|
+
readonly type: {
|
|
25614
|
+
readonly kind: "NON_NULL";
|
|
25615
|
+
readonly ofType: {
|
|
25616
|
+
readonly kind: "OBJECT";
|
|
25617
|
+
readonly name: "Chart";
|
|
25618
|
+
};
|
|
25619
|
+
};
|
|
25620
|
+
readonly args: readonly [{
|
|
25621
|
+
readonly name: "filters";
|
|
25622
|
+
readonly type: {
|
|
25623
|
+
readonly kind: "NON_NULL";
|
|
25624
|
+
readonly ofType: {
|
|
25625
|
+
readonly kind: "INPUT_OBJECT";
|
|
25626
|
+
readonly name: "AppointmentChartFilters";
|
|
25627
|
+
};
|
|
25628
|
+
};
|
|
25629
|
+
}];
|
|
25630
|
+
readonly isDeprecated: false;
|
|
25170
25631
|
}, {
|
|
25171
25632
|
readonly name: "appointmentUnavailabilityForEmployee";
|
|
25172
25633
|
readonly type: {
|