Interface GitHub::MemberStatusable

Entities that have members who can set status messages.

Fields

memberStatuses(after: String, before: String, first: Int, last: Int, orderBy: UserStatusOrder = {field: UPDATED_AT, direction: DESC}): UserStatusConnection!

Get the status messages members of this entity have set that are either public or visible only to the organization.

Args

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.

orderBy: UserStatusOrder = {field: UPDATED_AT, direction: DESC}

Ordering options for user statuses returned from the connection.

Possible Types

Organization

Team