# Functions

QueryData executes all queries from a request concurrently, using the provided function to execute each query.

# Structs

Query is a single query to be executed concurrently Index is the index of the query in the request PluginContext is the plugin context Headers are the HTTP headers of the request DataQuery is the query to be executed.

# Type aliases

QueryDataFunc is the function that plugins need to define to execute a single query.