OBJECT
UnlinkRiotConnectionPayload
Contains a struct of all current accounts connections.
link GraphQL Schema definition
1 type UnlinkRiotConnectionPayload { 2 3 # The complete account connections list where Riot will be null. 4 : AccountConnectionSet 5 6 }