Github API - Test Config

Lockable [interface]

An object that can be locked.

Attributes
activeLockReason LockReason

LockReason [enum]

The possible reasons that an issue or pull request was locked.

Possible values
OFF_TOPIC

The issue or pull request was locked because the conversation was off-topic.

RESOLVED

The issue or pull request was locked because the conversation was resolved.

SPAM

The issue or pull request was locked because the conversation was spam.

TOO_HEATED

The issue or pull request was locked because the conversation was too heated.

API:
Github GraphQL API

Reason that the conversation was locked.

locked Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

true if the object is locked

API:
Github GraphQL API