import { ShopifyCartThrottled } from '@daffodil/driver/shopify'
Response signifying that the access to cart request is currently being throttled.
The client can retry after poll_after.
interface ShopifyCartThrottled {
__typename: "CartThrottled"
cart: ShopifyCart
pollAfter: Scalars['DateTime']['output']
}
__typename "CartThrottled" |
|---|
cart ShopifyCart |
|---|
The result of cart preparation for completion. |
pollAfter Scalars['DateTime']['output'] |
|---|
The polling delay. |