From 21135b06efad3f0c139aaaf8cbfcf0bc8db94655 Mon Sep 17 00:00:00 2001 From: Coenen Benjamin Date: Thu, 17 Oct 2024 18:29:14 +0200 Subject: [PATCH] docs: fix execution coprocessor request example (#6170) Signed-off-by: Benjamin <5719034+bnjjj@users.noreply.github.com> --- docs/source/customizations/coprocessor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/customizations/coprocessor.mdx b/docs/source/customizations/coprocessor.mdx index 935468ce9c..9cd042c400 100644 --- a/docs/source/customizations/coprocessor.mdx +++ b/docs/source/customizations/coprocessor.mdx @@ -437,7 +437,7 @@ Properties of the JSON body are divided into two high-level categories: }, "serviceName": "service name shouldn't change", "uri": "http://thisurihaschanged", - "query_plan": { + "queryPlan": { "usage_reporting":{"statsReportKey":"# Me\nquery Me{me{name username}}","referencedFieldsByType":{"User":{"fieldNames":["name","username"],"isInterface":false},"Query":{"fieldNames":["me"],"isInterface":false}}}, "root":{ "kind":"Fetch",