mutation userCurrentAppearance($theme: EnumAppearanceTheme!) { userCurrentAppearance(theme: $theme) { success errors { ...errors } } }