VideoUrlDefaultInput
Payload for a new VideoUrlDefault
Fields
default_url
· String
· The default url for the video url default video_url_options
· [VideoUrlOptionInput]
· The video url options 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]}