OBJECT
GameSelfConnection
Information about a customers relationship to a game
link GraphQL Schema definition
1 type GameSelfConnection { 2 3 # Customer's third-party account link information 4 AccountLink : 5 6 # True if the customer is subscribed to email notifications for this game 7 Boolean : 8 9 }