DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
graphql.cpp File Reference

GraphQL query subset - parser + executor (implementation). More...

Go to the source code of this file.

Detailed Description

GraphQL query subset - parser + executor (implementation).

Recursive-descent parse into fixed node/arg pools, then a recursive emit that mirrors the selection set into a JSON data object, calling the resolver for leaf fields with the arguments collected along the path. No heap; all state is file-static (single-accessor, like the other services).

Definition in file graphql.cpp.