+15
-0
lines changedFilter options
+15
-0
lines changed Original file line number Diff line number Diff line change
@@ -5,6 +5,21 @@ refer to these requests as documents. A document may contain operations
5
5
(queries and mutations are both operations) and fragments, a common unit
6
6
of composition allowing for query reuse.
7
7
8
+
## Names
9
+
10
+
GraphQL documents are full of named things: operations, fields, arguments,
11
+
directives, fragments, and variables. All names follow the same
12
+
grammatical form:
13
+
14
+
Name : /[_A-Za-z][_0-9A-Za-z]*/
15
+
16
+
Names in GraphQL are case-sensitive. That is to say `name`, `Name`, and `NAME`
17
+
all refer to different names. Underscores are significant, which means
18
+
`other_name` and `othername` are two different names.
19
+
20
+
Names in GraphQL are limited to this <acronym>ASCII</acronym> subset of possible
21
+
characters to support interoperation with as many other systems as possible.
22
+
8
23
## Document
9
24
10
25
GraphQL documents are only executable by a server if they contain an operation.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4