Managing Channels
Working with Channels
Retrieving Channel Information
GraphQL Query Example:
query {
me {
channel {
id
metadata {
name
summary
keywords
}
playlists {
id
metadata {
title
summary
}
}
}
}
}Updating Channel Metadata
GraphQL Mutation Example:
Best Practices
Last updated

