diff --git a/FUNDING.yml b/FUNDING.yml new file mode 100644 index 0000000..b98cb0d --- /dev/null +++ b/FUNDING.yml @@ -0,0 +1 @@ +github: zachdaniel \ No newline at end of file diff --git a/lib/graphql/resolver.ex b/lib/graphql/resolver.ex index 8546ef1..c8e80e1 100644 --- a/lib/graphql/resolver.ex +++ b/lib/graphql/resolver.ex @@ -1,5 +1,7 @@ defmodule AshGraphql.Graphql.Resolver do @moduledoc false + + require Ash.Query def resolve( %{arguments: %{id: id}, context: context} = resolution, {api, resource, :get, action}