We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dagScanNode
Subtask of #35.
Explain the attributes of dagScanNode.
The text was updated successfully, but these errors were encountered:
feat: Add ability to explain dagScanNode attribute(s). (#560)
27abfd4
- Relevant issue: Resolves #479 - Description: Adds the `spans` attribute for `dagScanNode` to be included in the returned explain graph response. - Request: ``` query @Explain { allCommits (dockey: "test-key", field: "1") { links { cid } } } ``` - Response: ``` { "explain": { "selectTopNode": { "selectNode": { "filter": null, "commitSelectNode": { "dagScanNode": { "spans": []{ { "start": "/test-key/1", "end": "/test-key/2", } } } } } } } } ```
feat: Add ability to explain dagScanNode attribute(s). (sourcenetwo…
fee65f3
…rk#560) - Relevant issue: Resolves sourcenetwork#479 - Description: Adds the `spans` attribute for `dagScanNode` to be included in the returned explain graph response. - Request: ``` query @Explain { allCommits (dockey: "test-key", field: "1") { links { cid } } } ``` - Response: ``` { "explain": { "selectTopNode": { "selectNode": { "filter": null, "commitSelectNode": { "dagScanNode": { "spans": []{ { "start": "/test-key/1", "end": "/test-key/2", } } } } } } } } ```
shahzadlone
Successfully merging a pull request may close this issue.
Subtask of #35.
Explain the attributes of
dagScanNode
.The text was updated successfully, but these errors were encountered: