UNPKG

apollo-client-code-first-request

Version:
3 lines (2 loc) 111 B
import { Query } from '../interfaces'; export declare function createGql(query: Query<any, any, any>): string;