Packages

Plug support for AbsinthePlugCache, the GraphQL toolkit for Elixir

Current section

Files

Jump to
absinthe_plug_cache lib mix absinthe plug graphiql assets_task.ex
Raw

lib/mix/absinthe/plug/graphiql/assets_task.ex

defmodule Mix.AbsinthePlugCache.Plug.GraphiQL.AssetsTask do
def run(_args) do
if Mix.Project.umbrella?(),
do: Mix.raise("mix absinthe.plug.graphiql.assets.download can only be run inside an application directory")
AbsinthePlugCache.Plug.GraphiQL.Assets.assets_config()
end
end