Github API - Test Config

Votable [interface]

A subject that may be upvoted.

Attributes
upvoteCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Number of upvotes that this subject has received.

viewerCanUpvote Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not the current user can add or remove an upvote on this subject.

viewerHasUpvoted Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether or not the current user has already upvoted this subject.

API:
Github GraphQL API