docs: fix docs example

This commit is contained in:
Zach Daniel 2022-12-29 23:38:42 -05:00
parent 325ce9c6be
commit c62d1d50ea

View file

@ -137,7 +137,7 @@ defmodule AshGraphql.Resource do
...
managed_relationships do
managed_relationship :create_post, :comments
managed_relationship :create, :comments
end
end
```