cayley
cayley copied to clipboard
Gizmo: Document All() doesn't return all results
As explained in #718 .All() doesn't return all results. All the results can be retrieved by .GetLimit(-1) or passing limit=-1 in query string.
This is fixed with LinkedQL. Should document for legacy use