GraphiQL App

GraphiQL App

Technologies used

Description

The final, team project of the RS School | React course. It is an analogue of the postman service

Here users can test various APIs (Restful and GraphQL). And all requests are saved in the local storage, for this you need to log in to your account, this is implemented using firebase

For Restful requests, it is possible to:

  • specify any url for the request
  • edit the body using a code editor with syntax highlighting and JSON format support
  • set request headers

For GraphQL requests:

  • Additional line for the url, with which you can get the graphql scheme
  • For the query request, there is a code editor with syntax highlighting. And after receiving the graphql schema, hints for autofill appear
  • For query variables, a similar code editor is used as for the body in Restful queries