OBJECT

LicenceLink

link GraphQL Schema definition

  • type LicenceLink {
  • # the fairsharing_record linked via this licence_link
  • fairsharingRecord: FairsharingRecord!
  • # id
  • id: Int!
  • # the licence linked via this licence_link
  • licence: Licence!
  • # the relation between fairsharing_record and licence
  • relation: String!
  • }