ReorderBadgesInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| badgeOrderIds - [String!]! | The new order of the badges in the network. This must contain all active badges in the network |
input ReorderBadgesInput {
badgeOrderIds: [String!]!
}