UNPKG

apollo-client

Version:
4 lines (3 loc) 154 B
/// <reference types="graphql" /> import { DocumentNode } from 'graphql'; export declare function addTypenameToDocument(doc: DocumentNode): DocumentNode;