Commit b1b9199
File tree
8 files changed
+96
-101
lines changedFilter options
- src/graphql
- language
- pyutils
- subscription
- utilities
- validation
- rules
8 files changed
+96
-101
lines changedsrc/graphql/language/visitor.py
Copy file name to clipboardExpand all lines: src/graphql/language/visitor.py+13-18Lines changed: 13 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
196 | 195 |
|
197 | 196 |
|
198 | 197 |
|
| ||
256 | 255 |
|
257 | 256 |
|
258 | 257 |
|
259 |
| - |
260 |
| - |
261 |
| - |
262 |
| - |
| 258 | + |
263 | 259 |
|
264 | 260 |
|
265 | 261 |
|
266 | 262 |
|
267 | 263 |
|
268 | 264 |
|
269 | 265 |
|
| 266 | + |
| 267 | + |
270 | 268 |
|
271 |
| - |
272 |
| - |
273 |
| - |
274 |
| - |
| 269 | + |
275 | 270 |
|
276 | 271 |
|
277 | 272 |
|
|
src/graphql/pyutils/suggestion_list.py
Copy file name to clipboardExpand all lines: src/graphql/pyutils/suggestion_list.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
|
src/graphql/subscription/map_async_iterator.py
Copy file name to clipboardExpand all lines: src/graphql/subscription/map_async_iterator.py+20-20Lines changed: 20 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
| ||
61 | 59 |
|
62 | 60 |
|
63 | 61 |
|
64 |
| - |
| 62 | + |
| 63 | + |
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
| ||
72 | 71 |
|
73 | 72 |
|
74 | 73 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
|
src/graphql/utilities/print_schema.py
Copy file name to clipboardExpand all lines: src/graphql/utilities/print_schema.py+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
| 111 | + |
115 | 112 |
|
116 | 113 |
|
117 | 114 |
|
|
src/graphql/utilities/strip_ignored_characters.py
Copy file name to clipboardExpand all lines: src/graphql/utilities/strip_ignored_characters.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
83 |
| - |
84 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
|
src/graphql/validation/rules/lone_anonymous_operation.py
Copy file name to clipboardExpand all lines: src/graphql/validation/rules/lone_anonymous_operation.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 |
| - |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
|
src/graphql/validation/rules/single_field_subscriptions.py
Copy file name to clipboardExpand all lines: src/graphql/validation/rules/single_field_subscriptions.py+50-49Lines changed: 50 additions & 49 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
57 | 66 |
|
58 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
59 | 75 |
|
60 | 76 |
|
61 | 77 |
|
62 | 78 |
|
63 | 79 |
|
64 | 80 |
|
65 | 81 |
|
66 |
| - |
67 |
| - |
| 82 | + |
| 83 | + |
68 | 84 |
|
69 | 85 |
|
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
|
src/graphql/validation/validation_context.py
Copy file name to clipboardExpand all lines: src/graphql/validation/validation_context.py+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
104 | 106 |
|
105 | 107 |
|
106 | 108 |
|
|
0 commit comments