You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 334B

12345678910111213141516171819202122
  1. ```
  2. npm add apollo-angular
  3. ng add apollo-angular
  4. npm add graphql
  5. npm add --save-dev @graphql-codegen/cli
  6. npm i
  7. ```
  8. * init codegen
  9. ```
  10. npx graphql-codegen init
  11. npm i
  12. ```
  13. * check angular
  14. * use url "http://localhost:400"
  15. * fragment path default
  16. * plugin default
  17. * output default
  18. * set uri in graphql module
  19. * move
  20. * graphql.module