Github API - Test Config

mutation unlockLockable

Unlock a lockable object

Arguments
input UnlockLockableInput

UnlockLockableInput [input]

Autogenerated input type of UnlockLockable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

lockableId ID

ID of the item to be unlocked.

API:
Github GraphQL API

Parameters for UnlockLockable

Returns
UnlockLockablePayload

UnlockLockablePayload [object]

Autogenerated return type of UnlockLockable

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

unlockedRecord Lockable

The item that was unlocked.

API:
Github GraphQL API
API:
Github GraphQL API