# Suggestions

## If you working with Apollo Server

> You need to install the following packages:

- yarn add graphql
- yarn add graphql-tag
- yarn add apollo-boost
- yarn add react-apollo

## If you working with AWS appsync

> You need to install the following packages:

- yarn add aws-appsync
- yarn add aws-appsync-react

# Additional documentation

- Apollo Server: https://www.apollographql.com/docs/apollo-server/

- Apollo Server with AWS Lambda: https://www.apollographql.com/docs/apollo-server/deployment/lambda/#gatsby-focus-wrapper

- AWS appsync: https://aws.amazon.com/es/appsync/
- AWS appsync examples:
  - https://aws.amazon.com/es/appsync/resources/
  - https://github.com/aws-amplify/amplify-js
  - https://github.com/awslabs/aws-mobile-appsync-sdk-js
  - https://github.com/aws-samples/aws-mobile-appsync-events-starter-react
  - https://github.com/awslabs/aws-mobile-appsync-sdk-js#subscriptions-with-buildsubscription-helper
