InviteGroupViewer
Group info from an invitation.
type InviteGroupViewer {
id: ID!
name: String!
type: ViewerGroupType!
organization: InviteOrganizationViewer!
}
Fields
InviteGroupViewer.id ● ID! non-null scalar {#id}
InviteGroupViewer.name ● String! non-null scalar {#name}
Group name
InviteGroupViewer.type ● ViewerGroupType! non-null enum {#type}
Type of group.
InviteGroupViewer.organization ● InviteOrganizationViewer! non-null object {#organization}
The organization this group belongs to.
Member Of
InviteViewer object