ServerApiConfiguration
The serverApi property in integration configuration
interface ServerApiConfiguration extends Pick<ApiConfig, "clientId" | "clientSecret" | "scopes"> {
operations?: string[];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
operations | Optional | string[] | A list of GraphQL operations for which the server access token will be used. Predefined operations are: customerResetPassword, customerCreatePasswordResetToken, createReview, inventoryEntries, reviews. |