OBJECT

PerformanceRightsOrganization

A performance rights organization object

link GraphQL Schema definition

  • type PerformanceRightsOrganization {
  • # The numeric code representing this Performance Rights Organization
  • code: String!
  • # The country for this Performance Rights Organization
  • country: String!
  • id: ID!
  • # The society name for this Performance Rights Organization
  • society: String!
  • }