CreateEventRoundResponse
Response type for creating an event round.
type CreateEventRoundResponse {
success: Boolean!
id: Uint64
error: CreateEventRoundError!
}
Fields
CreateEventRoundResponse.success ● Boolean! non-null scalar
CreateEventRoundResponse.id ● Uint64 scalar common
CreateEventRoundResponse.error ● CreateEventRoundError! non-null enum event
Returned By
CreateEventRound mutation