Skip to content

VideoUrlDefault

A default video URL

Fields

default_url · String! · required · The default URL to use for anyone with the connected appointment setting
id · ID! · required · The unique identifier of the url
user_id · ID! · required · The ID of the connected user
video_url_options · [VideoUrlOption!] · The options for the connected video URL

Used By

Definition

"""
A default video URL
"""
type VideoUrlDefault {
"""
The default URL to use for anyone with the connected appointment setting
"""
default_url: String!
"""
The unique identifier of the url
"""
id: ID!
"""
The ID of the connected user
"""
user_id: ID!
"""
The options for the connected video URL
"""
video_url_options: [VideoUrlOption!]
}