Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanl/absinthe_relay_keyset_connection
https://github.com/nathanl/absinthe_relay_keyset_connection
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanl/absinthe_relay_keyset_connection
- Owner: nathanl
- License: mit
- Created: 2021-09-24T16:13:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T18:09:37.000Z (over 2 years ago)
- Last Synced: 2024-10-03T02:24:35.957Z (about 1 month ago)
- Language: Elixir
- Size: 40 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).