UNPKG

apollo-angular

Version:

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

9 lines (8 loc) 222 B
export interface Schema { /** Name of the project to target. */ project: string; /** Url to your GraphQL endpoint */ endpoint?: string; /** Version of GraphQL (16 by default) */ graphql?: string; }