OBJECT

Right

An artist's media metadata's right

link GraphQL Schema definition

  • type Right {
  • # Composer object for the right
  • composer: Composer
  • # Flag for the restriction includes a region
  • geo_include: Boolean!
  • # List of country codes where the restrictions apply
  • geo_restrictions: [String!]!
  • # Email of the composer who is invited to the platform
  • holder_email: String @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # Name of the composer who is invited to the platform
  • holder_name: String @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # User object for the composer when they accept the invite
  • holder_user: User @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • id: ID!
  • # Unique identification string for the invitation
  • invitation_token: String @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • invite_accepted_at: DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • invite_rejected_at: DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # Invitation sent to composer who are not in Vydia at
  • invited_at: DateTime
  • # Metadata identifier
  • metadata_id: ID!
  • name: String! @deprecated( reason: "Use type since it's an enum. Returns either Web | Music Video | Sound recording | Composition" )
  • owner_distributes_revenue: Boolean @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • # percentage of ownership owned by an artist that asserted this right
  • ownership_percentage: Float!
  • perf_rights_org: String
  • perf_rights_org_enum: String @deprecated( reason: "WARNING: this field is not currently used in any application" )
  • publisher: String
  • type: RightType!
  • }