OBJECT
Right
An artist's media metadata's right
link GraphQL Schema definition
- type Right {
- # Composer object for the right
- Composer :
- # Flag for the restriction includes a region
- Boolean! :
- # List of country codes where the restrictions apply
- String!]! : [
- # Email of the composer who is invited to the platform
- String @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Name of the composer who is invited to the platform
- String @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # User object for the composer when they accept the invite
- User @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- ID! :
- # Unique identification string for the invitation
- String @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- DateTime @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Invitation sent to composer who are not in Vydia at
- DateTime :
- # Metadata identifier
- ID! :
- String! @deprecated( reason: "Use type since it's an enum. Returns either Web | Music Video | Sound recording | Composition" ) :
- Boolean @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # percentage of ownership owned by an artist that asserted this right
- Float! :
- String :
- String @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- String :
- RightType! :
- }