Skip to main content

EventUser

Type representing an event user.

type EventUser {
id: Uint64!
eventId: Uint64!
clientUserId: Uint64!
score: Uint64!
ranking: Uint64!
data: Struct!
createdAt: Timestamp!
updatedAt: Timestamp!
}

Fields

EventUser.id ● Uint64! non-null scalar common

EventUser.eventId ● Uint64! non-null scalar common

EventUser.clientUserId ● Uint64! non-null scalar common

EventUser.score ● Uint64! non-null scalar common

EventUser.ranking ● Uint64! non-null scalar common

EventUser.data ● Struct! non-null scalar common

EventUser.createdAt ● Timestamp! non-null scalar common

EventUser.updatedAt ● Timestamp! non-null scalar common

Member Of

GetEventResponse object ● GetEventUserResponse object