Group
No description
type Group {
childGroups: [Group!]!
created_at: DateTimeISO!
description: String
id: ID!
members: [Identity!]!
membersDeep: [Identity!]!
membersDeepWithPaths: [GroupMemberWithPath!]!
name: String!
parentGroups: [Group!]!
path: [GroupPathSegment!]
roles: [Role!]!
updated_at: DateTimeISO!
}
Fields
Group.childGroups ● [Group!]! non-null object
Group.created_at ● DateTimeISO! non-null scalar
Group.description ● String scalar
Group.id ● ID! non-null scalar
Group.members ● [Identity!]! non-null object
Group.membersDeep ● [Identity!]! non-null object
Group.membersDeepWithPaths ● [GroupMemberWithPath!]! non-null object
Group.name ● String! non-null scalar
Group.parentGroups ● [Group!]! non-null object
Group.path ● [GroupPathSegment!] list object
Group.roles ● [Role!]! non-null object
Group.updated_at ● DateTimeISO! non-null scalar
Returned By
createGroup mutation ● group query ● updateGroup mutation
Member Of
Group object ● GroupConnection object ● Identity object