[−][src]Type Definition juniper::ExecutionResult
type ExecutionResult<S = DefaultScalarValue> = Result<Value<S>, FieldError<S>>;
The result of resolving an unspecified field
type ExecutionResult<S = DefaultScalarValue> = Result<Value<S>, FieldError<S>>;
The result of resolving an unspecified field