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 66fb671 commit 086bfffCopy full SHA for 086bfff
scalars/contributed/jakobmerrild/long.md
@@ -13,9 +13,7 @@ Copyright © GraphQL contributors. This specification is licensed under
13
14
# Overview
15
16
-This Scalar represents a 64-bit signed integer (non-fractional) value, ranging from `-2^63` to `2^63-1`. Such values are commonly
17
-used to represent timestamps as the number of milliseconds since the UNIX epoch (`1970-01-01T00:00:00.000Z`)
18
-among other use cases.
+This scalar represents a 64-bit signed integer (non-fractional) value, ranging from `-2^63` to `2^63-1`. ```
19
20
# Name
21
0 commit comments