CreateEventRoundRequest
Input type for creating an event round.
input CreateEventRoundRequest {
event: EventRequest!
round: CreateEventRound!
}
Fields
CreateEventRoundRequest.event ● EventRequest! non-null input event
CreateEventRoundRequest.round ● CreateEventRound! non-null input event
Member Of
CreateEventRound mutation