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
* FieldFetchingInstrumentationContext is returned back from the {@link Instrumentation#beginFieldFetching(InstrumentationFieldFetchParameters, InstrumentationState)}
11
+
* method, and it's much like the normal {@link InstrumentationContext} type except it also
12
+
* gives the value that was returned by a fields {@link graphql.schema.DataFetcher}. This allows
13
+
* you to know if the field value is a completely materialised field or if it's a {@link java.util.concurrent.CompletableFuture}
0 commit comments