Github API - Test Config

LockLockablePayload [object]

Autogenerated return type of LockLockable

Attributes
actor Actor

Actor [interface]

Represents an object which can take actions on GitHub. Typically a User or Bot.

Attributes
avatarUrl URI

A URL pointing to the actor's public avatar.

login String

The username of the actor.

resourcePath URI

The HTTP path for this actor.

url URI

The HTTP URL for this actor.

API:
Github GraphQL API

Identifies the actor who performed the event.

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.

lockedRecord Lockable

Lockable [interface]

An object that can be locked.

Attributes
activeLockReason LockReason

Reason that the conversation was locked.

locked Boolean

true if the object is locked

API:
Github GraphQL API

The item that was locked.

API:
Github GraphQL API