Label

A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.

Implements

Fields

color : String!

createdAt : DateTime

description : String

id : ID!

isDefault : Boolean!

issues (
       orderBy: IssueOrder
       labels: [String!]
       states: [IssueState!]
       filterBy: IssueFilters
       after: String
       before: String
       first: Int
       last: Int
) : IssueConnection!

name : String!

pullRequests (
       states: [PullRequestState!]
       labels: [String!]
       headRefName: String
       baseRefName: String
       orderBy: IssueOrder
       after: String
       before: String
       first: Int
       last: Int
) : PullRequestConnection!

repository : Repository!

resourcePath : URI!

updatedAt : DateTime

url : URI!