OBJECT

CatalogEntityInfo

An intermediate node that holds catalog information relative to this entity

link GraphQL Schema definition

  • type CatalogEntityInfo {
  • # Query optional CatalogItem resource(s) related to this entity.
  • #
  • # Arguments
  • # after: [Not documented]
  • # first: [Not documented]
  • # provider: Filter search for catalog item by provider
  • queryRelatedCatalogItems(
  • after: String,
  • first: Int,
  • provider: [String!]
  • ): CatalogItemConnection
  • }