jeroenvisser101 / absinthe_relay_keyset_connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Not currently on HexDocs, as I'm not sure whether this will remain an independent library or be folded into an existing one.

The current package can be installed by adding absinthe_relay_keyset_connection to your list of dependencies in mix.exs:

def deps do
  [
    {:absinthe_relay_keyset_connection, git: "git@github.com:nathanl/absinthe_relay_keyset_connection.git"}
  ]
end

About

License:MIT License


Languages

Language:Elixir 100.0%