Skip to content

Instantly share code, notes, and snippets.

View DmitryMasley's full-sized avatar

Dmytro Masliei DmitryMasley

View GitHub Profile
type Locale {
localeId: String!
description: String!
}
type LocalePair {
targetLocaleId: String!
sourceLocaleId: String!
}