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
orderBy: UserStatusOrder = {field: UPDATED_AT, direction: DESC}
Ordering options for user statuses returned from the connection.