OBJECT

UserSteamConnectionLink

The edge between a User and a Steam connection.

link GraphQL Schema definition

1type UserSteamConnectionLink {
2
3# A Steam user ID.
4id: ID!
5
6}