> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/knowledge-graph/input-types/community-order.md).

# CommunityOrder

No description

```graphql
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]`](/api/graphql/knowledge-graph/input-types/user-order.md) list input <a href="#created-by" id="created-by"></a>

The user who created this resource.

#### createdOn ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#created-on" id="created-on"></a>

The creation date of this resource.

#### description ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#description" id="description"></a>

The description of this organization.

#### id ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#id" id="id"></a>

The universally unique identifier of this node.

#### meta ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#meta" id="meta"></a>

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]`](/api/graphql/knowledge-graph/input-types/user-order.md) list input <a href="#modified-by" id="modified-by"></a>

The user who last modified this resource.

#### modifiedOn ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#modified-on" id="modified-on"></a>

The last modified date of this resource.

#### name ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#name" id="name"></a>

The name of this organization.

#### parent ● [`[CommunityOrder]`](/api/graphql/knowledge-graph/input-types/community-order.md) list input <a href="#parent" id="parent"></a>

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

#### system ● [`SortOrder`](/api/graphql/knowledge-graph/enumerations/sort-order.md) enum <a href="#system" id="system"></a>

Whether this resource is reserved by the system.

### Member Of

[`communities`](/api/graphql/knowledge-graph/queries/communities.md) query ● [`CommunityOrder`](/api/graphql/knowledge-graph/input-types/community-order.md) input ● [`DomainOrder`](/api/graphql/knowledge-graph/input-types/domain-order.md) input ● [`OrganizationOrder`](/api/graphql/knowledge-graph/input-types/organization-order.md) input ● [`ReadPermissionOrder`](/api/graphql/knowledge-graph/input-types/read-permission-order.md) input ● [`ResponsibilityOrder`](/api/graphql/knowledge-graph/input-types/responsibility-order.md) input
