[][src]Function async_graphql::resolver_utils::resolve_object_serial

pub async fn resolve_object_serial<'a, T: ObjectType + Send + Sync, '_>(
    ctx: &'_ ContextSelectionSet<'a>,
    root: &'a T
) -> Result<Value>

Resolve an object by executing each of the fields serially.