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 a01bec1 commit d5ff29cCopy full SHA for d5ff29c
README.md
@@ -61,11 +61,10 @@ And use the scalar in your schema
61
62
## DateTime Scalars
63
64
-See [GraphQL Scalars - Date Time Specification](https://www.graphql-scalars.com/date-time/).
65
-
66
-- `DateTime`
+- `DateTime` - [specification](https://scalars.graphql.org/andimarek/date-time.html)
+ - See specification
67
- An RFC-3339 compliant date time scalar that accepts string values like `1996-12-19T16:39:57-08:00` and produces
68
- `java.time.OffsetDateTime` objects at runtime
+ `java.time.OffsetDateTime` objects at runtime.
69
- `Time`
70
- An RFC-3339 compliant time scalar that accepts string values like `16:39:57-08:00` and produces
71
`java.time.OffsetTime` objects at runtime
0 commit comments