<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@easyops-cn/brick-next-pipes](./brick-next-pipes.md) &gt; [GraphQuery](./brick-next-pipes.graphquery.md) &gt; [sort](./brick-next-pipes.graphquery.sort.md)

## GraphQuery.sort property

**Signature:**

```typescript
sort?: {
        key: string;
        order: 1 | -1;
    };
```

