OBJECT
LicenceLink
link GraphQL Schema definition
- type LicenceLink {
- # the fairsharing_record linked via this licence_link
- : FairsharingRecord!
- # id
- : Int!
- # the licence linked via this licence_link
- : Licence!
- # the relation between fairsharing_record and licence
- : String!
- }