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
In the API we exposed some collections using CollectionSegment (offset based pagination) and others using Connections(Cursor connections), it would be good to just use one approach for every collection. Cursor connections seems easier to implement for the more complex collections, where efficient skipping can be difficult.
The text was updated successfully, but these errors were encountered:
In the API we exposed some collections using
CollectionSegment
(offset based pagination) and others usingConnections
(Cursor connections), it would be good to just use one approach for every collection.Cursor connections seems easier to implement for the more complex collections, where efficient skipping can be difficult.
The text was updated successfully, but these errors were encountered: