
Nexus generates and deploys a GraphQL API from a user’s existing data sources. Data sources can be added, removed, and changed without writing any new code or schemas.
Users can test the generated GraphQL server locally with an integrated graphical interface. This exposes the entire API’s documentation and serves as a playground for making test queries and viewing responses.
Lastly, when the server is ready to deploy, Nexus automates deployment to AWS.

