Github API - Test Config

AddStarPayload [object]

Autogenerated return type of AddStar

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.

starrable Starrable

Starrable [interface]

Things that can be starred.

Attributes
id ID

The Node ID of the Starrable object

stargazerCount Int

Returns a count of how many stargazers there are on this object

stargazers StargazerConnection

A list of users who have starred this starrable.

viewerHasStarred Boolean

Returns a boolean indicating whether the viewing user has starred this starrable.

API:
Github GraphQL API

The starrable.

API:
Github GraphQL API