« get me outta code hell

linkArtist.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/linkArtist.js
blob: 917ae6b67b99a8084a2e8c33a80ec4baae7104dc (plain)
1
2
3
4
5
6
export default {
  relations: (relation, artist) =>
    ({link: relation('linkThing', 'localized.artist', artist)}),

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