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.

6 lines (5 loc) 160 B
type SchemaInput = string | Schema | ((input: any) => SchemaInput | Promise<SchemaInput>); export type Schema = { [key: string]: SchemaInput; }; export {};