Support for paginated result sets using keyset pagination, for use in an Absinthe resolver module. Requires defining a connection with Absinthe.Relay.Connection.
Add to to your list of dependencies in mix.exs
:
def deps do
[
{:absinthe_relay_keyset_connection, "~> 1.0"}
]
end
... and mix deps.get
.
See the docs linked from the package.