Skip to main content

SpaceScore

Aggregate quality score for a space.

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

Fields

SpaceScore.nodeId ● ID! non-null scalar

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

SpaceScore.spaceId ● UUID! non-null scalar

SpaceScore.score ● BigFloat! non-null scalar

SpaceScore.updatedAt ● Datetime! non-null scalar

Interfaces

Node interface

An object with a globally unique ID.

Returned By

spaceScore query ● spaceScoreByNodeId query ● spaceScores query

Member Of

SpaceScoresConnection object ● SpaceScoresEdge object