ash_graphql/lib/ash_graphql.ex
Zach Daniel 369f098cef
init
2020-05-01 12:32:56 -04:00

18 lines
210 B
Elixir

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