chore: update docs

This commit is contained in:
Zach Daniel 2023-10-24 12:42:28 -04:00
parent 76783b355b
commit d6c1445974

View file

@ -1,5 +1,5 @@
defmodule Ash.Api.GlobalInterface do
@moduledoc false
@moduledoc "The interface for calling any Ash api. Use `Ash` to call these functions."
for {function, arity} <- Ash.Api.Functions.functions() do
if function == :load do
def load({:ok, result}, load) do