Type Definition juniper::executor::ExecutionResult[][src]

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

The result of resolving an unspecified field