Skip to content

Commit

Permalink
docs: fix execution coprocessor request example (#6170)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin <[email protected]>
  • Loading branch information
bnjjj authored Oct 17, 2024
1 parent 1c8eeb4 commit 21135b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/customizations/coprocessor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 21135b0

Please sign in to comment.