Github API - Test Config

RemoveUpvotePayload [object]

Autogenerated return type of RemoveUpvote

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

subject Votable

Votable [interface]

A subject that may be upvoted.

Attributes
upvoteCount Int

Number of upvotes that this subject has received.

viewerCanUpvote Boolean

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

viewerHasUpvoted Boolean

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

API:
Github GraphQL API

The votable subject.

API:
Github GraphQL API