Skip to main content

GroupLeaf

A group returned in list results.

type GroupLeaf {
id: ID!
name: String!
description: String
role: GroupRole!
createdAt: DateTime!
updatedAt: DateTime!
}

Fields

GroupLeaf.id ● ID! non-null scalar {#id}

Group identifier

GroupLeaf.name ● String! non-null scalar {#name}

Group name

GroupLeaf.description ● String scalar {#description}

What this group is for

GroupLeaf.role ● GroupRole! non-null enum {#role}

Access level within the organization

GroupLeaf.createdAt ● DateTime! non-null scalar {#created-at}

When this group was created (UTC)

GroupLeaf.updatedAt ● DateTime! non-null scalar {#updated-at}

When this group was last modified (UTC)

Member Of

GroupsPage object