GlobalSettingsService
Contains methods relating to the GlobalSettings entity.
getSettings
method
(ctx: RequestContext) => Promise<GlobalSettings>Returns the GlobalSettings entity.
updateSettings
method
(ctx: RequestContext, input: UpdateGlobalSettingsInput) => Promise<GlobalSettings>Was this chapter helpful?