OBJECT

ThirdPartyAccount

Details for a third-party account (not Amazon, not Twitch).

link GraphQL Schema definition

1type ThirdPartyAccount {
2
3# The type of account. Usually a publisher name like RIOT, UBISOFT, etc.
4accountType: String!
5
6# The user's account name.
7name: String
8
9}