Github API - Test Config

mutation removeStar

Removes a star from a Starrable.

Arguments
input RemoveStarInput

RemoveStarInput [input]

Autogenerated input type of RemoveStar

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

starrableId ID

The Starrable ID to unstar.

API:
Github GraphQL API

Parameters for RemoveStar

Returns
RemoveStarPayload

RemoveStarPayload [object]

Autogenerated return type of RemoveStar

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

starrable Starrable

The starrable.

API:
Github GraphQL API
API:
Github GraphQL API