
12345
% stepzen start
Deploying api/demo to StepZen... done in 2.3s 🚀
Your API url is https://myaccount.stepzen.net/api/demo/__graphql
You can test your hosted API with cURL:
curl https://myaccount.stepzen.net/api/demo/__graphql \
--header "Authorization: Apikey $(stepzen whoami --api-key)" \
--header "Content-Type: application/json" \
--data '{"query": "your graphql query"}'
or explore it with GraphiQL at http://localhost:5001/api/demo
Watching ~/stepzen-demo for GraphQL changes...
- Deploy in seconds
- Hosted on StepZen's fast, reliable servers
- Secured and safe
- Work locally with GraphiQL
- Automatically redeploy