Packages

Provides caching functionality on top of Absinthe GraphQL Server

Current section

Files

Jump to
absinthe_cache lib absinthe_cache.ex
Raw

lib/absinthe_cache.ex

defmodule AbsintheCache do
@moduledoc """
Documentation for AbsintheCache.
"""
@doc """
Hello world.
## Examples
iex> AbsintheCache.hello()
:world
"""
def hello do
:world
end
end