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
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -287,22 +287,23 @@ query {
287
287
## URL Scalars
288
288
289
289
<table>
290
-
<tr>
291
-
<td>Scalar Name</td>
292
-
<td>Scalar Specification</td>
293
-
<td>Description</td>
294
-
</tr>
295
-
<tr>
296
-
<td> `Url` </td>
297
-
<td><prelang="graphql">
298
-
scalar URL
299
-
@specifiedBy(url:
300
-
"https://www.w3.org/Addressing/URL/url-spec.txt"
301
-
)
302
-
</ore>
303
-
</td>
304
-
<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>
305
-
</tr>
290
+
<tr>
291
+
<td>Scalar Name</td>
292
+
<td>Scalar Specification</td>
293
+
<td>Description</td>
294
+
</tr>
295
+
<tr>
296
+
<td> `Url` </td>
297
+
<td>
298
+
<pre lang="graphql">
299
+
scalar URL
300
+
@specifiedBy(url:
301
+
"https://www.w3.org/Addressing/URL/url-spec.txt"
302
+
)
303
+
</ore>
304
+
</td>
305
+
<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>
306
+
</tr>
306
307
</table>
307
308
308
309
| Scalar Name | Scalar Specification | Description |
0 commit comments