« get me outta code hell

linkGroup.js « dependencies « content « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkGroup.js
blob: 10bec2fbc5fd013c2142192ceaebc205dba08df7 (plain)
1
2
3
4
5
6
export default {
  relations: (relation, group) =>
    ({link: relation('linkThing', 'localized.groupInfo', group)}),

  generate: (relations) => relations.link,
};