Skip to content

Commit 34ecceb

Browse files
committed
chore: rephrasing the info
1 parent d0debc3 commit 34ecceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/graphql/dtos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ import { SortDirection } from '@ptc-org/nestjs-query-core';
658658
defaultSort: [{ field: 'id', direction: SortDirection.ASC }],
659659
})
660660
```
661-
Note that default value for `defaultSort` is `[]`, meaning if you do **not** specify it you will receive the results as your underlying database decided to return it which makes it unreliable.
661+
Note that default value for `defaultSort` is `[]`, meaning if you do **not** specify it you will receive the results as determined by your underlying database, which is unreliable and calculated based on how your database engine works.
662662
:::
663663
664664
### Allowed Boolean Expressions

0 commit comments

Comments
 (0)