Skip to content

VideoUrlOption

A video URL option

Fields

id · ID! · required · The unique identifier of the option
url · String · The default URL to use for the connected provider
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
}