| Package | Description |
|---|---|
| com.adobe.cq.commerce.graphql.client |
Copyright 2020 Adobe.
|
| com.adobe.cq.commerce.graphql.client.impl |
| Modifier and Type | Method and Description |
|---|---|
<T,U> GraphqlResponse<T,U> |
GraphqlClient.execute(GraphqlRequest request,
Type typeOfT,
Type typeOfU)
Executes the given GraphQL request and deserializes the response data based on the types T and U.
|
<T,U> GraphqlResponse<T,U> |
GraphqlClient.execute(GraphqlRequest request,
Type typeOfT,
Type typeOfU,
RequestOptions options)
Executes the given GraphQL request and deserializes the response data based on the types T and U.
|
| Modifier and Type | Method and Description |
|---|---|
<T,U> GraphqlResponse<T,U> |
GraphqlClientImpl.execute(GraphqlRequest request,
Type typeOfT,
Type typeofU) |
<T,U> GraphqlResponse<T,U> |
GraphqlClientImpl.execute(GraphqlRequest request,
Type typeOfT,
Type typeofU,
RequestOptions options) |
Copyright © 2021 Adobe. All rights reserved.