Github API - Test Config

query marketplaceListings

Look up Marketplace listings

Arguments
adminId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

Select listings that can be administered by the specified user.

after 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

Returns the elements in the list that come after the specified cursor.

allStates Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Select listings visible to the viewer even if they are not approved. If omitted or
false, only approved listings will be returned.

before 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

Returns the elements in the list that come before the specified cursor.

categorySlug 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

Select only listings with the given category.

first Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Returns the first n elements from the list.

last Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Returns the last n elements from the list.

organizationId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

Select listings for products owned by the specified organization.

primaryCategoryOnly Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Select only listings where the primary category matches the given category slug.

slugs 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

Select the listings with these slugs, if they are visible to the viewer.

useTopicAliases Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Also check topic aliases for the category slug

viewerCanAdmin Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Select listings to which user has admin access. If omitted, listings visible to the
viewer are returned.

withFreeTrialsOnly Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Select only listings that offer a free trial.

Returns
MarketplaceListingConnection

MarketplaceListingConnection [object]

Look up Marketplace Listings

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API
API:
Github GraphQL API