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 partner-portal

Total number of records .

CatalogListingsQueryResponse.currentPageSize ● Int scalar miscellaneous

Number of records on the current page.

CatalogListingsQueryResponse.catalogListings ● [CatalogListing] list object catalog-service

Each element is of type CatalogListing

Returned By

catalogListingRelatedSolutions query ●  catalogListings query

On this Page