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
The ConnectionDataFetcher now handles a null return value from the
delegate DataFetcher, turning leniently into an empty connection.
Also log a debug message in case of a TrivialDataFetcher mapped to
a connection field, and do not decorate it to begin with.
Closesgh-707
Copy file name to clipboardExpand all lines: spring-graphql/src/test/java/org/springframework/graphql/data/pagination/ConnectionFieldTypeVisitorTests.java
+45-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importjava.util.Collection;
20
20
importjava.util.List;
21
21
22
+
importgraphql.schema.PropertyDataFetcher;
22
23
importorg.junit.jupiter.api.Test;
23
24
importreactor.core.publisher.Mono;
24
25
@@ -38,7 +39,7 @@ public class ConnectionFieldTypeVisitorTests {
0 commit comments