OBJECT

VideoUrlOption

A video URL option

link GraphQL Schema definition

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