valleycho

Graphql (프론트) Angular<->apollo-Client 환경설정 본문

graphql(그래프 큐엘)

Graphql (프론트) Angular<->apollo-Client 환경설정

valleycho 2020. 10. 29. 00:08

전체적인 구조는 다음과 같다.

Angular <-> Apollo-Client <-> Apollo-Server <-> Express
참고로 메뉴얼의 Migration Guide를 보면 v1.0 -> v2.0 으로 바뀌면서 Apollo-Angular -> Apollo-Client로 이름이 바뀌었다.

 

그럼 Angular <-> Apollo-Client 환경 설정을 해보자.

1. Angular 공식문서를 참고하여 Angular를 설치한다.
2. 아래 링크의 setup and options 메뉴얼을 부분을 참조하여 Next Steps 전까지 한다.

www.apollographql.com/docs/angular/basics/setup/

 

Setup and options

A guide to using the Apollo GraphQL Client with Angular

www.apollographql.com

하는도중 apollo module 관련 이슈가 있는것 같다. 만든측에서 해결할 때 까지 일단 대기..

'graphql(그래프 큐엘)' 카테고리의 다른 글

Graphql(apollo-server) Queries and Mutations  (0) 2020.10.24
Graphql(apollo-server) 환경 설정  (0) 2020.10.19
express - prisma  (0) 2020.10.18
Prisma(프리즈마)  (0) 2020.10.17
GraphQL이란?  (0) 2020.10.11