Github API - Test Config

query marketplaceCategories

Get alphabetically sorted list of Marketplace categories

Arguments
excludeEmpty Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Exclude categories with no listings.

excludeSubcategories Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Returns top level categories only, excluding any subcategories.

includeCategories 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

Return only the specified categories.

Returns
MarketplaceCategory []

MarketplaceCategory [object]

A public description of a Marketplace category.

Implements
Node
Attributes
description String

The category's description.

howItWorks String

The technical description of how apps listed in this category work with GitHub.

id ID

The Node ID of the MarketplaceCategory object

name String

The category's name.

primaryListingCount Int

How many Marketplace listings have this as their primary category.

resourcePath URI

The HTTP path for this Marketplace category.

secondaryListingCount Int

How many Marketplace listings have this as their secondary category.

slug String

The short name of the category used in its URL.

url URI

The HTTP URL for this Marketplace category.

API:
Github GraphQL API
API:
Github GraphQL API