OrganizationSetting
Organization settings define custom settings for an organization.
type OrganizationSetting {
showUserPerformance: Boolean!
_: Boolean
}
Fields
OrganizationSetting.showUserPerformance
● Boolean!
non-null scalar
Determines whether the performance tab should be displayed in the project analytics or not
OrganizationSetting._
● Boolean
scalar
Member Of
Organization
object ● UpdateOrganizationSettingsPayload
object