For the complete documentation index, see llms.txt. This page is also available as Markdown.

CommunityOrder

No description

input CommunityOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  id: SortOrder
  meta: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  parent: [CommunityOrder]
  system: SortOrder
}

Fields

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

description ● SortOrder enum

The description of this organization.

id ● SortOrder enum

The universally unique identifier of this node.

meta ● SortOrder enum

When true, this organization is not listed in the community or domain tree in the UI. Typically used for hidden domains such as *Issues*.

modifiedBy ● [UserOrder] list input

The user who last modified this resource.

modifiedOn ● SortOrder enum

The last modified date of this resource.

name ● SortOrder enum

The name of this organization.

parent ● [CommunityOrder] list input

The parent community of this organization. It is null for root communities.

system ● SortOrder enum

Whether this resource is reserved by the system.

Member Of

communities query ● CommunityOrder input ● DomainOrder input ● OrganizationOrder input ● ReadPermissionOrder input ● ResponsibilityOrder input

Last updated

Was this helpful?