BatchRequestDocument<V>: {
    document: RequestDocument;
    variables?: V;
}

Type Parameters

Type declaration