Skip to content

Commit 086bfff

Browse files
Update scalars/contributed/jakobmerrild/long.md
Co-authored-by: Martin Bonnin <martin@mbonnin.net>
1 parent 66fb671 commit 086bfff

File tree

1 file changed

+1
-3
lines changed
  • scalars/contributed/jakobmerrild

1 file changed

+1
-3
lines changed

scalars/contributed/jakobmerrild/long.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Copyright © GraphQL contributors. This specification is licensed under
1313

1414
# Overview
1515

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.
16+
This scalar represents a 64-bit signed integer (non-fractional) value, ranging from `-2^63` to `2^63-1`. ```
1917

2018
# Name
2119

0 commit comments

Comments
 (0)