Github API - Test Config

mutation lockLockable

Lock a lockable object

Arguments
input LockLockableInput

LockLockableInput [input]

Autogenerated input type of LockLockable

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

lockReason LockReason

A reason for why the item will be locked.

lockableId ID

ID of the item to be locked.

API:
Github GraphQL API

Parameters for LockLockable

Returns
LockLockablePayload

LockLockablePayload [object]

Autogenerated return type of LockLockable

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

lockedRecord Lockable

The item that was locked.

API:
Github GraphQL API
API:
Github GraphQL API