Packages

Pluggable resolve throttling for Absinthe GraphQL.

Current section

Files

Jump to
absinthe_throttle lib adapter.ex
Raw

lib/adapter.ex

defmodule AbsintheThrottle.Adapter do
@callback transaction(Absinthe.Resolution.t, []) :: {:ok, any} | {:error, reason :: any}
end