updateMessage()

in amplify-video-frontend/src/graphql/mutations.js [109:126]


    updateMessage(input: $input, condition: $condition) {
      id
      channelId
      username
      content
      createdAt
      channel {
        id
        name
        url
        createdAt
        messages {
          nextToken
        }
        updatedAt
      }
      updatedAt
    }