[−][src]Function async_graphql::resolver_utils::resolve_container_serial
pub async fn resolve_container_serial<'a, T: ContainerType + Send + Sync>(
ctx: &ContextSelectionSet<'a>,
root: &'a T
) -> ServerResult<Value>
Resolve an container by executing each of the fields serially.