pub fn batch_introspect(
sdl: &str,
queries: Vec<String>,
config: QueryPlannerConfig,
) -> Result<IntrospectionResult, Error>Expand description
The batch_introspect function receives a [string] representing the SDL and invokes JavaScript
introspection on it, with the queries to run against the SDL.