Group
group
Fields#
id (ID!)#
The ID of an object
name (String!)#
define the name of the group
code (String!)#
code is a unique identifier for each group
active (Boolean!)#
defines if the group is active or not
default (Boolean!)#
This is the default group assigned if the value is set to true
enableRateProfile (Boolean!)#
If set to true this will assign the value from the rateProfile field to the user
rateProfile (String)#
This is the rate profile to be assigned to the user on add
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
parentId (ID)#
The ID of an object
productGroupId (ID)#
The ID of an object
buildingId (ID)#
The ID of an object
children (GroupHasManyChildrenList)#
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])#
parent (Group)#
users (UserBelongsToManyUsersList)#
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([UserOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryUserWhere)#include([GQLTUserIncludeObject])#
rooms (RoomBelongsToManyRoomsList)#
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([RoomOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryRoomWhere)#include([GQLTRoomIncludeObject])#
devices (DeviceBelongsToManyDevicesList)#
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([DeviceOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryDeviceWhere)#include([GQLTDeviceIncludeObject])#
productGroup (ProductGroup)#
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])#
building (Building)#
The building associated to the group
Interfaces#
Node#
An object with an ID