안녕하세요, 개발팀 톡기입니다. 오늘은 Flutter에서 GraphQL을 사용하면서 알게 된 것들을 글로 정리해 볼 거에요. 👀 코드들의 기본
틀은 graphql_flutter [https://pub.dev/packages/graphql_flutter] 패키지 문서에서 가져왔습니다.
패키지 가져오기 & 설정하기
우선 GraphQL API를 사용하기 위해 https://pub.dev/packages/graphql_flutter 패키지를 가져옵니다.
dependencies:
graphql_flutter: ^4.0.