Skip to content

Commit

Permalink
Merge pull request #346 from burner/patch-3
Browse files Browse the repository at this point in the history
@include Directive example sentence wrong
  • Loading branch information
wincent authored Aug 18, 2017
2 parents ae460a0 + 84da14e commit 6c4407f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ The `@include` directive may be provided for fields, fragment spreads, and
inline fragments, and allows for conditional inclusion during execution as
described by the if argument.

In this example `experimentalField` will be queried only if the `$someTest` is
provided a `true` value.
In this example `experimentalField` will only be queried if the variable
`$someTest` has the value `true`

```graphql
query myQuery($someTest: Boolean) {
Expand Down

0 comments on commit 6c4407f

Please sign in to comment.