File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3759,7 +3759,7 @@ type ProjectEdge {
3759
3759
3760
3760
# Ways in which lists of projects can be ordered upon return.
3761
3761
input ProjectOrder {
3762
- # The direction in which to order projects by the specified field.
3762
+ " The direction in which to order projects by the specified field."
3763
3763
direction : OrderDirection !
3764
3764
3765
3765
# The field in which to order projects by.
Original file line number Diff line number Diff line change 2
2
query : RootQuery
3
3
}
4
4
type RootQuery {
5
- # Do a thing
5
+ " Do a thing"
6
6
thing : [String ! ]!
7
7
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ scalar URI
20
20
type Query {
21
21
# Look up a code of conduct by its key
22
22
codeOfConduct (
23
- # The code of conduct's key
23
+ " The code of conduct's key"
24
24
key : String !
25
25
): CodeOfConduct
26
26
}
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ def test_that_it_sets_classes
137
137
end
138
138
139
139
def test_that_named_query_root_generates_fields
140
- skip ( "graphql 2.2.0+ causes this to fail" )
141
140
options = deep_copy ( GraphQLDocs ::Configuration ::GRAPHQLDOCS_DEFAULTS )
142
141
options [ :output_dir ] = @output_dir
143
142
@@ -197,7 +196,6 @@ def test_that_markdown_preserves_whitespace
197
196
end
198
197
199
198
def test_that_empty_html_lines_not_interpreted_by_markdown
200
- skip ( "graphql 2.2.0+ causes this to fail" )
201
199
options = deep_copy ( GraphQLDocs ::Configuration ::GRAPHQLDOCS_DEFAULTS )
202
200
options [ :output_dir ] = @output_dir
203
201
@@ -210,7 +208,6 @@ def test_that_empty_html_lines_not_interpreted_by_markdown
210
208
end
211
209
212
210
def test_that_non_empty_html_lines_not_interpreted_by_markdown
213
- skip ( "graphql 2.2.0+ causes this to fail" )
214
211
options = deep_copy ( GraphQLDocs ::Configuration ::GRAPHQLDOCS_DEFAULTS )
215
212
options [ :output_dir ] = @output_dir
216
213
You can’t perform that action at this time.
0 commit comments