ProductCategory
No description
type ProductCategory {
id: ID!
name: String!
translations: [ProductCategoryTranslation!]!
fieldDefinitions: [FieldDefinitionUnion!]!
imageUrl: String
parents: [ProductCategory!]!
}
Fields
ProductCategory.id ● ID! non-null scalar
ProductCategory.name ● String! non-null scalar
ProductCategory.translations ● [ProductCategoryTranslation!]! non-null object
ProductCategory.fieldDefinitions ● [FieldDefinitionUnion!]! non-null union
ProductCategory.imageUrl ● String scalar
ProductCategory.parents ● [ProductCategory!]! non-null object
Member Of
CommunityGroupProductCategoryLimit object ● CreateProductCategoryPayload object ● EventGroupProductCategoryLimit object ● EventProductListView object ● ExhibitorProductCategoryLimit object ● Product object ● ProductCategoriesConnection object ● ProductCategory object ● UpdateProductCategoryPayload object