Github API - Test Config

DiscussionPollOptionEdge [object]

An edge in a connection.

Attributes
cursor 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 cursor for use in pagination.

node 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 item at the end of the edge.

API:
Github GraphQL API