UNPKG

apollo-angular

Version:

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

5 lines (4 loc) 230 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare function factory(options: Schema): Rule; export declare function createDependenciesMap(options: Schema): Record<string, string>;