OBJECT
StatusContext
Represents an individual commit status context
link GraphQL Schema definition
- type StatusContext implements Node {
- # This commit this status context is attached to.
- Commit :
- # The name of this status context.
- String! :
- # Identifies the date and time when the object was created.
- DateTime! :
- # The author of this status context.
- Author :
- # The description for this status context.
- String :
- ID! :
- # The state of this status context.
- StatusState! :
- # The URL for this status context.
- String :
- }