INPUT_OBJECT
ImportVideoInput
Autogenerated input type of ImportVideo
link GraphQL Schema definition
- input ImportVideoInput {
- # A unique identifier for the client performing the mutation.
- 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.
- Boolean :
- # The external URL of the video.
- String :
- # ID of an artist
- Int :
- # ID of the video
- String :
- # The title of the video.
- String :
- # ID of the category
- Int :
- # The social type for the first time user experience.
- String :
- # ID of channel
- String :
- }