Github API - Test Config

mutation removeUpvote

Remove an upvote to a discussion or discussion comment.

Arguments
input RemoveUpvoteInput

RemoveUpvoteInput [input]

Autogenerated input type of RemoveUpvote

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

subjectId ID

The Node ID of the discussion or comment to remove upvote.

API:
Github GraphQL API

Parameters for RemoveUpvote

Returns
RemoveUpvotePayload

RemoveUpvotePayload [object]

Autogenerated return type of RemoveUpvote

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