GlobalScore
Aggregate reputation score for an account across all spaces.
type GlobalScore implements Node {
nodeId: ID!
entityId: UUID!
score: BigFloat!
updatedAt: Datetime!
}
Fields
GlobalScore.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
GlobalScore.entityId ● UUID! non-null scalar
GlobalScore.score ● BigFloat! non-null scalar
GlobalScore.updatedAt ● Datetime! non-null scalar
Interfaces
Node interface
An object with a globally unique ID.
Returned By
globalScore query ● globalScoreByNodeId query ● globalScores query
Member Of
GlobalScoresConnection object ● GlobalScoresEdge object