Skip to content

Commit

Permalink
deploy: 8682a86
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 7, 2024
1 parent 7cdfcc8 commit a1a2a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ <h6 data-source="spec/Section%203%20--%20Type%20System.md#L1623"><a href="#sec-I
</section>
<section id="sec-Input-Objects.Input-Coercion" class="subsec">
<h6 data-source="spec/Section%203%20--%20Type%20System.md#L1628"><a href="#sec-Input-Objects.Input-Coercion" title="link to this subsection">Input Coercion</a></h6>
<p data-source="spec/Section%203%20--%20Type%20System.md#L1630-L1634">The value for an input object should be an input object literal or an unordered map supplied by a variable, otherwise a <span class="spec-ref"><a href="#request-error" data-name="request-error">request error</a></span> must be raised. In either case, the input object literal or unordered map must not contain any entries with names not defined by a field of this input object type, otherwise a response error must be raised.</p>
<p data-source="spec/Section%203%20--%20Type%20System.md#L1630-L1634">The value for an input object should be an input object literal or an unordered map supplied by a variable, otherwise a <span class="spec-ref"><a href="#request-error" data-name="request-error">request error</a></span> must be raised. In either case, the input object literal or unordered map must not contain any entries with names not defined by a field of this input object type, otherwise a request error must be raised.</p>
<p data-source="spec/Section%203%20--%20Type%20System.md#L1636-L1638">The result of coercion is an unordered map with an entry for each field both defined by the input object type and for which a value exists. The resulting map is constructed with the following rules:</p>
<ul>
<li data-source="spec/Section%203%20--%20Type%20System.md#L1640-L1644">If no value is provided for a defined input object field and that field definition provides a default value, the default value should be used. If no default value is provided and the input object field&rsquo;s type is non-null, an error should be raised. Otherwise, if the field is not required, then no entry is added to the coerced unordered map.</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -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>Thu, Dec 14, 2023</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>
<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>Thu, Mar 7, 2024</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 comments on commit a1a2a9d

Please sign in to comment.