"General information about the site" type SiteInfo { "Whether or not the initial setup wizard should be shown" initialSetup: Boolean! "Whether or not face detection is enabled and working" faceDetectionEnabled: Boolean! "How often automatic scans should be initiated in seconds" periodicScanInterval: Int! @isAdmin "How many max concurrent scanner jobs that should run at once" concurrentWorkers: Int! @isAdmin } extend type Query { siteInfo: SiteInfo! }