Skip to content

Commit 3a3fbf6

Browse files
committed
test: hide channel input in update mutation
1 parent 1ff3fb6 commit 3a3fbf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/support/resources/channel/channel_simple.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ defmodule AshGraphql.Test.ChannelSimple do
1515
type :channel_simple
1616

1717
mutations do
18-
update :update_channel, :update_channel, read_action: :read_channel, identity: false
18+
update :update_channel, :update_channel,
19+
read_action: :read_channel,
20+
identity: false,
21+
hide_inputs: [:channel]
1922
end
2023
end
2124

0 commit comments

Comments
 (0)