OBJECT

GameSelfConnection

Information about a customers relationship to a game

link GraphQL Schema definition

1type GameSelfConnection {
2
3# Customer's third-party account link information
4accountLink: AccountLink
5
6# True if the customer is subscribed to email notifications for this game
7isSubscribedToNotifications: Boolean
8
9}

link Required by