UNPKG

327 BTypeScriptView Raw
1import { TypedDocumentNode } from '@apollo/client/core';
2declare function typedGQLTag<Result, Variables>(literals: ReadonlyArray<string> | Readonly<string>, ...placeholders: any[]): TypedDocumentNode<Result, Variables>;
3export declare const gql: typeof typedGQLTag;
4export declare const graphql: typeof typedGQLTag;
5export {};