Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 749 Bytes

Convert your GraphQL queries into forms on the fly!

Evade all the hassle of writing complex queries while debugging your API. GraphQL UI simplifies the process by generating forms for your queries and mutations on the fly by interpreting your schema. Just type in your url and select a query. Your will see a form generated automatically based on the InputType. Once you fill in the data and click submit, GraphQL UI will parse this data to a GraphQL request and provide you with a response.

Invoke the server locally

serverless offline

Deploy

In order to deploy the endpoint, simply run:

serverless deploy