Waiting for engine...
Skip to main content

CatalogListingsQueryResponse

Represents the response for catalog listings queries, including pagination information and the list of catalog listings.

type CatalogListingsQueryResponse {
totalCount: Long!
currentPageSize: Int
catalogListings: [CatalogListing]
}

Fields

CatalogListingsQueryResponse.totalCount ● Long! non-null scalar platform {#total-count}

Total number of records .

CatalogListingsQueryResponse.currentPageSize ● Int scalar miscellaneous {#current-page-size}

Number of records on the current page.

CatalogListingsQueryResponse.catalogListings ● [CatalogListing] list object catalog-service {#catalog-listings}

Each element is of type CatalogListing

Returned By

catalogListingRelatedSolutions query ●  catalogListings query ●  catalogListingsByArtifact query

On this Page