OBJECT
CatalogQueryProviders
Stitch into the CatalogQueryProviders to add the 'tac' field
link GraphQL Schema definition
- type CatalogQueryProviders {
- # catalog provider metadata
- CatalogQueryProvidersMetadata! :
- # Catalog query provider for k8s packages
- # Not null restriction is NOT used because on query failure it would fail the
- # whole federated query and override data
- # from the other providers.
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- KubernetesPackageCatalogQueryProvider :
- # Tanzu Application Catalog provider
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- TacCatalogQueryProvider :
- }