Does this formatter graphql route run entirely in browser?
Yes. The formatter runs in browser so pasted code or styles stay local while you review and copy the result.
Format GraphQL in browser with the shared formatter adapter layer so operations, variables, and nested fields become readable without leaving the page.
query releaseSummary($env:String!){releaseSummary(env:$env){service status reviewers{name}}}
query releaseSummary($env: String!) {
releaseSummary(env: $env) {
service
status
reviewers {
name
}
}
}
Yes. The formatter runs in browser so pasted code or styles stay local while you review and copy the result.
Yes. After formatting, the result stays in the shared output workspace so you can inspect and copy it immediately.