INPUT_OBJECT

CustomFeaturesInput

Features that can be set on a company. See CompanyFeatures type for full descriptions.

link GraphQL Schema definition

1input CustomFeaturesInput {
3
2numLicenses: Int
5
4maxConcurrentPrescreenSessions: Int
7
6atsIntegration: Boolean
9
8apiIntegration: Boolean
11
10sso: Boolean
13
12scim: Boolean
15
14proctoringRecordAllSessions: Boolean
17
16aiAssistant: Boolean
19
18candidateMfa: Boolean
21
20taskSets: [String]
22}