Skip to content

Commit

Permalink
make the edge non-null too
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Oct 3, 2023
1 parent 5bd28cc commit 1f70a3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/resource/resource.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,9 @@ defmodule AshGraphql.Resource do
name: "edges",
__reference__: ref(__ENV__),
type: %Absinthe.Blueprint.TypeReference.List{
of_type: String.to_atom("#{type}_edge")
of_type: %Absinthe.Blueprint.TypeReference.List{
of_type: String.to_atom("#{type}_edge")
}
}
}
]
Expand Down

0 comments on commit 1f70a3a

Please sign in to comment.