createChannel()

in amplify-video-frontend/src/graphql/mutations.js [9:26]


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