Object GitHub::Status
Represents a commit status.
Fields
commit: Commit
The commit this status is attached to.
context(name: String!): StatusContext
Looks up an individual status context by context name.
contexts: [StatusContext!]!
The individual status contexts for this commit.
id: ID!
state: StatusState!
The combined commit status.