Skip to content

Britva1910/graphiql-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

GraphiQL App

GraphiQL App is a playground/IDE for GraphQL requests with authentication and authorization capabilities. It allows authorized users to explore, edit and test GraphQL queries, mutations and subscriptions.

Technology Stack

  • React
  • Redux
  • Firebase
  • TypeScript

Features

  • Welcome page
  • User authentication and authorization
  • GraphiQL page with:
    • Request editor
    • Variables editor
    • Headers editor (optional)
    • Documentation explorer (lazy-loaded)
    • Response section

Usage

To use the GraphiQL App, follow these steps:

  1. Clone the repository
  2. Install dependencies using npm install
  3. Start the development server using npm run dev
  4. Open http://localhost:3000 in your web browser

Contributing

Contributions are welcome! To contribute to the GraphiQL App, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Implement your changes and commit them to your branch
  4. Push your branch to your forked repository
  5. Create a pull request to merge your changes into the main branch

License

The GraphiQL App is licensed under the MIT License. See the LICENSE file for more details.

About

GraphiQL is a playground/IDE for graphQL requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published