Skip to main content

GitHub Apps

Reference documentation for GraphQL schema types in the GitHub Apps category.

Queries

marketplaceCategories

Query

Get alphabetically sorted list of Marketplace categories.

Type: [MarketplaceCategory!]!

Arguments for marketplaceCategories

NameDescription

excludeEmpty (Boolean)

Exclude categories with no listings.

excludeSubcategories (Boolean)

Returns top level categories only, excluding any subcategories.

includeCategories ([String!])

Return only the specified categories.

marketplaceCategory

Query

Look up a Marketplace category by its slug.

Type: MarketplaceCategory

Arguments for marketplaceCategory

NameDescription

slug (String!)

The URL slug of the category.

useTopicAliases (Boolean)

Also check topic aliases for the category slug.

marketplaceListing

Query

Look up a single Marketplace listing.

Type: MarketplaceListing

Arguments for marketplaceListing

NameDescription

slug (String!)

Select the listing that matches this slug. It's the short name of the listing used in its URL.

marketplaceListings

Query

Look up Marketplace listings.

Type: MarketplaceListingConnection!

Arguments for marketplaceListings

NameDescription

adminId (ID)

Select listings that can be administered by the specified user.

after (String)

Returns the elements in the list that come after the specified cursor.

allStates (Boolean)

Select listings visible to the viewer even if they are not approved. If omitted or false, only approved listings will be returned.

before (