« get me outta code hell

linkAlbumReferencedArtworks.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/linkAlbumReferencedArtworks.js
blob: 411bd2aba665a8df847f95bcff1bc12db5ebae22 (plain)
1
2
3
4
5
6
export default {
  relations: (relation, album) =>
    ({link: relation('linkThing', 'localized.albumReferencedArtworks', album)}),

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