diff --git a/lib/resource/resource.ex b/lib/resource/resource.ex index d8a8070..cf2a176 100644 --- a/lib/resource/resource.ex +++ b/lib/resource/resource.ex @@ -221,7 +221,7 @@ defmodule AshGraphql.Resource do examples: [ """ managed_relationships do - manage_relationship :create_post, :comments + managed_relationship :create_post, :comments end """ ],