@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/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -11806,6 +11806,39 @@ declare const introspection: {
|
|
|
11806
11806
|
};
|
|
11807
11807
|
}];
|
|
11808
11808
|
readonly isOneOf: false;
|
|
11809
|
+
}, {
|
|
11810
|
+
readonly kind: "OBJECT";
|
|
11811
|
+
readonly name: "EmployeeRank";
|
|
11812
|
+
readonly fields: readonly [{
|
|
11813
|
+
readonly name: "employeeIds";
|
|
11814
|
+
readonly type: {
|
|
11815
|
+
readonly kind: "NON_NULL";
|
|
11816
|
+
readonly ofType: {
|
|
11817
|
+
readonly kind: "LIST";
|
|
11818
|
+
readonly ofType: {
|
|
11819
|
+
readonly kind: "NON_NULL";
|
|
11820
|
+
readonly ofType: {
|
|
11821
|
+
readonly kind: "SCALAR";
|
|
11822
|
+
readonly name: "ID";
|
|
11823
|
+
};
|
|
11824
|
+
};
|
|
11825
|
+
};
|
|
11826
|
+
};
|
|
11827
|
+
readonly args: readonly [];
|
|
11828
|
+
readonly isDeprecated: false;
|
|
11829
|
+
}, {
|
|
11830
|
+
readonly name: "rank";
|
|
11831
|
+
readonly type: {
|
|
11832
|
+
readonly kind: "NON_NULL";
|
|
11833
|
+
readonly ofType: {
|
|
11834
|
+
readonly kind: "SCALAR";
|
|
11835
|
+
readonly name: "Int";
|
|
11836
|
+
};
|
|
11837
|
+
};
|
|
11838
|
+
readonly args: readonly [];
|
|
11839
|
+
readonly isDeprecated: false;
|
|
11840
|
+
}];
|
|
11841
|
+
readonly interfaces: readonly [];
|
|
11809
11842
|
}, {
|
|
11810
11843
|
readonly kind: "ENUM";
|
|
11811
11844
|
readonly name: "EmployeeRole";
|
|
@@ -30224,6 +30257,62 @@ declare const introspection: {
|
|
|
30224
30257
|
};
|
|
30225
30258
|
}];
|
|
30226
30259
|
readonly isDeprecated: false;
|
|
30260
|
+
}, {
|
|
30261
|
+
readonly name: "employeeRanks";
|
|
30262
|
+
readonly type: {
|
|
30263
|
+
readonly kind: "NON_NULL";
|
|
30264
|
+
readonly ofType: {
|
|
30265
|
+
readonly kind: "LIST";
|
|
30266
|
+
readonly ofType: {
|
|
30267
|
+
readonly kind: "NON_NULL";
|
|
30268
|
+
readonly ofType: {
|
|
30269
|
+
readonly kind: "OBJECT";
|
|
30270
|
+
readonly name: "EmployeeRank";
|
|
30271
|
+
};
|
|
30272
|
+
};
|
|
30273
|
+
};
|
|
30274
|
+
};
|
|
30275
|
+
readonly args: readonly [{
|
|
30276
|
+
readonly name: "employeeId";
|
|
30277
|
+
readonly type: {
|
|
30278
|
+
readonly kind: "LIST";
|
|
30279
|
+
readonly ofType: {
|
|
30280
|
+
readonly kind: "NON_NULL";
|
|
30281
|
+
readonly ofType: {
|
|
30282
|
+
readonly kind: "SCALAR";
|
|
30283
|
+
readonly name: "ID";
|
|
30284
|
+
};
|
|
30285
|
+
};
|
|
30286
|
+
};
|
|
30287
|
+
}, {
|
|
30288
|
+
readonly name: "meetingType";
|
|
30289
|
+
readonly type: {
|
|
30290
|
+
readonly kind: "NON_NULL";
|
|
30291
|
+
readonly ofType: {
|
|
30292
|
+
readonly kind: "ENUM";
|
|
30293
|
+
readonly name: "MeetingType";
|
|
30294
|
+
};
|
|
30295
|
+
};
|
|
30296
|
+
}, {
|
|
30297
|
+
readonly name: "officeId";
|
|
30298
|
+
readonly type: {
|
|
30299
|
+
readonly kind: "NON_NULL";
|
|
30300
|
+
readonly ofType: {
|
|
30301
|
+
readonly kind: "SCALAR";
|
|
30302
|
+
readonly name: "ID";
|
|
30303
|
+
};
|
|
30304
|
+
};
|
|
30305
|
+
}, {
|
|
30306
|
+
readonly name: "subjectId";
|
|
30307
|
+
readonly type: {
|
|
30308
|
+
readonly kind: "NON_NULL";
|
|
30309
|
+
readonly ofType: {
|
|
30310
|
+
readonly kind: "SCALAR";
|
|
30311
|
+
readonly name: "ID";
|
|
30312
|
+
};
|
|
30313
|
+
};
|
|
30314
|
+
}];
|
|
30315
|
+
readonly isDeprecated: false;
|
|
30227
30316
|
}, {
|
|
30228
30317
|
readonly name: "employees";
|
|
30229
30318
|
readonly type: {
|