INPUT_OBJECT

UpdateOwnershipAndPoliciesInput

Autogenerated input type of UpdateOwnershipAndPolicies

link GraphQL Schema definition

  • input UpdateOwnershipAndPoliciesInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # Run the mutation with no side effects in validate-only mode. When true, the
  • # inputs will be validated and errors will be returned, but the mutation will not
  • # perform any actions.
  • skip_save: Boolean
  • # ID of metadata
  • metadata_id: ID!
  • # List of composers
  • composers: [EditComposerObject!]
  • # JSON Object for music video rights
  • music_video_rights_object: EditRightsObject
  • # JSON object for sound recording rights
  • sound_recording_rights_object: EditRightsObject
  • # JSON object for composition rights
  • composition_rights_object: EditRightsObject
  • # JSON object for web rights
  • web_rights_object: EditRightsObject
  • # Rights policy for youtube
  • youtube_policy: MediaPolicyType
  • # Rights policy for facebook
  • facebook_policy: MediaPolicyType
  • # Which part of the O&P flow needs validation.
  • validation_section: OwnershipPoliciesSection
  • }