Skip to the content.

Home > @easyops-cn/brick-next-pipes > GraphQuery > sort

GraphQuery.sort property

Signature:

sort?: {
        key: string;
        order: 1 | -1;
    };