OBJECT

UpdateLeaderboardSettingsPayload

Result of mutation is the updated user object.

link GraphQL Schema definition

1type UpdateLeaderboardSettingsPayload {
2
3# The user whose settings were updated.
4user: User
5
6}