Skip to content

Commit 1439574

Browse files
deploy: 0ab3d4b
1 parent f57d463 commit 1439574

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

draft/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ <h3 data-source="spec/Section%203%20--%20Type%20System.md#L339"><span class="spe
16631663
<span class="spec-call"><a href="#IsInputType()" data-name="IsInputType">IsInputType</a>(<var data-name="type">type</var>)</span><ol>
16641664
<li data-source="spec/Section%203%20--%20Type%20System.md#L352-L354">If <var data-name="type">type</var> is a List type or Non-Null type:<ol>
16651665
<li data-source="spec/Section%203%20--%20Type%20System.md#L353">Let <var data-name="unwrappedType">unwrappedType</var> be the unwrapped type of <var data-name="type">type</var>.</li>
1666-
<li data-source="spec/Section%203%20--%20Type%20System.md#L354">Return IsInputType(<var data-name="unwrappedType">unwrappedType</var>).</li>
1666+
<li data-source="spec/Section%203%20--%20Type%20System.md#L354">Return <span class="spec-call"><a href="#IsInputType()" data-name="IsInputType">IsInputType</a>(<var data-name="unwrappedType">unwrappedType</var>)</span>.</li>
16671667
</ol>
16681668
</li>
16691669
<li data-source="spec/Section%203%20--%20Type%20System.md#L355-L356">If <var data-name="type">type</var> is a Scalar, Enum, or Input Object type:<ol>
@@ -1677,7 +1677,7 @@ <h3 data-source="spec/Section%203%20--%20Type%20System.md#L339"><span class="spe
16771677
<span class="spec-call"><a href="#IsOutputType()" data-name="IsOutputType">IsOutputType</a>(<var data-name="type">type</var>)</span><ol>
16781678
<li data-source="spec/Section%203%20--%20Type%20System.md#L361-L363">If <var data-name="type">type</var> is a List type or Non-Null type:<ol>
16791679
<li data-source="spec/Section%203%20--%20Type%20System.md#L362">Let <var data-name="unwrappedType">unwrappedType</var> be the unwrapped type of <var data-name="type">type</var>.</li>
1680-
<li data-source="spec/Section%203%20--%20Type%20System.md#L363">Return IsOutputType(<var data-name="unwrappedType">unwrappedType</var>).</li>
1680+
<li data-source="spec/Section%203%20--%20Type%20System.md#L363">Return <span class="spec-call"><a href="#IsOutputType()" data-name="IsOutputType">IsOutputType</a>(<var data-name="unwrappedType">unwrappedType</var>)</span>.</li>
16811681
</ol>
16821682
</li>
16831683
<li data-source="spec/Section%203%20--%20Type%20System.md#L364-L365">If <var data-name="type">type</var> is a Scalar, Object, Interface, Union, or Enum type:<ol>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<html> <head> <title>GraphQL Specification Versions</title> <style> body { color: #333333; font: 13pt/18pt Cambria, 'Palatino Linotype', Palatino, 'Liberation Serif', serif; margin: 6rem auto 3rem; max-width: 780px; } @media (min-width: 1240px) { body { padding-right: 300px; } } a { color: #3B5998; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 1.5em; margin: 8rem 0 2em; } td { padding-bottom: 5px; } td + td { padding-left: 2ch; } </style> </head> <body> <h1>GraphQL</h1> <table> <tr> <td><em>Prerelease</em></td> <td><a href="./draft" keep-hash>Working Draft</a></td> <td>Fri, Mar 7, 2025</td> <td></td> </tr> <tr> <td><em>Latest Release</em></td> <td><a href="./October2021" keep-hash>October 2021</a></td> <td>Tue, Oct 26, 2021</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2021">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./June2018" keep-hash>June 2018</a></td> <td>Sun, Jun 10, 2018</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/June2018">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2016" keep-hash>October 2016</a></td> <td>Mon, Oct 31, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./April2016" keep-hash>April 2016</a></td> <td>Thu, Apr 7, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/April2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2015" keep-hash>October 2015</a></td> <td>Thu, Oct 1, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2015">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./July2015" keep-hash>July 2015</a></td> <td>Thu, Jul 2, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/July2015">Release Notes</a></td> </tr> </table> <script> var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { if (links[i].hasAttribute('keep-hash')) { links[i].href += location.hash; links[i].removeAttribute('keep-hash'); } } </script> </body> </html>
1+
<html> <head> <title>GraphQL Specification Versions</title> <style> body { color: #333333; font: 13pt/18pt Cambria, 'Palatino Linotype', Palatino, 'Liberation Serif', serif; margin: 6rem auto 3rem; max-width: 780px; } @media (min-width: 1240px) { body { padding-right: 300px; } } a { color: #3B5998; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 1.5em; margin: 8rem 0 2em; } td { padding-bottom: 5px; } td + td { padding-left: 2ch; } </style> </head> <body> <h1>GraphQL</h1> <table> <tr> <td><em>Prerelease</em></td> <td><a href="./draft" keep-hash>Working Draft</a></td> <td>Mon, Mar 10, 2025</td> <td></td> </tr> <tr> <td><em>Latest Release</em></td> <td><a href="./October2021" keep-hash>October 2021</a></td> <td>Tue, Oct 26, 2021</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2021">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./June2018" keep-hash>June 2018</a></td> <td>Sun, Jun 10, 2018</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/June2018">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2016" keep-hash>October 2016</a></td> <td>Mon, Oct 31, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./April2016" keep-hash>April 2016</a></td> <td>Thu, Apr 7, 2016</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/April2016">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./October2015" keep-hash>October 2015</a></td> <td>Thu, Oct 1, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/October2015">Release Notes</a></td> </tr> <tr> <td></td> <td><a href="./July2015" keep-hash>July 2015</a></td> <td>Thu, Jul 2, 2015</td> <td><a href="https://github.com/graphql/graphql-spec/releases/tag/July2015">Release Notes</a></td> </tr> </table> <script> var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { if (links[i].hasAttribute('keep-hash')) { links[i].href += location.hash; links[i].removeAttribute('keep-hash'); } } </script> </body> </html>

0 commit comments

Comments
 (0)