OBJECT

DeselectGlobalBadgePayload

The output for the deselect global badge mutation.

link GraphQL Schema definition

1type DeselectGlobalBadgePayload {
2
3# The user (contains the badge status).
4user: User
5
6}