Commit 176cfd64 authored by Russell Dickenson's avatar Russell Dickenson

Improve example in field toggle docs

parent 94bcaace
......@@ -532,7 +532,7 @@ Example:
```ruby
field :foo, GraphQL::Types::String,
null: true,
description: 'Some test field. Will always return `null`' \
description: 'Some test field. Returns `null`' \
'if `my_feature_flag` feature flag is disabled.'
def foo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment