fix: fix usage of new Ash.Query.filter/2

This commit is contained in:
Zach Daniel 2020-10-09 21:10:22 -04:00
parent 244da78444
commit 77566d96c4
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 3 additions and 0 deletions

1
FUNDING.yml Normal file
View file

@ -0,0 +1 @@
github: zachdaniel

View file

@ -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}