OBJECT

UserRiotConnectionLink

The edge between a User and a Youtube Connection.

link GraphQL Schema definition

1type UserRiotConnectionLink {
2
3# The PUUID for the user's Riot account.
4id: ID!
5
6}