Skip to main content

GroupManager

No description

type GroupManager implements Node {
id: ID!
active: Boolean!
createdAt: GQLTDate!
updatedAt: GQLTDate!
groupId: ID
userId: ID
group: Group
user: User
}

Fields#

id (ID!)#

The ID of an object

active (Boolean!)#

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

groupId (ID)#

The ID of an object

userId (ID)#

The ID of an object

group (Group)#

user (User)#

Interfaces#

Node#

An object with an ID