Object GitHub::MarketplaceCategory

A public description of a Marketplace category.

Fields

description: String

The category's description.

howItWorks: String

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

id: ID!

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.

Uses

MarketplaceListing.primaryCategory

MarketplaceListing.secondaryCategory

Query.marketplaceCategories

Query.marketplaceCategory

Node