VideoUrlOption
A video URL option
Fields
url_by_item_id
· String
· The ID of the connected provider Used By
Definition
"""A video URL option"""type VideoUrlOption { """ The unique identifier of the option """ id: ID!
""" The default URL to use for the connected provider """ url: String
""" The ID of the connected provider """ url_by_item_id: String}