We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d7c4a commit 071a2b8Copy full SHA for 071a2b8
1 file changed
guides/type_definitions/field_extensions.md
@@ -96,7 +96,7 @@ In this case, `{limit: 20}` will be passed as `options:` to `#initialize` and `o
96
For example, options can be used for modifying execution:
97
98
```ruby
99
-def after_resolve(value:, **rest)
+def after_resolve(value:, **options)
100
# Apply the limit from the options
101
value.limit(options[:limit])
102
end
0 commit comments