Queries
marketplaceCategories
Get alphabetically sorted list of Marketplace categories.
Type: [MarketplaceCategory!]!
Arguments for marketplaceCategories
| Name | Description |
|---|---|
| Exclude categories with no listings. |
| Returns top level categories only, excluding any subcategories. |
| Return only the specified categories. |
marketplaceCategory
Look up a Marketplace category by its slug.
Type: MarketplaceCategory
Arguments for marketplaceCategory
| Name | Description |
|---|---|
| The URL slug of the category. |
| Also check topic aliases for the category slug. |
marketplaceListing
Look up a single Marketplace listing.
Type: MarketplaceListing
Arguments for marketplaceListing
| Name | Description |
|---|---|
| Select the listing that matches this slug. It's the short name of the listing used in its URL. |
marketplaceListings
Look up Marketplace listings.
Type: MarketplaceListingConnection!
Arguments for marketplaceListings
| Name | Description |
|---|---|
| Select listings that can be administered by the specified user. |
| Returns the elements in the list that come after the specified cursor. |
| Select listings visible to the viewer even if they are not approved. If omitted or false, only approved listings will be returned. |
| Returns the elements in the list that come before the specified cursor. |
| Select only listings with the given category. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
| Select listings for products owned by the specified organization. |
| Select only listings where the primary category matches the given category slug. The default value is |
| Select the listings with these slugs, if they are visible to the viewer. |
| Also check topic aliases for the category slug. |
| Select listings to which user has admin access. If omitted, listings visible to the viewer are returned. |
| Select only listings that offer a free trial. The default value is |
Objects
App
A GitHub App.
App Implements
Fields for App
| Name | Description |
|---|---|
| The client ID of the app. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the app. |
| The Node ID of the App object. |
| The IP addresses of the app. Arguments for
|
| The hex color code, without the leading '#', for the logo background. |
| A URL pointing to the app's logo. Arguments for
|
| The name of the app. |
| A slug based on the name of the app for use in URLs. |
| Identifies the date and time when the object was last updated. |
| The URL to the app's homepage. |
Bot
A special type of user which takes actions on behalf of GitHub Apps.
Bot Implements
Fields for Bot
| Name | Description |
|---|---|
| A URL pointing to the GitHub App's public avatar. Arguments for
|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the Bot object. |
| The username of the actor. |
| The HTTP path for this bot. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this bot. |
MarketplaceCategory
A public description of a Marketplace category.
MarketplaceCategory Implements
Fields for MarketplaceCategory
| Name | Description |
|---|---|
| The category's description. |
| The technical description of how apps listed in this category work with GitHub. |
| The Node ID of the MarketplaceCategory object. |
| The category's name. |
| How many Marketplace listings have this as their primary category. |
| The HTTP path for this Marketplace category. |
| How many Marketplace listings have this as their secondary category. |
| The short name of the category used in its URL. |
| The HTTP URL for this Marketplace category. |
MarketplaceListing
A listing in the GitHub integration marketplace.
MarketplaceListing Implements
Fields for MarketplaceListing
| Name | Description |
|---|---|
| The GitHub App this listing represents. |
|