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: README.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ type Something {
83
83
84
84
<table>
85
85
<tr>
86
-
<td>Scalar</td>
86
+
<td>ScalarDefinition</td>
87
87
<td>Description</td>
88
88
</tr>
89
89
<tr>
@@ -118,7 +118,7 @@ type Customer {
118
118
119
119
<table>
120
120
<tr>
121
-
<td>Scalar</td>
121
+
<td>ScalarDefinition</td>
122
122
<td>Description</td>
123
123
</tr>
124
124
<tr>
@@ -184,7 +184,7 @@ query {
184
184
185
185
<table>
186
186
<tr>
187
-
<td>Scalar</td>
187
+
<td>Scalar Definition</td>
188
188
<td>Description</td>
189
189
</tr>
190
190
<tr>
@@ -202,7 +202,7 @@ scalar UUID
202
202
203
203
<table>
204
204
<tr>
205
-
<td>Scalar</td>
205
+
<td>Scalar Definition</td>
206
206
<td>Description</td>
207
207
</tr>
208
208
<tr>
@@ -272,7 +272,7 @@ query {
272
272
273
273
<table>
274
274
<tr>
275
-
<td>Scalar</td>
275
+
<td>Scalar Definition</td>
276
276
<td>Description</td>
277
277
</tr>
278
278
<tr>
@@ -305,7 +305,7 @@ query {
305
305
306
306
<table>
307
307
<tr>
308
-
<td>Scalar</td>
308
+
<td>Scalar Definition</td>
309
309
<td>Description</td>
310
310
</tr>
311
311
<tr>
@@ -345,7 +345,7 @@ query {
345
345
346
346
<table>
347
347
<tr>
348
-
<td>Scalar</td>
348
+
<td>Scalar Definition</td>
349
349
<td>Description</td>
350
350
</tr>
351
351
<tr>
@@ -385,7 +385,7 @@ query {
385
385
386
386
<table>
387
387
<tr>
388
-
<td>Scalar</td>
388
+
<td>Scalar Definition</td>
389
389
<td>Description</td>
390
390
</tr>
391
391
<tr>
@@ -427,7 +427,7 @@ query {
427
427
428
428
<table>
429
429
<tr>
430
-
<td>Scalar</td>
430
+
<td>Scalar Definition</td>
431
431
<td>Description</td>
432
432
</tr>
433
433
<tr>
@@ -437,15 +437,15 @@ scalar URL
437
437
"https://www.w3.org/Addressing/URL/url-spec.txt"
438
438
)
439
439
</pre></td>
440
-
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces `java.net.URL` objects at runtime.</td>
440
+
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces <code>java.net.URL</code> objects at runtime.</td>
441
441
</tr>
442
442
</table>
443
443
444
444
## Object / JSON Scalars
445
445
446
446
<table>
447
447
<tr>
448
-
<td>Scalar</td>
448
+
<td>Scalar Definition</td>
449
449
<td>Description</td>
450
450
</tr>
451
451
<tr>
@@ -454,7 +454,7 @@ scalar URL
454
454
</tr>
455
455
<tr>
456
456
<td><prelang="graphql">scalar JSON</pre></td>
457
-
<td>A synonym for the `Object` scalar, it will accept any object as a scalar value.</td>
457
+
<td>A synonym for the <code>Object</code> scalar, it will accept any object as a scalar value.</td>
458
458
</tr>
459
459
</table>
460
460
@@ -504,11 +504,11 @@ adds more semantic readers to your schema consumers.
504
504
505
505
<table>
506
506
<tr>
507
-
<td>Scalar</td>
507
+
<td>Scalar Name</td>
508
508
<td>Description</td>
509
509
</tr>
510
510
<tr>
511
-
<td><prelang="graphql">-</pre></td>
511
+
<td><code>RegexScalar</code></td>
512
512
<td>Allows you to build a new scalar via a builder pattern using regular expressions.</td>
0 commit comments