Releases: graphql/graphql-relay-js
Releases · graphql/graphql-relay-js
v0.3.3
New
- Add
connectionFromArraySlice
andconnectionFromPromisedArraySlice
methods for exposing connections without having to materialize an array containing all possible records.
Fixed
- Address spec compliance for connection edge case (with
first: 0
and nobefore
orafter
).