GraphQL

Since Camel Quarkus 1.0.0-M5, JVM and native

Send GraphQL queries and mutations to external systems.

What’s inside

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.

Additional Camel Quarkus configuration

When configuring graphql endpoints to reference query files from the classpath, set the following configuration property to ensure that they are available in native mode:

quarkus.camel.graphql.query-files = queries.graphql, classpath:graphql/my-query.graphql