Skip to main content

Group

No description

type Group {
id: ID!
name: String!
isDefault: Boolean!
createdAt: String!
updatedAt: String!
deletedAt: String
users: [User]
}

Fields

Group.id ● ID! non-null scalar

Group.name ● String! non-null scalar

Group.isDefault ● Boolean! non-null scalar

Group.createdAt ● String! non-null scalar

Group.updatedAt ● String! non-null scalar

Group.deletedAt ● String scalar

Group.users ● [User] list object

Returned By

createGroup mutation ● group query ● setUserToGroup mutation ● updateGroup mutation

Member Of

CollectionItem_Group object

Implemented By

CaseAccess union