OBJECT

VideoUrlDefault

A default video URL

link GraphQL Schema definition

  • 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!]
  • }