applicationSettingsUpdate
Update application settings.
Arguments
| Name | Type | Description |
|---|---|---|
adminStatusVisible | Boolean | Set if admin status can be queried by non-administrators. |
clientMutationId | String | A unique identifier for the client performing the mutation. |
identityProviders | [IdentityProviderInput!] | Set the list of configured identity providers. |
legalNoticeUrl | String | Set the URL to the legal notice page. |
organizationCreationRestricted | Boolean | Set if organization creation is restricted to administrators. |
privacyUrl | String | Set the URL to the privacy policy page. |
termsAndConditionsUrl | String | Set the URL to the terms and conditions page. |
userRegistrationEnabled | Boolean | Set if user registration is enabled. |
Fields
| Name | Type | Description |
|---|---|---|
applicationSettings | ApplicationSettings | The updated application settings. |
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |