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: spring-graphql/src/main/java/org/springframework/graphql/data/method/annotation/support/AnnotatedControllerConfigurer.java
+14-18
Original file line number
Diff line number
Diff line change
@@ -464,13 +464,12 @@ static class SchemaMappingDataFetcher implements SelfDescribingDataFetcher<Objec
Copy file name to clipboardExpand all lines: spring-graphql/src/main/java/org/springframework/graphql/observation/GraphQlObservationInstrumentation.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ public DataFetcher<?> instrumentDataFetcher(DataFetcher<?> dataFetcher,
187
187
&& state == RequestObservationInstrumentationState.INSTANCE) {
188
188
// skip batch loading operations, already instrumented at the dataloader level
189
189
if (dataFetcherinstanceofSelfDescribingDataFetcher<?> selfDescribingDataFetcher
Copy file name to clipboardExpand all lines: spring-graphql/src/test/java/org/springframework/graphql/data/method/annotation/support/BatchMappingDetectionTests.java
Copy file name to clipboardExpand all lines: spring-graphql/src/test/java/org/springframework/graphql/data/method/annotation/support/SchemaMappingDetectionTests.java
Copy file name to clipboardExpand all lines: spring-graphql/src/test/java/org/springframework/graphql/observation/GraphQlObservationInstrumentationTests.java
0 commit comments