Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakannimer/add-graphiql-to-amplify-api
Add a graphiql web app to your Amplify code repository
https://github.com/rakannimer/add-graphiql-to-amplify-api
Last synced: 15 days ago
JSON representation
Add a graphiql web app to your Amplify code repository
- Host: GitHub
- URL: https://github.com/rakannimer/add-graphiql-to-amplify-api
- Owner: rakannimer
- Created: 2019-07-31T11:09:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T05:40:38.000Z (over 3 years ago)
- Last Synced: 2024-10-19T11:41:32.787Z (25 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Add GraphiQL to an app with AWS Amplify API
```sh
npx add-graphiql-to-amplify-api
? Source Directory Path ( path to aws-exports.js ) : ./src/
? Graphiql Directory Path ( output code path ) : ./graphiql/```
- Starts a server on localhost:1234 with graphiql
- Adds `graphiql` script in package.json to run the app
- Adds simple extendable code to run it.Afterwards you can run npm run graphiql at any time to run it