Code0 LogoCode0

applicationSettingsUpdate

Update application settings.

Arguments

NameTypeDescription
adminStatusVisibleBooleanSet if admin status can be queried by non-administrators.
clientMutationIdStringA unique identifier for the client performing the mutation.
identityProviders[IdentityProviderInput!]Set the list of configured identity providers.
legalNoticeUrlStringSet the URL to the legal notice page.
organizationCreationRestrictedBooleanSet if organization creation is restricted to administrators.
privacyUrlStringSet the URL to the privacy policy page.
termsAndConditionsUrlStringSet the URL to the terms and conditions page.
userRegistrationEnabledBooleanSet if user registration is enabled.

Fields

NameTypeDescription
applicationSettingsApplicationSettingsThe updated application settings.
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.

On this page