Skip to content

Commit f550beb

Browse files
committed
test using table
1 parent 9f110cb commit f550beb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ query {
296296
<td> `Url` </td>
297297
<td><pre lang="graphql">
298298
scalar URL
299-
@specifiedBy(url: "https://www.w3.org/Addressing/URL/url-spec.txt")
299+
@specifiedBy(url:
300+
"https://www.w3.org/Addressing/URL/url-spec.txt"
301+
)
300302
</ore>
301303
</td>
302304
<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>

0 commit comments

Comments
 (0)