OBJECT
TacCatalogItemConnection
link GraphQL Schema definition
- type TacCatalogItemConnection implements CatalogItemConnection, Connection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- TacCatalogItemConnectionEdge!] : [
- # Paging support
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }
link Require by
- TacCatalogA catalog resource represents a set of curated applications available for installation through Tanzu Application Catalog (TAC) for a given organization. Most resources extends graphql built-in Node type because they represent a persisted object in the TAC domain storage.
- TacCatalogItemRepresents a specific versioned release an installable package available through VMware Application Catalog. For example, version "6.1.0", revision 7 Also known as "Product" in TAC terminology
- TacCatalogQueryProvidernull