|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
GraphQL query subset - parser + executor (implementation). More...
#include "services/graphql/graphql.h"Go to the source code of this file.
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.