OBJECT

SelectGlobalBadgePayload

The output for the select global badge mutation.

link GraphQL Schema definition

1type SelectGlobalBadgePayload {
2
3# Indicates if selecting the badge was successful.
4isSuccessful: Boolean
5
6# The user of the selected badge.
7user: User
8
9}