第44章 GraphQL
producer のみサポート対象
GraphQL コンポーネントは、HTTP 経由で通信し、クエリーとミューテーションをサポートする GraphQL クライアントです。ただし、サブスクリプションはサポートされません。Apache HttpClient ライブラリーを使用します。
44.1. 依存関係
Camel Spring Boot の Red Hat ビルドで camel-graphql
コンポーネントスターターを使用する場合は、自動設定をサポートするために、次の Maven 依存関係を pom.xml
に追加します。
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-graphql-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-graphql-starter</artifactId>
</dependency>