getChannel()

in amplify-video-frontend/src/graphql/queries.js [6:23]


    getChannel(id: $id) {
      id
      name
      url
      createdAt
      messages {
        items {
          id
          channelId
          username
          content
          createdAt
          updatedAt
        }
        nextToken
      }
      updatedAt
    }