You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12549,7 +12549,7 @@
12549
12549
},
12550
12550
{
12551
12551
"name": "since",
12552
-
"description": "Allows specifying a beginning time or date for fetching commits.",
12552
+
"description": "Allows specifying a beginning time or date for fetching commits. Unexpected results may be returned for dates not between 1970-01-01 and 2099-12-13 (inclusive).",
12553
12553
"type": {
12554
12554
"kind": "SCALAR",
12555
12555
"name": "GitTimestamp",
@@ -12559,7 +12559,7 @@
12559
12559
},
12560
12560
{
12561
12561
"name": "until",
12562
-
"description": "Allows specifying an ending time or date for fetching commits.",
12562
+
"description": "Allows specifying an ending time or date for fetching commits. Unexpected results may be returned for dates not between 1970-01-01 and 2099-12-13 (inclusive).",
0 commit comments