UserGroup
This is a user group table
Fields#
active (Boolean!)#
This is an indicator if the user is still active in the group.
membershipStart (GQLTDate)#
This is the date of the membership start of the user in the group.
membershipEnd (GQLTDate)#
This is the date of the membership end of the user in the group.
limited (Boolean!)#
This is an indicator if the user have a limited or not data.
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
groupId (ID)#
The ID of an object
userId (ID)#
The ID of an object
group (Group)#
user group belongsTo group
user (User)#
user group belongsTo user