Skip to main content

GroupRequiredInput

No description

type GroupRequiredInput {
id: ID
name: String!
code: String!
active: Boolean
default: Boolean
enableRateProfile: Boolean
rateProfile: String
createdAt: GQLTDate
updatedAt: GQLTDate
parentId: ID
productGroupId: ID
buildingId: ID
children: GroupChildrenHasManyInput
parent: GroupParentBelongsToInput
users: GroupUsersBelongsToManyInput
rooms: GroupRoomsBelongsToManyInput
devices: GroupDevicesBelongsToManyInput
productGroup: GroupProductGroupBelongsToInput
vouchers: GroupVouchersHasManyInput
building: GroupBuildingBelongsToInput
}

Fields#

id (ID)#

This a primary key for Group

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)#

This a primary key for Group

productGroupId (ID)#

This a primary key for Group

buildingId (ID)#

This a primary key for Group

children (GroupChildrenHasManyInput)#

This is the mutation object for GroupChildrenHasMany

parent (GroupParentBelongsToInput)#

This is the mutation object for GroupParentBelongsTo

users (GroupUsersBelongsToManyInput)#

This is the mutation object for GroupUsersBelongsToMany

rooms (GroupRoomsBelongsToManyInput)#

This is the mutation object for GroupRoomsBelongsToMany

devices (GroupDevicesBelongsToManyInput)#

This is the mutation object for GroupDevicesBelongsToMany

productGroup (GroupProductGroupBelongsToInput)#

This is the mutation object for GroupProductGroupBelongsTo

vouchers (GroupVouchersHasManyInput)#

This is the mutation object for GroupVouchersHasMany

building (GroupBuildingBelongsToInput)#

This is the mutation object for GroupBuildingBelongsTo