Skip to content

fanatics-live/absinthe_relay_keyset_connection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%