New: - Export `backwardConnectionArgs`, `forwardConnectionArgs`, `pluralIdentifyingRootField`. - Infer `globalIdField`, connection type names if not specified. - Support thunks in mutation input and output fields. - Pass `GraphQLResolveInfo` to `idFetcher`, `pluralIdentifyingRootField`.
0.3.5
New: - `resolveNode` and `resolveCursor` functions for custom resolution behavior given an edge.
0.3.4
New - `offsetToCursor` is now exported, which addresses the use cases described in 29.
0.3.3
New - Add `connectionFromArraySlice` and `connectionFromPromisedArraySlice` 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 no `before` or `after`).
0.3.2
Fixed - Allow IDs to contain ":" characters. (18)
0.3.1
Fixed - Pass info object to mutateAndGetPayload (12) - Marks the type resolver as optional (9)