@pexip-engage-public/graphql 1.8.0 → 1.8.1
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 +6 -0
- package/dist/graphql-env.d.ts +89 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +99 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +11 -0
- package/dist/schema.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +99 -0
- package/src/schema.ts +14 -0
package/dist/graphql-env.js
CHANGED
|
@@ -13425,6 +13425,43 @@ const introspection = {
|
|
|
13425
13425
|
],
|
|
13426
13426
|
"isOneOf": false
|
|
13427
13427
|
},
|
|
13428
|
+
{
|
|
13429
|
+
"kind": "OBJECT",
|
|
13430
|
+
"name": "EmployeeRank",
|
|
13431
|
+
"fields": [
|
|
13432
|
+
{
|
|
13433
|
+
"name": "employeeIds",
|
|
13434
|
+
"type": {
|
|
13435
|
+
"kind": "NON_NULL",
|
|
13436
|
+
"ofType": {
|
|
13437
|
+
"kind": "LIST",
|
|
13438
|
+
"ofType": {
|
|
13439
|
+
"kind": "NON_NULL",
|
|
13440
|
+
"ofType": {
|
|
13441
|
+
"kind": "SCALAR",
|
|
13442
|
+
"name": "ID"
|
|
13443
|
+
}
|
|
13444
|
+
}
|
|
13445
|
+
}
|
|
13446
|
+
},
|
|
13447
|
+
"args": [],
|
|
13448
|
+
"isDeprecated": false
|
|
13449
|
+
},
|
|
13450
|
+
{
|
|
13451
|
+
"name": "rank",
|
|
13452
|
+
"type": {
|
|
13453
|
+
"kind": "NON_NULL",
|
|
13454
|
+
"ofType": {
|
|
13455
|
+
"kind": "SCALAR",
|
|
13456
|
+
"name": "Int"
|
|
13457
|
+
}
|
|
13458
|
+
},
|
|
13459
|
+
"args": [],
|
|
13460
|
+
"isDeprecated": false
|
|
13461
|
+
}
|
|
13462
|
+
],
|
|
13463
|
+
"interfaces": []
|
|
13464
|
+
},
|
|
13428
13465
|
{
|
|
13429
13466
|
"kind": "ENUM",
|
|
13430
13467
|
"name": "EmployeeRole",
|
|
@@ -34337,6 +34374,68 @@ const introspection = {
|
|
|
34337
34374
|
],
|
|
34338
34375
|
"isDeprecated": false
|
|
34339
34376
|
},
|
|
34377
|
+
{
|
|
34378
|
+
"name": "employeeRanks",
|
|
34379
|
+
"type": {
|
|
34380
|
+
"kind": "NON_NULL",
|
|
34381
|
+
"ofType": {
|
|
34382
|
+
"kind": "LIST",
|
|
34383
|
+
"ofType": {
|
|
34384
|
+
"kind": "NON_NULL",
|
|
34385
|
+
"ofType": {
|
|
34386
|
+
"kind": "OBJECT",
|
|
34387
|
+
"name": "EmployeeRank"
|
|
34388
|
+
}
|
|
34389
|
+
}
|
|
34390
|
+
}
|
|
34391
|
+
},
|
|
34392
|
+
"args": [
|
|
34393
|
+
{
|
|
34394
|
+
"name": "employeeId",
|
|
34395
|
+
"type": {
|
|
34396
|
+
"kind": "LIST",
|
|
34397
|
+
"ofType": {
|
|
34398
|
+
"kind": "NON_NULL",
|
|
34399
|
+
"ofType": {
|
|
34400
|
+
"kind": "SCALAR",
|
|
34401
|
+
"name": "ID"
|
|
34402
|
+
}
|
|
34403
|
+
}
|
|
34404
|
+
}
|
|
34405
|
+
},
|
|
34406
|
+
{
|
|
34407
|
+
"name": "meetingType",
|
|
34408
|
+
"type": {
|
|
34409
|
+
"kind": "NON_NULL",
|
|
34410
|
+
"ofType": {
|
|
34411
|
+
"kind": "ENUM",
|
|
34412
|
+
"name": "MeetingType"
|
|
34413
|
+
}
|
|
34414
|
+
}
|
|
34415
|
+
},
|
|
34416
|
+
{
|
|
34417
|
+
"name": "officeId",
|
|
34418
|
+
"type": {
|
|
34419
|
+
"kind": "NON_NULL",
|
|
34420
|
+
"ofType": {
|
|
34421
|
+
"kind": "SCALAR",
|
|
34422
|
+
"name": "ID"
|
|
34423
|
+
}
|
|
34424
|
+
}
|
|
34425
|
+
},
|
|
34426
|
+
{
|
|
34427
|
+
"name": "subjectId",
|
|
34428
|
+
"type": {
|
|
34429
|
+
"kind": "NON_NULL",
|
|
34430
|
+
"ofType": {
|
|
34431
|
+
"kind": "SCALAR",
|
|
34432
|
+
"name": "ID"
|
|
34433
|
+
}
|
|
34434
|
+
}
|
|
34435
|
+
}
|
|
34436
|
+
],
|
|
34437
|
+
"isDeprecated": false
|
|
34438
|
+
},
|
|
34340
34439
|
{
|
|
34341
34440
|
"name": "employees",
|
|
34342
34441
|
"type": {
|