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.
serverless offline
In order to deploy the endpoint, simply run:
serverless deploy