Skip to main content

EventRoundUser

Type representing an event round user.

type EventRoundUser {
id: Uint64!
eventUserId: Uint64!
clientUserId: Uint64!
eventRoundId: Uint64!
result: Uint64!
ranking: Uint64!
data: Struct!
createdAt: Timestamp!
updatedAt: Timestamp!
}

Fields

EventRoundUser.id ● Uint64! non-null scalar common

EventRoundUser.eventUserId ● Uint64! non-null scalar common

EventRoundUser.clientUserId ● Uint64! non-null scalar common

EventRoundUser.eventRoundId ● Uint64! non-null scalar common

EventRoundUser.result ● Uint64! non-null scalar common

EventRoundUser.ranking ● Uint64! non-null scalar common

EventRoundUser.data ● Struct! non-null scalar common

EventRoundUser.createdAt ● Timestamp! non-null scalar common

EventRoundUser.updatedAt ● Timestamp! non-null scalar common

Member Of

GetEventRoundResponse object ● GetEventUserResponse object