ash_authentication/test/support/example/schema.ex

9 lines
129 B
Elixir

defmodule Example.Schema do
@moduledoc false
use Absinthe.Schema
use AshGraphql, domains: [Example]
query do
end
end