« get me outta code hell
1 2 3 4 5 6
export default { relations: (relation, newsEntry) => ({link: relation('linkThing', 'localized.newsEntry', newsEntry)}), generate: (relations) => relations.link, };