OBJECT

VideoUrlOption

link GraphQL Schema definition

  • type VideoUrlOption {
  • id: ID!
  • # The default URL to use for the connected provider
  • url: String
  • # The ID of the connected provider
  • url_by_item_id: String
  • }