OBJECT

LicensedRight

A licensed right, showing the percentage of revenues for different product types

link GraphQL Schema definition

  • type LicensedRight {
  • # The percentage value to the author
  • authorCut: Float!
  • # The unique Consonance identifier
  • id: Int!
  • # The right that is licensed
  • rightType: String!
  • }