Skip to main content

LocalScore

Aggregate reputation score for an account within a single space.

type LocalScore implements Node {
nodeId: ID!
entityId: UUID!
spaceId: UUID!
score: BigFloat!
updatedAt: Datetime!
}

Fields

LocalScore.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

LocalScore.entityId ● UUID! non-null scalar

LocalScore.spaceId ● UUID! non-null scalar

LocalScore.score ● BigFloat! non-null scalar

LocalScore.updatedAt ● Datetime! non-null scalar

Interfaces

Node interface

An object with a globally unique ID.

Returned By

localScore query ● localScoreByNodeId query ● localScores query

Member Of

LocalScoresConnection object ● LocalScoresEdge object