SettingsInput
No description
input SettingsInput {
auth_loginMethods: [LoginMethodInput!]
auth_mfaMethods: [MfaMethodInput!]
auth_mfaPolicy: MfaPolicyInput
auth_postLoginSteps: [JSONObject!]
manager_fallback: ManagerFallbackInput
}
Fields
SettingsInput.auth_loginMethods ● [LoginMethodInput!] list input
SettingsInput.auth_mfaMethods ● [MfaMethodInput!] list input
SettingsInput.auth_mfaPolicy ● MfaPolicyInput input
SettingsInput.auth_postLoginSteps ● [JSONObject!] list scalar
SettingsInput.manager_fallback ● ManagerFallbackInput input
Member Of
updateSettings mutation