Skip to content

Commit 4de8782

Browse files
benjieleebyron
andauthored
Clarify query shorthand relationship with directives (#873)
Co-authored-by: Lee Byron <[email protected]>
1 parent 94f73f4 commit 4de8782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 2 -- Language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ mutation {
309309
**Query shorthand**
310310

311311
If a document contains only one operation and that operation is a query which
312-
defines no variables and contains no directives then that operation may be
313-
represented in a short-hand form which omits the {`query`} keyword and operation
314-
name.
312+
defines no variables and has no directives applied to it then that operation may
313+
be represented in a short-hand form which omits the {`query`} keyword and
314+
operation name.
315315

316316
For example, this unnamed query operation is written via query shorthand.
317317

0 commit comments

Comments
 (0)