Skip to main content

GlobalSettingsService

Contains methods relating to the GlobalSettings entity.

Signature

constructor

method(connection: TransactionalConnection, configService: ConfigService, customFieldRelationService: CustomFieldRelationService, eventBus: EventBus, requestCache: RequestContextCacheService) => GlobalSettingsService

getSettings

method(ctx: RequestContext) => Promise<GlobalSettings>

Returns the GlobalSettings entity.

updateSettings

method(ctx: RequestContext, input: UpdateGlobalSettingsInput) => Promise<GlobalSettings>
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page