UNPKG

abowire

Version:

This is the official **Abowire Javascript SDK**, which makes it easy to connect to the Abowire **GraphQL API** and includes all the required dependencies you need.

3 lines (2 loc) 169 B
import { Schema } from './types'; export declare const transform: <TInput = any, TOutput extends object = any>(input: TInput, outputSchema: Schema) => Promise<TOutput>;