Object GitHub::StatusContext

Represents an individual commit status context

Fields

avatarUrl(size: Int = 40): URI

The avatar of the OAuth application or the user that created the status

Args

size: Int = 40

The size of the resulting square image.

commit: Commit

This commit this status context is attached to.

context: String!

The name of this status context.

createdAt: DateTime!

Identifies the date and time when the object was created.

creator: Actor

The actor who created this status context.

description: String

The description for this status context.

id: ID!

state: StatusState!

The state of this status context.

targetUrl: URI

The URL for this status context.

Uses

Status.context

Status.contexts

StatusCheckRollupContext

Node