graphql-code-generator-community
graphql-code-generator-community copied to clipboard
Add support to AWS Amplify GraphQL request
Is your feature request related to a problem? Please describe.
Add support to AWS Amplify GraphQL request to this will support AWS Appsync queries
Describe the solution you'd like
- Setup AWS AppAync
- Create GraphQL schema
- Use https://github.com/aws-amplify/amplify-codegen to generate code
- Fetcher can provide
amplify-graphql - It will use aws-amplify API to make request
Describe alternatives you've considered
https://github.com/kcwinner/cdk-appsync-react-demo/blob/main/frontend/src/lib/fetcher.ts
Additional context