[][src]Function async_graphql::resolver_utils::resolve_object

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

Resolve an object by executing each of the fields concurrently.