Interface GitHub::Labelable

An object that can have labels assigned to it.

Fields

labels(orderBy: LabelOrder = {field: CREATED_AT, direction: ASC}, after: String, before: String, first: Int, last: Int): LabelConnection

A list of labels associated with the object.

Args

orderBy: LabelOrder = {field: CREATED_AT, direction: ASC}

Ordering options for labels returned from the connection.

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

Possible Types

Issue

PullRequest

Uses

AddLabelsToLabelablePayload.labelable

ClearLabelsFromLabelablePayload.labelable

LabeledEvent.labelable

RemoveLabelsFromLabelablePayload.labelable

UnlabeledEvent.labelable