UNPKG

555 BTypeScriptView Raw
1import { TypedDocumentNode } from '@apollo/client/core';
2export declare const gql: <Result, Variables>(literals: ReadonlyArray<string> | Readonly<string>, ...placeholders: any[]) => TypedDocumentNode<Result, Variables>;
3/**
4 * @deprecated Instead, use `import {gql as graphql} from 'apollo-angular';`. Because different exports for the same thing will increase the final bundle size.
5 */
6export declare const graphql: <Result, Variables>(literals: ReadonlyArray<string> | Readonly<string>, ...placeholders: any[]) => TypedDocumentNode<Result, Variables>;