INPUT_OBJECT

SendYoutubeConflictsReportInput

Autogenerated input type of SendYoutubeConflictsReport

link GraphQL Schema definition

  • input SendYoutubeConflictsReportInput {
  • # 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 artist
  • artist_id: ID
  • # ID of media
  • media_id: ID
  • # ID of user
  • user_id: ID
  • # ID of organization
  • organization_id: ID
  • # Conflicts that have been resolved or not.
  • resolved: Boolean
  • # Option to generate the sum totals of conflicts.
  • generate_totals: Boolean
  • # To indicate whether the resulting conflicts are grouped by unique conflict
  • # title/asset name (true), or separated out by conflicting owners (false). A
  • # single conflict can have multiple conflicting owners.
  • group_dataset_by_custom_id: Boolean
  • # An array of emails to send the report to.
  • emails: String
  • }