INPUT_OBJECT

VideoUrlDefaultInput

Payload for a new VideoUrlDefault

link GraphQL Schema definition

  • input VideoUrlDefaultInput {
  • # The default url for the video url default
  • default_url: String
  • # The ID of the video url default
  • id: ID
  • # The ID of the user who owns the video url default
  • user_id: ID
  • # The video url options
  • video_url_options: [VideoUrlOptionInput]
  • }