| Package | Description |
|---|---|
| com.mulesoft.apiquery.adapter.internal | |
| com.mulesoft.apiquery.adapter.internal.loader.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiQueryAdapterOperations.definition(ApiQueryAdapterConfiguration config,
String sourceKey,
String requestId,
String correlationId,
Map<String,String> headers,
Map<String,String> queryParams,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
Returns the GraphQL Schema definition.
|
void |
ApiQueryAdapterOperations.execute(ApiQueryAdapterConfiguration config,
String query,
String sourceKey,
String requestId,
String correlationId,
String operation,
Map<String,Object> variables,
Map<String,String> headers,
Map<String,String> queryParams,
Map<String,Object> extensions,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Map<String,Object>,Map<String,String>> callback)
Asynchronously executes a GraphQL query.
|
| Constructor and Description |
|---|
JsonArrayDataGraphElementLoader(ApiQueryAdapterConfiguration apiQueryAdapterConfiguration,
GatewayPropertiesLoader loader,
MetricsReporter metricsReporter,
org.mule.runtime.http.api.HttpService httpService,
org.mule.runtime.http.api.client.HttpClient defaultClient) |
Copyright © 2022. All rights reserved.