v1.0.0 #401
sgarner
announced in
Announcements
v1.0.0
#401
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
PaginatorwithConnectionBuilder+ more API changes by @sgarner in Replace Paginator with ConnectionBuilder + more API changes #400This major v1.0.0 release contains some breaking changes compared with the last pre-release.
OffsetCursorPaginatorclass is removed. Please useOffsetPaginatedConnectionBuilderinstead (refer to updated usage instructions in README).Cursor.create()method is removed. UseCursor.fromString()instead.ConnectionInterfacenow requires anEdgetype as its first type argument instead of aNodetype.Full Changelog: v0.4.2...v1.0.0
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions