UNPKG

apollo-angular

Version:

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

7 lines (6 loc) 155 B
export interface Schema { /** Name of the project to target. */ project?: string; /** Url to your GraphQL endpoint */ endpoint?: string; }