GitXplorerGitXplorer
n

absinthe_relay_keyset_connection

public
11 stars
4 forks
0 issues

Commits

List of commits on branch main.
Unverified
7f1be21467250000d8d23a55b29cd4b9e73b27e3

Link to docs

nnathanl committed 3 years ago
Unverified
02eeb9e298402d91ea06d37c84df230f20d2a8e0

Fix description

nnathanl committed 3 years ago
Unverified
03a181380c71f6093d270e47af3d2af06df53038

Release v1.0

nnathanl committed 3 years ago
Unverified
fc105de02cec9f8ec210d14fec5a86aa467d33da

More docs and formatting

nnathanl committed 3 years ago
Unverified
eefe6e624a661a5dafc5de49f32ba2a7cc0dc152

Improve docs and add package info

nnathanl committed 3 years ago
Unverified
622d870c57fa126320e94d44fd88de0ff52a80b5

Update docs

nnathanl committed 3 years ago

README

The README file for this repository.

AbsintheRelayKeysetConnection

Support for paginated result sets using keyset pagination, for use in an Absinthe resolver module. Requires defining a connection with Absinthe.Relay.Connection.

Installation

Add to to your list of dependencies in mix.exs:

def deps do
  [
    {:absinthe_relay_keyset_connection, "~> 1.0"}
  ]
end

... and mix deps.get.

Usage

See the docs linked from the package.