CreateEventRound
Input type for creating an event round. The difference between the endedAt fields of the different rounds signifies the start and end of the round. The scoring field is an array of integers that represent the score for each rank. The first element is the score for the first rank, the second element is the score for the second rank, and so on.
input CreateEventRound {
name: String!
data: Struct!
endedAt: Timestamp!
scoring: [Uint64!]!
}
Fields
CreateEventRound.name ● String! non-null scalar
CreateEventRound.data ● Struct! non-null scalar common
CreateEventRound.endedAt ● Timestamp! non-null scalar common
CreateEventRound.scoring ● [Uint64!]! non-null scalar common
Member Of
CreateEventRequest input ● CreateEventRoundRequest input