Skip to content

Update Explain Systems guide #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashutosh-src
Copy link
Contributor

@ashutosh-src ashutosh-src requested review from jsimnz and addobot April 4, 2025 06:30
@ashutosh-src ashutosh-src self-assigned this Apr 4, 2025
Copy link

Deploying docs-source-network with  Cloudflare Pages  Cloudflare Pages

Latest commit: fbcbc67
Status: ✅  Deploy successful!
Preview URL: https://27a38886.docs-source-network.pages.dev
Branch Preview URL: https://ashutosh-guides-explain-syst.docs-source-network.pages.dev

View logs

Copy link
Member

@jsimnz jsimnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to fix the code block examples

Comment on lines 128 to 159
```graphql
query @explain(type: execute) {
Author {
name
age
}
Author {
name
age
}
}
```

```json
// Response
[
{
"explain": {
"executionSuccess": true,
"sizeOfResult": 1,
"planExecutions": 2,
"selectTopNode": {
"selectNode": {
"iterations": 2,
"filterMatches": 1,
"scanNode": {
"iterations": 2,
"docFetches": 2,
"filterMatches": 1
}
}
}
}
}
{
"explain": {
"executionSuccess": true,
"sizeOfResult": 1,
"planExecutions": 2,
"selectTopNode": {
"selectNode": {
"iterations": 2,
"filterMatches": 1,
"scanNode": {
"iterations": 2,
"docFetches": 2,
"filterMatches": 1
}
}
}
}
}
]
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: These code blocks no longer have consistent formatting/indenting with the rest the examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants