Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 7eb1dcd

Browse files
committed
regen markdown
1 parent b6db9bb commit 7eb1dcd

File tree

10 files changed

+27355
-27345
lines changed

10 files changed

+27355
-27345
lines changed

example/github/enums.md

Lines changed: 1648 additions & 1648 deletions
Large diffs are not rendered by default.

example/github/input_objects.md

Lines changed: 2151 additions & 2151 deletions
Large diffs are not rendered by default.

example/github/interfaces.md

Lines changed: 1471 additions & 1471 deletions
Large diffs are not rendered by default.

example/github/objects.md

Lines changed: 20287 additions & 20287 deletions
Large diffs are not rendered by default.

example/github/queries.md

Lines changed: 79 additions & 69 deletions
Large diffs are not rendered by default.

example/github/scalars.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,92 +6,92 @@
66

77
When calling the GraphQL API, you must specify nested subfields until you return only scalars.
88

9-
### DateTime
9+
### Boolean
1010

11-
<p>An ISO-8601 encoded UTC date string.</p>
11+
<p>The <code>Boolean</code> scalar type represents <code>true</code> or <code>false</code>.</p>
1212

1313
---
1414

15-
### URI
15+
### Date
1616

17-
<p>An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.</p>
17+
<p>An ISO-8601 encoded date string.</p>
1818

1919
---
2020

21-
### Int
21+
### DateTime
2222

23-
<p>The <code>Int</code> scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.</p>
23+
<p>An ISO-8601 encoded UTC date string.</p>
2424

2525
---
2626

27-
### GitObjectID
27+
### Float
2828

29-
<p>A Git object ID.</p>
29+
<p>The <code>Float</code> scalar type represents signed double-precision fractional values as specified by <a href="http://en.wikipedia.org/wiki/IEEE_floating_point">IEEE 754</a>.</p>
3030

3131
---
3232

33-
### HTML
33+
### GitObjectID
3434

35-
<p>A string containing HTML code.</p>
35+
<p>A Git object ID.</p>
3636

3737
---
3838

39-
### Boolean
39+
### GitRefname
4040

41-
<p>The <code>Boolean</code> scalar type represents <code>true</code> or <code>false</code>.</p>
41+
<p>A fully qualified reference name (e.g. <code>refs/heads/master</code>).</p>
4242

4343
---
4444

45-
### GitTimestamp
45+
### GitSSHRemote
4646

47-
<p>An ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC.</p>
47+
<p>Git SSH string</p>
4848

4949
---
5050

51-
### ID
51+
### GitTimestamp
5252

53-
<p>The <code>ID</code> scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as &ldquo;4&rdquo;) or integer (such as 4) input value will be accepted as an ID.</p>
53+
<p>An ISO-8601 encoded date string. Unlike the DateTime type, GitTimestamp is not converted in UTC.</p>
5454

5555
---
5656

57-
### PreciseDateTime
57+
### HTML
5858

59-
<p>An ISO-8601 encoded UTC date string with millisecond precision.</p>
59+
<p>A string containing HTML code.</p>
6060

6161
---
6262

63-
### String
63+
### ID
6464

65-
<p>The <code>String</code>scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.</p>
65+
<p>The <code>ID</code> scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as &ldquo;4&rdquo;) or integer (such as 4) input value will be accepted as an ID.</p>
6666

6767
---
6868

69-
### X509Certificate
69+
### Int
7070

71-
<p>A valid x509 certificate string</p>
71+
<p>The <code>Int</code> scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.</p>
7272

7373
---
7474

75-
### GitSSHRemote
75+
### PreciseDateTime
7676

77-
<p>Git SSH string</p>
77+
<p>An ISO-8601 encoded UTC date string with millisecond precision.</p>
7878

7979
---
8080

81-
### GitRefname
81+
### String
8282

83-
<p>A fully qualified reference name (e.g. <code>refs/heads/master</code>).</p>
83+
<p>The <code>String</code>scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.</p>
8484

8585
---
8686

87-
### Float
87+
### URI
8888

89-
<p>The <code>Float</code> scalar type represents signed double-precision fractional values as specified by <a href="http://en.wikipedia.org/wiki/IEEE_floating_point">IEEE 754</a>.</p>
89+
<p>An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.</p>
9090

9191
---
9292

93-
### Date
93+
### X509Certificate
9494

95-
<p>An ISO-8601 encoded date string.</p>
95+
<p>A valid x509 certificate string</p>
9696

9797
---

0 commit comments

Comments
 (0)