File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,11 @@ GraphQL descriptions are provided as Markdown (as specified by
247
247
[ CommonMark] ( https://commonmark.org/ ) ). Description strings (often
248
248
{BlockString}) occur immediately before the definition they describe.
249
249
250
+ Descriptions in GraphQL executable documents are purely for documentation
251
+ purposes. They MUST NOT affect the execution, validation, or response of a
252
+ GraphQL document. It is safe to remove all descriptions and comments from
253
+ executable documents without changing their behavior or results.
254
+
250
255
This is an example of a well-described operation:
251
256
252
257
``` graphql example
@@ -279,11 +284,6 @@ fragment TimeMachineDetails on TimeMachine {
279
284
}
280
285
```
281
286
282
- Descriptions in GraphQL executable documents are purely for documentation
283
- purposes. They MUST NOT affect the execution, validation, or response of a
284
- GraphQL document. It is safe to remove all descriptions and comments from
285
- executable documents without changing their behavior or results.
286
-
287
287
## Document
288
288
289
289
Document : Definition+
You can’t perform that action at this time.
0 commit comments