Skip to content

Commit c737ab9

Browse files
author
Robert Mosolgo
authored
Merge pull request #953 from dherault/patch-1
Update arguments.md
2 parents dd22339 + b62f32e commit c737ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/fields/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ argument :category, !types.String
3636
Use `default_value: value` to provide a default value for the argument if not supplied in the query.
3737

3838
```ruby
39-
argument :category, !types.String, default_value: "Programming"
39+
argument :category, types.String, default_value: "Programming"
4040
```
4141

4242
Use `as: :alternateName` to use a different key from within your resolvers while

0 commit comments

Comments
 (0)