We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c041b commit 3ee0762Copy full SHA for 3ee0762
lib/graphql/schema/relay_classic_mutation.rb
@@ -75,7 +75,7 @@ def dummy
75
d = Class.new(GraphQL::Schema::Resolver)
76
d.argument_class(self.argument_class)
77
# TODO make this lazier?
78
- d.argument(:input, input_type, description: "Parameters for #{self.graphql_name}", required: true)
+ d.argument(:input, input_type, description: "Parameters for #{self.graphql_name}")
79
d
80
end
81
0 commit comments