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