OBJECT

EspotCatalogGroup

link GraphQL Schema definition

1type EspotCatalogGroup {
2
3association: [EspotCatalogGroupAssociation]
23
4attachmentReference: [EspotCatalogGroupAttachmentReference]
23
5attributes: [EspotCatalogGroupAttributes]
23
6breadcrumbLocation: [EspotCatalogGroupBreadcrumbLocation]
23
7catalogGroupIdentifier: EspotCatalogGroupIdentifier
23
8description: [EspotCatalogGroupDescription]
23
9displaySequence: Float
23
10dynamicCatalogGroup: Int
23
11externalContentReference: [EspotCatalogGroupExternalContentReference]
23
12facet: [EspotCatalogGroupFacet]
23
13navigationPath: String
23
14navigationRelationship: [EspotCatalogGroupNavigationRelationship]
23
15owningStoreDirectory: String
23
16parentCatalogGroupId: String
23
17parentCatalogGroupIdentifier: EspotCatalogGroupParentCatalogGroupIdentifier
23
18rule: EspotCatalogGroupRule
23
19sEOProperties: [EspotCatalogGroupSEOProperties]
23
20sEOURL: [EspotCatalogGroupSEOURL]
23
21taxonomyAttribute: EspotCatalogGroupTaxonomyAttribute
23
22topCatalogGroup: Boolean
24
25}