Skip to main content

EventRound

Type representing an event round.

type EventRound {
id: Uint64!
eventId: Uint64!
name: String!
scoring: [Uint64!]!
data: Struct!
endedAt: Timestamp!
createdAt: Timestamp!
updatedAt: Timestamp!
}

Fields

EventRound.id ● Uint64! non-null scalar common

EventRound.eventId ● Uint64! non-null scalar common

EventRound.name ● String! non-null scalar

EventRound.scoring ● [Uint64!]! non-null scalar common

EventRound.data ● Struct! non-null scalar common

EventRound.endedAt ● Timestamp! non-null scalar common

EventRound.createdAt ● Timestamp! non-null scalar common

EventRound.updatedAt ● Timestamp! non-null scalar common

Member Of

Event object ● GetEventRoundResponse object