OBJECT

UnlinkRiotConnectionPayload

Contains a struct of all current accounts connections.

link GraphQL Schema definition

1type UnlinkRiotConnectionPayload {
2
3# The complete account connections list where Riot will be null.
4connections: AccountConnectionSet
5
6}