[][src]Function async_graphql::resolver_utils::resolve_container

pub async fn resolve_container<'a, T: ContainerType + Send + Sync, '_>(
    ctx: &'_ ContextSelectionSet<'a>,
    root: &'a T
) -> ServerResult<Value>

Resolve an container by executing each of the fields concurrently.