Angular CLI
Learn how to integrate Apollo with Angular using ng add apollo-angular. Use Angular CLI Proxy to define configurations for your GraphQL endpoint
To get started with Apollo and Angular run:
Proxy
If your GraphQL endpoint lives under different host with Angular CLI you can easily define proxy configuration.
Take for example api.example.com/graphql:
Create a json file (proxy.config.json for example) with that configuration.
To run server use --proxy-config option:
An example: