Github API - Test Config

RequiredStatusCheckDescription [object]

Represents a required status check for a protected branch, but not any specific run of that check.

Attributes
app App

App [object]

A GitHub App.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

description String

The description of the app.

id ID

The Node ID of the App object

ipAllowListEntries IpAllowListEntryConnection

The IP addresses of the app.

logoBackgroundColor String

The hex color code, without the leading '#', for the logo background.

logoUrl URI

A URL pointing to the app's logo.

name String

The name of the app.

slug String

A slug based on the name of the app for use in URLs.

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The URL to the app's homepage.

API:
Github GraphQL API

The App that must provide this status in order for it to be accepted.

context String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

The name of this status.

API:
Github GraphQL API