Skip to main content

userVotes

Reads a set of UserVote.

userVotes(
first: Int
offset: Int
orderBy: [UserVotesOrderBy!]
condition: UserVoteCondition
filter: UserVoteFilter
): [UserVote!]

Arguments

userVotes.first ● Int scalar

Only read the first n values of the set.

userVotes.offset ● Int scalar

Skip the first n values.

userVotes.orderBy ● [UserVotesOrderBy!] list enum

The method to use when ordering UserVote.

userVotes.condition ● UserVoteCondition input

A condition to be used in determining which values should be returned by the collection.

userVotes.filter ● UserVoteFilter input

A filter to be used in determining which values should be returned by the collection.

Type

UserVote object

One user's vote record on a specific object in a specific space — what the user voted, on what, and when.