Commit 97f8e00f authored by Kati Paizee's avatar Kati Paizee

Merge branch 'russell/improve-graphql-toggle-docs' into 'master'

Improve example in GraphQL Style Guide's field toggle example

See merge request gitlab-org/gitlab!70562
parents 00ef0772 176cfd64
......@@ -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