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
-`UseFieldResolvers()` specifies whether to use struct field resolvers.
109
109
-`MaxDepth(n int)` specifies the maximum field nesting depth in a query. The default is 0 which disables max depth checking.
110
110
-`MaxParallelism(n int)` specifies the maximum number of resolvers per request allowed to run in parallel. The default is 10.
111
-
-`Tracer(tracer trace.Tracer)` is used to trace queries and fields. It defaults to `trace.OpenTracingTracer`.
112
-
-`ValidationTracer(tracer trace.ValidationTracer)` is used to trace validation errors. It defaults to `trace.NoopValidationTracer`.
111
+
-`Tracer(tracer trace.Tracer)` is used to trace queries and fields. It defaults to `noop.Tracer`.
113
112
-`Logger(logger log.Logger)` is used to log panics during query execution. It defaults to `exec.DefaultLogger`.
114
113
-`PanicHandler(panicHandler errors.PanicHandler)` is used to transform panics into errors during query execution. It defaults to `errors.DefaultPanicHandler`.
0 commit comments