GraphQL Extension
Since Camel Quarkus 1.0.0-M5
The GraphQL component is a GraphQL client that communicates over HTTP and supports queries and mutations.
Maven users will need to add the following dependency to their pom.xml
for this extension.
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-graphql</artifactId>
</dependency>
Usage
The extension provides support for the Camel GraphQL Component.