Type Definition juniper::ExecutionResult
source · pub type ExecutionResult<S = DefaultScalarValue> = Result<Value<S>, FieldError<S>>;Expand description
The result of resolving an unspecified field
pub type ExecutionResult<S = DefaultScalarValue> = Result<Value<S>, FieldError<S>>;The result of resolving an unspecified field