This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 052f517589f Update graphql-component.adoc (#14860) 052f517589f is described below commit 052f517589f76c4ebc8e2a9acba0f1cb4de9c196 Author: Lukas Lowinger <llowi...@redhat.com> AuthorDate: Wed Jul 17 09:52:26 2024 +0200 Update graphql-component.adoc (#14860) Small typo --- components/camel-graphql/src/main/docs/graphql-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-graphql/src/main/docs/graphql-component.adoc b/components/camel-graphql/src/main/docs/graphql-component.adoc index a86aa45f431..b1e6e496a2c 100644 --- a/components/camel-graphql/src/main/docs/graphql-component.adoc +++ b/components/camel-graphql/src/main/docs/graphql-component.adoc @@ -165,7 +165,7 @@ public JsonObject addBookMutationVariables() { } from("direct:start") - .to("graphql://http://example.com/graphql?graphql?queryFile=addBookMutation.graphql&variables=#addBookMutationVariables") + .to("graphql://http://example.com/graphql?queryFile=addBookMutation.graphql&variables=#addBookMutationVariables") ----