Skip to main content

ProductGroupRequiredInput

No description

type ProductGroupRequiredInput {
id: ID
name: String!
default: Boolean
active: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
group: ProductGroupGroupHasManyInput
products: ProductGroupProductsBelongsToManyInput
vouchers: ProductGroupVouchersHasManyInput
}

Fields#

id (ID)#

This a primary key for ProductGroup

name (String!)#

This the name of the product group that will be displayed.

default (Boolean)#

This is the indicator if the product group will show default products or not.

active (Boolean)#

This is the indicator to idetify if the product group is still active or not.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

group (ProductGroupGroupHasManyInput)#

This is the mutation object for ProductGroupGroupHasMany

products (ProductGroupProductsBelongsToManyInput)#

This is the mutation object for ProductGroupProductsBelongsToMany

vouchers (ProductGroupVouchersHasManyInput)#

This is the mutation object for ProductGroupVouchersHasMany