INPUT_OBJECT

SelectGlobalBadgeInput

Inputs for selecting a global badge.

link GraphQL Schema definition

1input SelectGlobalBadgeInput {
4
2# Set ID of the badge to select.
3badgeSetID: ID!
7
5# Optional Version of the Badge to select.
6badgeSetVersion: String
8}