Github API - Test Config

query marketplaceCategory

Look up a Marketplace category by its slug.

Arguments
slug 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 URL slug of the category.

useTopicAliases Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Also check topic aliases for the category slug

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