type SystemSettingsQueryOutput { data: [SystemSetting] error: SystemSettingsQueryOutputError } type Query { systemSettings: SystemSettingsQueryOutput! }