Code0 LogoCodeZero

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.
runtimeMaxHeartbeatIntervalMinutesIntSet the maximum amount of minutes a runtime is shown as connected after the last heartbeat
termsAndConditionsUrlStringSet the URL to the terms and conditions page.
userRegistrationEnabledBooleanSet if user registration is enabled.

Fields

NameTypeDescription
applicationApplicationThe whole updated application object.
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