You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p data-source="spec/Section%202%20--%20Language.md#L240-L244">Documentation is a first-class feature of GraphQL by including written descriptions on all named definitions in executable <span class="spec-nt"><a href="#Document" data-name="Document">Document</a></span> and GraphQL type systems, which is also made available via introspection ensuring the documentation of a GraphQL service remains consistent with its capabilities (see <a href="#sec-Type-System-Descriptions">Type System Descriptions</a>).</p>
542
542
<p data-source="spec/Section%202%20--%20Language.md#L246-L248">GraphQL descriptions are provided as Markdown (as specified by <a href="https://commonmark.org/">CommonMark</a>). Description strings (often <span class="spec-nt"><a href="#BlockString" data-name="BlockString">BlockString</a></span>) occur immediately before the definition they describe.</p>
543
-
<p data-source="spec/Section%202%20--%20Language.md#L250">This is an example of a well-described operation:</p>
<p data-source="spec/Section%202%20--%20Language.md#L250-L253">Descriptions in GraphQL executable documents are purely for documentation purposes. They MUST NOT affect the execution, validation, or response of a GraphQL document. It is safe to remove all descriptions and comments from executable documents without changing their behavior or results.</p>
544
+
<p data-source="spec/Section%202%20--%20Language.md#L255">This is an example of a well-described operation:</p>
<p data-source="spec/Section%202%20--%20Language.md#L282-L285">Descriptions in GraphQL executable documents are purely for documentation purposes. They MUST NOT affect the execution, validation, or response of a GraphQL document. It is safe to remove all descriptions and comments from executable documents without changing their behavior or results.</p>
573
573
</section>
574
574
<section id="sec-Document" secid="2.3">
575
575
<h2 data-source="spec/Section%202%20--%20Language.md#L287"><span class="spec-secid" title="link to this section"><a href="#sec-Document">2.3</a></span>Document</h2>
0 commit comments