You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
GFQL: Fixed g.gfql() rejecting pre-serialized Let dict envelopes ({"type": "Let", "bindings": {...}}). Unblocks ETL server from passing gfql_query Let payloads to g.gfql().
GFQL / Remote: Fixed _step_to_json emitting "ChainRef" instead of "Ref". Removed spurious "ChainRef" alias from from_json() and all documentation — the wire type has always been "Ref".
Added
GFQL / Remote: gfql_remote() now accepts output parameter for selecting which Let/DAG binding to return.