We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54fcf44 + 071a2b8 commit 0839b5eCopy full SHA for 0839b5e
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