OBJECT

CustomAttributeMetadata

CustomAttributeMetadata defines an array of attribute_codes and entity_types

link GraphQL Schema definition

  • type CustomAttributeMetadata implements ESResponseInterface {
  • # An array of attributes
  • items: [Attribute]
  • # The number of categories returned
  • total_count: Int
  • # Document returned by this search query hits
  • hits: JSON
  • # Search suggest feature
  • suggest: JSON
  • # Aggregations returned when filter have been applied
  • aggregations: JSON
  • }