graphql-engine/v3/crates/engine/tests/explain/introspection_query/expected.json
Daniel Harvey bdd5d06437 Move all crates into a folder (#355)
<!-- Thank you for submitting this PR! :) -->

## Description

This moves all the crates into a `/crates` folder. Everything appears to
just work, thanks Cargo!

V3_GIT_ORIGIN_REV_ID: 8e3ef287b1a46cabdb4d919a50e813ab2cddf8b1
2024-03-19 18:07:14 +00:00

8 lines
123 B
JSON

{
"explain": null,
"errors": [
{
"message": "explain error: cannot explain introspection queries"
}
]
}