Skip to content

Commit 6c9e13b

Browse files
micimizeIvanGoncharov
authored andcommitted
[Variables] Generalize description
1 parent e5c31c9 commit 6c9e13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ VariableDefinition : Variable : Type DefaultValue? Directives[Const]?
10851085

10861086
DefaultValue : = Value[Const]
10871087

1088-
A GraphQL query can be parameterized with variables, maximizing query reuse,
1088+
A GraphQL operation can be parameterized with variables, maximizing reuse,
10891089
and avoiding costly string building in clients at runtime.
10901090

10911091
If not defined as constant (for example, in {DefaultValue}), a {Variable} can be

0 commit comments

Comments
 (0)