Ref

Represents a Git reference.

Implements

Fields

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

branchProtectionRule : BranchProtectionRule

id : ID!

name : String!

prefix : String!

refUpdateRule : RefUpdateRule

repository : Repository!

target : GitObject