getLivestream()

in apps/community-website/src/graphql/queries.ts [325:352]


    getLivestream(id: $id) {
      id
      url
      isLive
      createdAt
      updatedAt
      media {
        id
        title
        description
        highlighted
        source
        author
        viewCount
        createdAt
        updatedAt
        thumbnail {
          id
          ext
          src
          createdAt
          updatedAt
        }
        sections {
          nextToken
        }
      }
    }