diff --git a/lib/resource/resource.ex b/lib/resource/resource.ex index 2a988e0..c742a20 100644 --- a/lib/resource/resource.ex +++ b/lib/resource/resource.ex @@ -79,7 +79,7 @@ defmodule AshGraphql.Resource do defmodule Action do @moduledoc "Represents a configured generic action" - defstruct [:type, :name, :action, :description, :relay_id_translations, hide_inputs: []] + defstruct [:type, :name, :action, :resource, :description, :relay_id_translations, hide_inputs: []] end @action %Spark.Dsl.Entity{