« get me outta code hell

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

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