|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
GraphQL query subset - parser + executor (implementation). More...
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.