CINXE.COM
GraphQL Custom Scalars
<html> <head> <title>GraphQL Custom Scalars</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; } h2 { font-size: 1.33em; margin: 2rem 0 1em; } ul { padding-left: 2rem; } table { border-spacing: 1rem 0.2rem; padding-left: 1rem; } th, td { text-align: left; } </style> </head> <body> <h1>GraphQL Custom Scalars</h1> <p>This is a directory of GraphQL Custom Scalar specifications, contributed by the community.</p> <p>Specifications in this directory can be referred to with the <a href="https://spec.graphql.org/draft/#sec--specifiedBy">@specifiedBy directive</a>, a built-in directive for documenting the behavior of custom scalar types.</p> <h2>Contributed specifications</h2> <table> <tr> <th>Specification name</th> <th>Author</th> </tr> <tr> <td><a href="andimarek/date-time.html">date-time</a></td> <td>andimarek</td> </tr> <tr> <td><a href="andimarek/local-date.html">local-date</a></td> <td>andimarek</td> </tr> </table> <h2>How to contribute</h2> <ul> <li><a href="readme-contribution-guide.html">README: a contribution guide</a></td></li> <li><a href="implementation-guide.html">Scalar specification implementation guide</a></td></li> <li><a href="template.html">Template: For new Scalars</a></td></li> <li><a href="template-string.html">Template: Simplifed for new String based Scalars</a></td></li> </ul> </body> </html>