INPUT_OBJECT

ImportVideoInput

Autogenerated input type of ImportVideo

link GraphQL Schema definition

  • input ImportVideoInput {
  • # 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
  • # The external URL of the video.
  • external_url: String
  • # ID of an artist
  • artist_id: Int
  • # ID of the video
  • video_id: String
  • # The title of the video.
  • video_title: String
  • # ID of the category
  • category_id: Int
  • # The social type for the first time user experience.
  • ftui_social_type: String
  • # ID of channel
  • channel_id: String
  • }