Skip to content

Commit

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

0 comments on commit d157fdd

Please sign in to comment.