in amplify-video-frontend/src/graphql/queries.js [49:66]
getMessage(id: $id) {
id
channelId
username
content
createdAt
channel {
id
name
url
createdAt
messages {
nextToken
}
updatedAt
}
updatedAt
}