userVoteByUserIdAndObjectIdAndObjectTypeAndSpaceId
Look up the specific user-vote record for one user against one object in one space. Use this when checking whether a given user has already voted on something.
userVoteByUserIdAndObjectIdAndObjectTypeAndSpaceId(
userId: UUID!
objectId: UUID!
objectType: Int!
spaceId: UUID!
): UserVote
Arguments
userVoteByUserIdAndObjectIdAndObjectTypeAndSpaceId.userId ● UUID! non-null scalar
userVoteByUserIdAndObjectIdAndObjectTypeAndSpaceId.objectId ● UUID! non-null scalar
userVoteByUserIdAndObjectIdAndObjectTypeAndSpaceId.objectType ● Int! non-null scalar
userVoteByUserIdAndObjectIdAndObjectTypeAndSpaceId.spaceId ● UUID! non-null scalar
Type
UserVote object
One user's vote record on a specific object in a specific space — what the user voted, on what, and when.