Object GitHub::App

A GitHub App.

Fields

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!

logoBackgroundColor: String!

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

logoUrl(size: Int): URI!

A URL pointing to the app's logo.

Args

size: Int

The size of the resulting image.

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.

Uses

MarketplaceListing.app

PushAllowanceActor

SearchResultItem

Node