Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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