ProductGroup
This is a product groups table
Fields#
id (ID!)#
The ID of an object
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 (GroupHasManyGroupList)#
product hasMany group
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([GroupOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryGroupWhere)#include([GQLTGroupIncludeObject])#
products (ProductBelongsToManyProductsList)#
product group belongsToMany products
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([ProductOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryProductWhere)#include([GQLTProductIncludeObject])#
vouchers (VoucherHasManyVouchersList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([VoucherOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryVoucherWhere)#include([GQLTVoucherIncludeObject])#
Interfaces#
Node#
An object with an ID