Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathanl/absinthe_relay_keyset_connection


https://github.com/nathanl/absinthe_relay_keyset_connection

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# AbsintheRelayKeysetConnection

Support for paginated result sets using keyset pagination, for use in an
Absinthe resolver module.
Requires defining a connection with
[Absinthe.Relay.Connection](https://hexdocs.pm/absinthe_relay/Absinthe.Relay.Connection.html).

## Installation

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

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

... and `mix deps.get`.

## Usage

See the docs linked from [the package](https://hex.pm/packages/absinthe_relay_keyset_connection).