UNPKG

apollo-angular

Version:

Use your GraphQL data in your Angular app, with the Apollo Client

3 lines (2 loc) 220 B
import { TypedDocumentNode } from '@apollo/client/core'; export declare const gql: <Result, Variables>(literals: ReadonlyArray<string> | Readonly<string>, ...placeholders: any[]) => TypedDocumentNode<Result, Variables>;