Group
A group with its full details.
type Group {
id: ID!
name: String!
description: String
role: GroupRole!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
Group.id ● ID! non-null scalar {#id}
Group identifier
Group.name ● String! non-null scalar {#name}
Group name
Group.description ● String scalar {#description}
What this group is for
Group.role ● GroupRole! non-null enum {#role}
Access level within the organization
Group.createdAt ● DateTime! non-null scalar {#created-at}
When this group was created (UTC)
Group.updatedAt ● DateTime! non-null scalar {#updated-at}
When this group was last modified (UTC)
Returned By
group query
Member Of
GroupPayload object