OBJECT

Playing

link GraphQL Schema definition

1type Playing implements Activity {
2
3# The game being played.
4game: Game
5
6# This activity's type, i.e. "PLAYING".
7type: ActivityType
8
9}

link Required by

This element is not required by anyone