OBJECT

CatalogProviderInfo

link GraphQL Schema definition

  • type CatalogProviderInfo {
  • # Enumeration of features supported by this catalog provider
  • # This can be used by clients to adapt their usage of this provider / catalogs
  • # from the provider
  • #
  • # The core feature names are defined in the CatalogProviderFeatureNames enum and
  • # are available
  • # via the CatalogQuery.
  • # The field is of type [String!] to allow extension by future subsystems.
  • featureSet: [String!]
  • name: String!
  • }