GitHub

SubmitThrottled

Cart submit for checkout completion is throttled.

import { SubmitThrottled } from '@daffodil/driver/shopify'
type SubmitThrottled = {
    __typename?: 'SubmitThrottled';
    pollAfter: Scalars['DateTime']['output'];
}
Type Options
SubmitThrottled { __typename?: 'SubmitThrottled'; pollAfter: Scalars['DateTime']['output']; }