Skip to content

VideoUrlDefaultInput

Payload for a new VideoUrlDefault

Fields

default_url · String · The default url for the video url default
id · ID · The ID of the video url default
user_id · ID · The ID of the user who owns the video url default

Used By

Definition

"""
Payload for a new VideoUrlDefault
"""
input VideoUrlDefaultInput {
"""
The default url for the video url default
"""
default_url: String
"""
The ID of the video url default
"""
id: ID
"""
The ID of the user who owns the video url default
"""
user_id: ID
"""
The video url options
"""
video_url_options: [VideoUrlOptionInput]
}