OBJECT

CatalogQueryProviders

Stitch into the CatalogQueryProviders to add the 'tac' field

link GraphQL Schema definition

  • type CatalogQueryProviders {
  • # catalog provider metadata
  • providersMetadata: 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.
  • kubernetesPackage: 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.
  • tac: TacCatalogQueryProvider
  • }