Waiting for engine...
Skip to main content

AssociatedCatalog

Represents a catalog (space) associated with a listing, including its name and the catalog listing within that catalog.

type AssociatedCatalog {
catalogName: String!
catalogListing: CatalogListing!
}

Fields

AssociatedCatalog.catalogName ● String! non-null scalar miscellaneous

Name of the catalog (space)

AssociatedCatalog.catalogListing ● CatalogListing! non-null object catalog-service

Catalog listing

Member Of

CatalogListing object

On this Page