VideoUrlDefault
A default video URL
Fields
default_url
· String!
· required · The default URL to use for anyone with the connected appointment setting 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!]}