Github API - Test Config

mutation addStar

Adds a star to a Starrable.

Arguments
input AddStarInput

AddStarInput [input]

Autogenerated input type of AddStar

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

starrableId ID

The Starrable ID to star.

API:
Github GraphQL API

Parameters for AddStar

Returns
AddStarPayload

AddStarPayload [object]

Autogenerated return type of AddStar

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

starrable Starrable

The starrable.

API:
Github GraphQL API
API:
Github GraphQL API