pub async fn resolve_container_serial<'a, T: ContainerType + ?Sized>(
ctx: &ContextSelectionSet<'a>,
root: &'a T,
) -> ServerResult<Value>
Expand description
Resolve an container by executing each of the fields serially.
pub async fn resolve_container_serial<'a, T: ContainerType + ?Sized>(
ctx: &ContextSelectionSet<'a>,
root: &'a T,
) -> ServerResult<Value>
Resolve an container by executing each of the fields serially.