GlobalSettingsService
Contains methods relating to the GlobalSettings entity.
constructor
method
(connection: TransactionalConnection, configService: ConfigService, customFieldRelationService: CustomFieldRelationService, eventBus: EventBus, requestCache: RequestContextCacheService) => GlobalSettingsServicegetSettings
method
(ctx: RequestContext) => Promise<GlobalSettings>Returns the GlobalSettings entity.
updateSettings
method
(ctx: RequestContext, input: UpdateGlobalSettingsInput) => Promise<GlobalSettings>Was this chapter helpful?