OBJECT

UserYoutubeConnectionLink

The edge between a User and a Youtube Connection.

link GraphQL Schema definition

1type UserYoutubeConnectionLink {
2
3# The URL for the user's Youtube channel.
4channelURL: String!
5
6}