UpdateEventRoundRequest
Input type for updating an event round.
input UpdateEventRoundRequest {
round: EventRoundRequest!
data: Struct
scoring: [Uint64!]
}
Fields
UpdateEventRoundRequest.round ● EventRoundRequest! non-null input event
UpdateEventRoundRequest.data ● Struct scalar common
UpdateEventRoundRequest.scoring ● [Uint64!] list scalar common
Member Of
UpdateEventRound mutation