Skip to main content

votesCountByNodeId

Reads a single VotesCount using its globally unique ID.

votesCountByNodeId(
nodeId: ID!
): VotesCount

Arguments

votesCountByNodeId.nodeId ● ID! non-null scalar

The globally unique ID to be used in selecting a single VotesCount.

Type

VotesCount object

A cached tally of votes on one content object in one space (sum of upvotes/downvotes/etc).