Skip to main content

TenantSettings

Tenant-level configuration exposed to the frontend. All values reflect the current authenticated tenant's settings.

type TenantSettings {
language: Language!
timezone: String!
}

Fields

TenantSettings.language ● Language! non-null enum

Display language configured for this tenant.

TenantSettings.timezone ● String! non-null scalar

IANA timezone identifier for this tenant (e.g. "Europe/Berlin", "Asia/Bangkok"). All dates and times in the UI should be interpreted in this timezone.

Returned By

tenantSettings query