OBJECT

VideoAttachment

Video type

link GraphQL Schema definition

  • type VideoAttachment {
  • # Description of the video
  • description: String!
  • # Url of the video
  • url: URL!
  • }