mutation userCurrentLocale($locale: String!) { userCurrentLocale(locale: $locale) { success errors { ...errors } } }