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.
2 parents dd22339 + b62f32e commit c737ab9Copy full SHA for c737ab9
guides/fields/arguments.md
@@ -36,7 +36,7 @@ argument :category, !types.String
36
Use `default_value: value` to provide a default value for the argument if not supplied in the query.
37
38
```ruby
39
-argument :category, !types.String, default_value: "Programming"
+argument :category, types.String, default_value: "Programming"
40
```
41
42
Use `as: :alternateName` to use a different key from within your resolvers while
0 commit comments