Settings
Developer portal
A public, self-serve reference for your schema. Consumers browse types, run sample queries, and copy client snippets without an account.
Publish the portal
Live for anyone with the link
Portal domain
portal.atlas.zastruga.sh
Readme
Markdown
Preview
1<!--
2Describe your API with *markdown*
3### This query is handy
4You can embed live query consoles inline so your API is easier to explore!
5```graphql
6{
7this { is { a { query } } }
8}