Skip to content

Commit

Permalink
deploy: 18ed450
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2024
1 parent aa10499 commit 7e518df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html> <head> <title>GraphQL Composite Schemas 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 Composite Schemas</h1> <table> <tr> <td><em>Prerelease</em></td> <td><a href="./draft" keep-hash>Working Draft</a></td> <td>Thu, Mar 28, 2024</td> <td></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 Composite Schemas 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 Composite Schemas</h1> <table> <tr> <td><em>Prerelease</em></td> <td><a href="./draft" keep-hash>Working Draft</a></td> <td>Thu, Apr 4, 2024</td> <td></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 7e518df

Please sign in to comment.