From 1a2e197bacac320daacdcae87be9ab17a2f5ceb4 Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Tue, 11 Jun 2024 15:26:44 +0000 Subject: [PATCH] add resource query to action struct --- lib/resource/resource.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{