Skip to content

Commit 9c1deaa

Browse files
committed
Fix test
1 parent 3675d3c commit 9c1deaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/dummy/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class DairyAppMutation < BaseObject
489489
description "The root for mutations in this schema"
490490
field :push_value, [Integer], null: false, description: "Push a value onto a global array :D" do
491491
argument :value, Integer, as: :val
492-
argument :deprecated_test_input, DairyProductInput
492+
argument :deprecated_test_input, DairyProductInput, required: false
493493
end
494494
def push_value(val:)
495495
GLOBAL_VALUES << val

0 commit comments

Comments
 (0)