Skip to content

Commit 3ee0762

Browse files
committed
fix lint error
1 parent 43c041b commit 3ee0762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/schema/relay_classic_mutation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def dummy
7575
d = Class.new(GraphQL::Schema::Resolver)
7676
d.argument_class(self.argument_class)
7777
# TODO make this lazier?
78-
d.argument(:input, input_type, description: "Parameters for #{self.graphql_name}", required: true)
78+
d.argument(:input, input_type, description: "Parameters for #{self.graphql_name}")
7979
d
8080
end
8181
end

0 commit comments

Comments
 (0)