Skip to main content

VotesCountCondition

A condition to be used against VotesCount object types. All fields are tested for equality and combined with a logical ‘and.’

input VotesCountCondition {
id: Int
objectId: UUID
objectType: Int
spaceId: UUID
upvotes: BigInt
downvotes: BigInt
}

Fields

VotesCountCondition.id ● Int scalar

Checks for equality with the object’s id field.

VotesCountCondition.objectId ● UUID scalar

Checks for equality with the object’s objectId field.

VotesCountCondition.objectType ● Int scalar

Checks for equality with the object’s objectType field.

VotesCountCondition.spaceId ● UUID scalar

Checks for equality with the object’s spaceId field.

VotesCountCondition.upvotes ● BigInt scalar

Checks for equality with the object’s upvotes field.

VotesCountCondition.downvotes ● BigInt scalar

Checks for equality with the object’s downvotes field.

Member Of

votesCounts query ● votesCountsConnection query