We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233c670 commit 6aa5d8eCopy full SHA for 6aa5d8e
README.md
@@ -139,7 +139,7 @@ scalar DateTime
139
<td><pre lang="graphql">
140
scalar Date
141
@specifiedBy(url:
142
- ["https://tools.ietf.org/html/rfc3339](https://tools.ietf.org/html/rfc3339)"
+ "https://tools.ietf.org/html/rfc3339"
143
)</pre></td>
144
<td>A RFC-3339 compliant date scalar that accepts string values like <code>1996-12-19</code> and produces <code>java.time.LocalDate</code> objects at runtime.</td>
145
</tr>
0 commit comments