Skip to main content

UserGroup

This is a user group table

type UserGroup {
active: Boolean!
membershipStart: GQLTDate
membershipEnd: GQLTDate
limited: Boolean!
createdAt: GQLTDate!
updatedAt: GQLTDate!
groupId: ID
userId: ID
group: Group
user: User
getUserStatus: String
}

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

getUserStatus (String)#