Type Definition juniper::executor::ExecutionResult

source ·
pub type ExecutionResult<S = DefaultScalarValue> = Result<Value<S>, FieldError<S>>;
Expand description

The result of resolving an unspecified field