OBJECT
Translation
1type Translation { 2created_at: JSONDate! 3id: ID! 4key: String! 5locale: String! 6updated_at: JSONDate! 7value: String! 8}