OBJECT

EspotCatalogGroupAssociation

link GraphQL Schema definition

1type EspotCatalogGroupAssociation {
2
3associatedObject: JSON
14
4associationCodeType: String
14
5attributes: [EspotCatalogGroupAssociationAttributes]
14
6catalogEntryReference: EspotCatalogGroupAssociationCatalogEntryReference
14
7catalogGroupReference: EspotCatalogGroupAssociationCatalogGroupReference
14
8displaySequence: Float
14
9externalSource: Boolean
14
10name: String
14
11quantity: Float
14
12semantic: String
14
13uniqueID: String
15
16}