You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/functions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ try {
44
44
This package contains the [create entity tests](../src/tests/createEntity) and the [create entity signature](../src/signatures/CreateEntity.ts) for this function.
45
45
46
46
### getEntities
47
-
Retreives a sorted paginated array of entities that match the [`filter`](./options.md#filter) option.
47
+
Retreives a sorted paginated array of entities that match the [`filter`](./options.md#filter) option. Users of this function may want to use the [`createCursorFromEntity` utility function](./utils.md#createcursorfromentity) and may need to use the [`convertPropertyFilter` utility function](./utils.md#convertpropertyfilter). Implementors of this function will need to use the [`createCursorFromEntity`](./utils.md#createcursorfromentity) and [`createPaginationFilter`](./utils.md#createpaginationfilter) utility functions to generate and use cursors.
0 commit comments