GraphQL
Since Camel Quarkus 1.0.0-M5, JVM and native
Send GraphQL queries and mutations to external systems.
What’s inside
-
GraphQL component, URI syntax:
graphql:httpUri
Please refer to the above link for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-graphql</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.