|
6 | 6 |
|
7 | 7 | When calling the GraphQL API, you must specify nested subfields until you return only scalars. |
8 | 8 |
|
9 | | -### DateTime |
| 9 | +### Boolean |
10 | 10 |
|
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> |
12 | 12 |
|
13 | 13 | --- |
14 | 14 |
|
15 | | -### URI |
| 15 | +### Date |
16 | 16 |
|
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> |
18 | 18 |
|
19 | 19 | --- |
20 | 20 |
|
21 | | -### Int |
| 21 | +### DateTime |
22 | 22 |
|
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> |
24 | 24 |
|
25 | 25 | --- |
26 | 26 |
|
27 | | -### GitObjectID |
| 27 | +### Float |
28 | 28 |
|
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> |
30 | 30 |
|
31 | 31 | --- |
32 | 32 |
|
33 | | -### HTML |
| 33 | +### GitObjectID |
34 | 34 |
|
35 | | -<p>A string containing HTML code.</p> |
| 35 | +<p>A Git object ID.</p> |
36 | 36 |
|
37 | 37 | --- |
38 | 38 |
|
39 | | -### Boolean |
| 39 | +### GitRefname |
40 | 40 |
|
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> |
42 | 42 |
|
43 | 43 | --- |
44 | 44 |
|
45 | | -### GitTimestamp |
| 45 | +### GitSSHRemote |
46 | 46 |
|
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> |
48 | 48 |
|
49 | 49 | --- |
50 | 50 |
|
51 | | -### ID |
| 51 | +### GitTimestamp |
52 | 52 |
|
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 “4”) 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> |
54 | 54 |
|
55 | 55 | --- |
56 | 56 |
|
57 | | -### PreciseDateTime |
| 57 | +### HTML |
58 | 58 |
|
59 | | -<p>An ISO-8601 encoded UTC date string with millisecond precision.</p> |
| 59 | +<p>A string containing HTML code.</p> |
60 | 60 |
|
61 | 61 | --- |
62 | 62 |
|
63 | | -### String |
| 63 | +### ID |
64 | 64 |
|
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 “4”) or integer (such as 4) input value will be accepted as an ID.</p> |
66 | 66 |
|
67 | 67 | --- |
68 | 68 |
|
69 | | -### X509Certificate |
| 69 | +### Int |
70 | 70 |
|
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> |
72 | 72 |
|
73 | 73 | --- |
74 | 74 |
|
75 | | -### GitSSHRemote |
| 75 | +### PreciseDateTime |
76 | 76 |
|
77 | | -<p>Git SSH string</p> |
| 77 | +<p>An ISO-8601 encoded UTC date string with millisecond precision.</p> |
78 | 78 |
|
79 | 79 | --- |
80 | 80 |
|
81 | | -### GitRefname |
| 81 | +### String |
82 | 82 |
|
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> |
84 | 84 |
|
85 | 85 | --- |
86 | 86 |
|
87 | | -### Float |
| 87 | +### URI |
88 | 88 |
|
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> |
90 | 90 |
|
91 | 91 | --- |
92 | 92 |
|
93 | | -### Date |
| 93 | +### X509Certificate |
94 | 94 |
|
95 | | -<p>An ISO-8601 encoded date string.</p> |
| 95 | +<p>A valid x509 certificate string</p> |
96 | 96 |
|
97 | 97 | --- |
0 commit comments