Skip to content

Commit 80dce2f

Browse files
deploy: 89d93eb
1 parent c654672 commit 80dce2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

draft/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<header>
1414
<h1>GraphQL</h1>
1515
<section id="intro">
16-
<p data-source="spec/GraphQL.md#L3"><em>Current Working Draft</em></p>
16+
<p data-source="spec/GraphQL.md#L3"><em>September 2025 Edition</em></p>
1717
<section id="sec-Introduction" class="subsec">
1818
<h6 data-source="spec/GraphQL.md#L5"><a href="#sec-Introduction" title="link to this subsection">Introduction</a></h6>
1919
<p data-source="spec/GraphQL.md#L7-L9">This is the specification for GraphQL, a query language and execution engine for describing and performing the capabilities and requirements of data models for client-server applications.</p>

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>Mon, Sep 1, 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>Wed, Sep 3, 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)