OBJECT

Licence

link GraphQL Schema definition

  • type Licence {
  • # Creative Commons licence image
  • img: String
  • # The unique identifier for the licence type
  • licenceType: OpenAccessLicence!
  • # Creative Commons licence long description
  • longText: String
  • # Creative Commons licence short description
  • shortText: String
  • # Creative Commons licence url
  • url: URI
  • }