apollo-angular
Version:
Use your GraphQL data in your Angular app, with the Apollo Client
6 lines (5 loc) • 327 B
TypeScript
import { TypedDocumentNode } from '@apollo/client/core';
declare function typedGQLTag<Result, Variables>(literals: ReadonlyArray<string> | Readonly<string>, ...placeholders: any[]): TypedDocumentNode<Result, Variables>;
export declare const gql: typeof typedGQLTag;
export declare const graphql: typeof typedGQLTag;
export {};