Github API - Test Config

mutation addUpvote

Add an upvote to a discussion or discussion comment.

Arguments
input AddUpvoteInput

AddUpvoteInput [input]

Autogenerated input type of AddUpvote

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

subjectId ID

The Node ID of the discussion or comment to upvote.

API:
Github GraphQL API

Parameters for AddUpvote

Returns
AddUpvotePayload

AddUpvotePayload [object]

Autogenerated return type of AddUpvote

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

subject Votable

The votable subject.

API:
Github GraphQL API
API:
Github GraphQL API