Github API - Test Config

DiscussionPollOption [object]

An option for a discussion poll.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the DiscussionPollOption object

option 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

The text for this option.

poll DiscussionPoll

DiscussionPoll [object]

A poll for a discussion.

Implements
Node
Attributes
discussion Discussion

The discussion that this poll belongs to.

id ID

The Node ID of the DiscussionPoll object

The options for this poll.

question String

The question that is being asked by this poll.

totalVoteCount Int

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

viewerCanVote Boolean

Indicates if the viewer has permission to vote in this poll.

viewerHasVoted Boolean

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

API:
Github GraphQL API

The discussion poll that this option belongs to.

totalVoteCount 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

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

viewerHasVoted Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

API:
Github GraphQL API