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
247247[ CommonMark] ( https://commonmark.org/ ) ). Description strings (often
248248{BlockString}) occur immediately before the definition they describe.
249249
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+
250255This is an example of a well-described operation:
251256
252257``` graphql example
@@ -279,11 +284,6 @@ fragment TimeMachineDetails on TimeMachine {
279284}
280285```
281286
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-
287287## Document
288288
289289Document : Definition+
You can’t perform that action at this time.
0 commit comments