Github API - Test Config

AddDiscussionPollVotePayload [object]

Autogenerated return type of AddDiscussionPollVote

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.

pollOption DiscussionPollOption

DiscussionPollOption [object]

An option for a discussion poll.

Implements
Node
Attributes
id ID

The Node ID of the DiscussionPollOption object

option String

The text for this option.

The discussion poll that this option belongs to.

totalVoteCount Int

The total number of votes that have been cast for this option.

viewerHasVoted Boolean

Indicates if the viewer has voted for this option in the poll.

API:
Github GraphQL API

The poll option that a vote was added to.

API:
Github GraphQL API