GitHubMarketplaceCategory

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!)

No description

name (String!)

The category's name.

oneGraphId (ID!)

Unique id across all of OneGraph

oneGraphLinkedNodes (OneGraphLinkedNodesConnection!)

List of OneGraphNodes that are linked from this node.

primaryListingCount (Int!)

How many Marketplace listings have this as their primary category.

resourcePath (GitHubURI!)

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 (GitHubURI!)

The HTTP URL for this Marketplace category.

IMPLEMENTS
OneGraphNode

An object with a globally unique id across all of OneGraph

GitHubNode

An object with an ID.

REQUIRED BY
GitHubMarketplaceListing

A listing in the GitHub integration marketplace.

GitHubQuery

The query root of GitHub's GraphQL interface.

____________________________________________________________________________________________________