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

Commit 0af7a6d

Browse files
Update GraphQL document
1 parent 6048e2c commit 0af7a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/github/scalars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When calling the GraphQL API, you must specify nested subfields until you return
6262

6363
### ID
6464

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>
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 <code>&quot;4&quot;</code>) or integer (such as <code>4</code>) input value will be accepted as an ID.</p>
6666

6767
---
6868

@@ -80,7 +80,7 @@ When calling the GraphQL API, you must specify nested subfields until you return
8080

8181
### String
8282

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>
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

0 commit comments

Comments
 (0)