You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/HotChocolate/Core/test/Types.Analyzers.Integration.Tests/HotChocolate.Types.Analyzers.Integration.Tests.csproj
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@
13
13
<NoWarn>$(NoWarn);GD0001</NoWarn>
14
14
</PropertyGroup>
15
15
16
+
<PropertyGroup>
17
+
<!--Required since otherwise the XML docs won't be inferred by the source generator.-->
Copy file name to clipboardExpand all lines: src/HotChocolate/Core/test/Types.Analyzers.Integration.Tests/__snapshots__/InterfaceTests.Schema_Snapshot.snap
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ type ProductsEdge {
44
44
}
45
45
46
46
typeQuery {
47
+
"""
48
+
Gets the product.
49
+
50
+
51
+
**Returns:**
52
+
The only product.
53
+
"""
47
54
product:Product!
48
55
products("Returnstheelementsinthelistthatcomeafterthespecifiedcursor." after:Version2"Returns the first _n_ elements from the list."first: Int"Returns the last _n_ elements from the list."last: Int"Returns the elements in the list that come before the specified cursor."before: String):ProductsConnection @listSize(assumedSize:50, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue:10, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument:false) @cost(weight:"10")
Copy file name to clipboardExpand all lines: src/HotChocolate/Core/test/Types.Analyzers.Tests/__snapshots__/ObjectTypeXmlDocInferenceTests.When_xml_doc_with_multiple_breaks_is_read_then_they_are_not_stripped_away.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ namespace TestNamespace
78
78
var bindingResolver =field.Context.ParameterBindingResolver;
79
79
var naming =field.Context.Naming;
80
80
81
-
configuration.Description="Query and manages users.\n\nPlease note:\n* Users ...\n* Users ...\n * Users ...\n * Users ...\n\nYou need one of the following role: Owner,\nEditor, use XYZ to manage permissions.";
81
+
configuration.Description="Query and manages users.\n\nPlease note:\n* Users ...\n* Users ...\n * Users ...\n * Users ...\n\nYou need one of the following role: Owner,\nEditor, use XYZ to manage permissions.";
0 commit comments